{# *** Allow sub-templates to insert extra html to the head section *** #} {% block extra_css %}{% endblock %}

{{ user_manager.USER_APP_NAME }}

Logo

{{title}}


{% if not call_or_get(current_user.is_authenticated) %} {% endif %} {% if call_or_get(current_user.is_authenticated) %} {% if call_or_get(current_user.has_roles('Admin')) %} {% endif %} {% endif %}
  Home     News     Talkgroups    Register     Sign in    Add a User     Edit Users     Waiting Approval     Auth Log  Help   Passphrase(s)     Edit {{ current_user.username or current_user.email }}     Sign out  
{% if call_or_get(current_user.is_authenticated) %} {% if call_or_get(current_user.has_roles('Admin')) %}
  Manage Servers     Manage Peers     Manage Masters     Manage Rules     Manage News     Misc Options  
{% endif %} {% endif %}
{% block body %}
{# One-time system messages called Flash messages #} {% block flash_messages %} {%- with messages = get_flashed_messages(with_categories=true) -%} {% if messages %} {% for category, message in messages %} {% if category=='error' %} {% set category='danger' %} {% endif %}
{{ message|safe }}
{% endfor %} {% endif %} {%- endwith %} {% endblock %} {% block main %} {% block content %} {{markup_content}} {% endblock %} {% endblock %}


{% endblock %} {# *** Allow sub-templates to insert extra html to the bottom of the body *** #} {% block extra_js %}{% endblock %}