{% extends "base.html" %} {% load tools %} {% block base_header_title %}NAV - User Administration{% endblock %} {% block base_header_additional_head %} {% endblock %} {% block base_content %} {% with tool=current_user_data.tools|get_tool:'User and API Administration' %} {% include 'nav_header.html' %} {% endwith %} {% if messages %} {% for message in messages %}
{% endfor %} {% endif %} {% block content %} {% endblock %} {% endblock %}