{% extends "base.html" %} {% load crispy_forms_tags %} {% load tools %} {% block base_header_additional_head %} {% endblock %} {% block base_content %} {% with tool=current_user_data.tools|get_tool:'Port Admin' %} {% include 'nav_header.html' %} {% endwith %} {% if messages %} {% for message in messages %}
{% endfor %} {% endif %} {% block page_content %} {% crispy form %} {% block content %} {% if form.is_bound %}