{% load i18n %} {% block title %}Ishtar{% if APP_NAME %} - {{APP_NAME}}{%endif%}{% endblock %} {{form.media}} {% block extra_head %} {% endblock %} {% if new_item_label %} {% endif %}

{{title}}

{% csrf_token %} {% for field in form %} {% endfor %}
{{ field.label_tag }} {{ field.errors }}{{field|safe}}