{% if page == 'Alerts' %}
Alerts
{% else %}
Alerts
{% endif %}
{% if page == 'Reports' %}
Reports
{% else %}
Reports
{% endif %}
{% if page == 'Indicators' %}
Indicators
{% else %}
Indicators
{% endif %}
{% if page == 'Users' %}
Users
{% else %}
Users
{% endif %}
{% if page == 'Configuration' %}
Configuration
{% else %}
Configuration
{% endif %}
{% if current_node %}
{{ current_node["host"] }}
{% endif %}
{% if page == 'Node Selection' %}
Switch Node
{% else %}
Switch Node
{% endif %}
PhishDetect
Admin{% if page %} - {{ page }}{% endif %}
{% block content %}{% endblock %}
{% block scripts %}{% endblock %}