{% extends "_base.html" %} {% load static %} {% block styles %} {{ block.super }} {% endblock styles %} {% block ui_active_tab %}'flying_teams'{% endblock ui_active_tab %} {% block page_header %}Flying teams{% endblock page_header %} {% block page_description %}management{% endblock page_description %} {% block breadcrumb %} {% include "equipment_and_rooms/flying_teams/breadcrumb.html" %} {% endblock breadcrumb %} {% block maincontent %}
Add new flying team
{% if flying_team_list %} {% for flying_team in flying_team_list %} {% endfor %}
No. Location Edit
{{ forloop.counter }} {{ flying_team.place }} Change
{% else %}

No flying teams found.

{% endif %} {% endblock maincontent %} {% block scripts %} {{ block.super }} {% endblock scripts %}