{% extends layout_template|default:"workon/save/layout.html" %} {% load workon %} {% block breadcrumbs %} {{ block.super }} {% for label, url in breadcrumbs %} {{ label }} {% endfor %} Liste {% endblock %} {% block main %}
{% csrf_token %}
{% for field in form %} {% field field %} {% endfor %}

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

{% endif %} {% include list_results_template %}
{% if create_url %} add {% endif %}
{% endblock %}