{% extends "aircox/basepage_detail.html" %} {% load static i18n humanize honeypot aircox %} {% block top-nav-tools %}   {% translate "View" %} {% endblock %} {% block main %}
{% 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 %}