{% extends layout_template|default:"workon/list/layout.html" %} {% load workon i18n %} {% block breadcrumbs %} {{ block.super }} {% for label, url in breadcrumbs %} {{ label }} {% endfor %} {% endblock %} {% block main %}
{% block pre-form %}{% endblock %} {% csrf_token %} {% if form.fields|length %}
{% for field in form %}{% if field.is_hidden %} {% field field %} {% endif %}{% endfor %}
{% if actions %} {% for action in actions %} {% endfor %}
{% endif %} {% for field in form %} {% if field.field.meta.linebreaks %}{% endif %} {% if not field.is_hidden %} {% endif %} {% endfor %}
{% field field %}
{% endif %} {% include list_results_template %}
{% if create_url %} add {% endif %}
{% block post-form %}{% endblock %}
{% endblock %}