{% extends 'base.html' %} {% load crispy_forms_tags %} {% block content %}

Issue cards

{% csrf_token %} {{ form.management_form|crispy }} {% for f in form %}
{% crispy f %}
{% if not forloop.last %}

{%endif %}
{% endfor %}
{% endblock %}