Dashboard
Drucker
{% if current_user.is_authenticated and current_user.has_permission('VIEW_JOBS') %}
Aufträge
{% endif %}
{% if current_user.is_authenticated and current_user.has_permission('CONTROL_PRINTER') %}
Smart-Plugs
{% endif %}
{% if current_user.is_authenticated and current_user.has_permission('VIEW_CALENDAR') %}
Kalender
{% endif %}
{% if current_user.is_authenticated and current_user.has_role('admin') %}
Admin
{% endif %}