{% extends "_base.html" %} {% load static %} {% load filters %} {% block styles %} {{ block.super }} {% endblock styles %} {% block ui_active_tab %}'equipment_and_rooms'{% endblock ui_active_tab %} {% block page_header %}New flying team{% endblock page_header %} {% block page_description %}{% endblock page_description %} {% block title %}{{ block.super }} - Add new flying team{% endblock %} {% block breadcrumb %} {% include "equipment_and_rooms/flying_teams/breadcrumb.html" %} {% endblock breadcrumb %} {% block maincontent %}
Go back (without changes)
{% csrf_token %}
{% for field in form %}
{{ field|add_class:'form-control' }}
{% if field.errors %} {{ field.errors }} {% endif %}
{% endfor %}
{% endblock %}