{% extends "aircox/page_detail.html" %} {% load static i18n humanize honeypot aircox %} {% block head_extra %} {{ form.media }} {% endblock %} {# FIXME: why disabling application init? #} {% block init-scripts %} {% endblock %} {% block comments %} {% endblock %} {% block content-container %}
{% csrf_token %} {% csrf_token %} {% for field in form %}
{{ field }}
{% if field.errors %}

{{ field.errors }}

{% endif %} {% if field.help_text %}

{{ field.help_text|safe }}

{% endif %} {% endfor %}
{% endblock %}