{% block head %}{% endblock %}
MYP
3D Printing Platform
Dashboard
Drucker
Jobs
Statistiken
{% if current_user.is_authenticated and current_user.is_admin %}
Admin
{% endif %}
{% if current_user.is_authenticated %}
Willkommen,
{{ current_user.email }}
Abmelden
{% else %}
Anmelden
{% endif %}
Dashboard
Drucker
Jobs
Statistiken
{% if current_user.is_authenticated and current_user.is_admin %}
Admin
{% endif %}
{% block content %}{% endblock %}
{% block scripts %}{% endblock %}