{% extends "base.html" %} {% load crispy_forms_tags i18n %} {% block nav_pills %} {% endblock nav_pills %} {% block breadcrumbs %} {% endblock breadcrumbs %} {% block content %}
{% csrf_token %}
{% crispy form %}
{% crispy workflow_form %}
{% endblock content %}