Evonic
v{{ evonic_version }}
{% if session.get('authenticated') %}
Dashboard
Agents
Sessions
Evaluation
{% endif %} {% if session.get('authenticated') %}
System
Skills
Plugins
Scheduler
{% for _nav_item in plugin_nav_items %}
{{ _nav_item.label }}
{% endfor %} {% endif %} {% if session.get('authenticated') %}
Logout
{% endif %}
{% block content %}{% endblock %}