{% extends "base.html" %} {% load tools %} {% block base_header_additional_head %} {% endblock %} {% block base_content %} {% with tool=current_user_data.tools|get_tool:'Alert Profiles' %} {% include 'nav_header.html' %} {% endwith %}
{% block tabs %} {% endblock %}
{% if current_user_data.messages %} {% for m in current_user_data.messages %}
{{ m.message }}
{% endfor %} {% endif %} {% block tabcontent %} {% endblock %} {% comment %} {% if subsection %}
{% include "alertprofiles/subsection_tabs.html" %}
{% block tabcontent %} {% endblock %}
{% endif %} {% endcomment %}
{% endblock %}