{% if current_user.is_authenticated %}
{% endif %}
{% block page_title %}Dashboard{% endblock %}
{% block page_sub %}{% endblock %}
Nächste Prüfung in --s
{% if current_user.is_admin %}
{% endif %}
{% if dhcp_topbar_active is not none %}
DHCP
{% endif %}
{% if not current_user.is_authenticated %}
Login
{% endif %}
{% block content %}{% endblock %}