{% extends layout_template|default:"workon/list/layout.html" %} {% load workon %} {% block breadcrumbs %} {{ block.super }} {% for label, url in breadcrumbs %} {{ label }} {% endfor %} Liste {% 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 %}
{% for field in form %}{% if not field.is_hidden %} {% endif %}{% endfor %}
{% field field %}

{% endif %} {% if actions %} {% for action in actions %} {% endfor %}

{% endif %} {% include list_results_template %}
{% if create_url %} add {% endif %}
{% block post-form %}{% endblock %}
{% endblock %}