{% extends 'base/layout.html' %} {% block content %}

Add New Card Listing

Specify the card details. If the card or set doesn't exist, it will be created automatically.

{% csrf_token %} {% for field in form %}
{{ field }} {% if field.help_text %}
{{ field.help_text }}
{% endif %} {% if field.errors %}
{{ field.errors.as_text }}
{% endif %}
{% endfor %}
Cancel
{% endblock %}