{% extends "base.html" %} {% block base_header_additional_head %} {% endblock %} {% block base_content %}

Alert profiles

{% block tabs %} {% endblock %}
{% if current_user_data.messages %} {% endif %} {% if subsection %} {% include "alertprofiles/subsection_tabs.html" %}
{% endif %} {% block tabcontent %} {% endblock %} {% if subsection %}
{% endif %}
{% endblock %}