AIO 3D Slicer
{{ _('Slicer') }}
{{ _('Printer') }}
{{ _('Language') }}
English
中文 (简体)
Deutsch
{% if current_user.is_authenticated %} {% if current_user.is_guest %}
{{ _('Guest') }} ({{ current_user.username }})
{{ _('Login') }}
{% else %}
{{ current_user.username }}
{{ _('Logout') }}
{% endif %} {% endif %}
{{ _('Slicer') }}
{{ _('Printer') }}
{% if request.blueprint == 'printer' %}
{{ _('General Operations') }}
{{ _('Printer Status') }}
{{ _('Prepare Print') }}
{{ _('Control') }}
{{ _('Printer Helper') }}
{% if current_user.is_authenticated and current_user.is_admin %}
{{ _('Admin / OctoPrint') }}
{{ _('System Config') }}
{{ _('OctoPrint Panel') }}
{% endif %} {% else %}
{{ _('General Operations') }}
{{ _('Home') }}
{{ _('My Files') }}
{{ _('Plater') }}
{% if current_user.is_authenticated and not current_user.is_guest %}
{{ _('Account Management') }}
{% endif %}
{{ _('Slice Helper') }}
{% if current_user.is_authenticated and current_user.is_admin %}
{{ _('Admin Options') }}
{{ _('System Settings') }}
{{ _('User Management') }}
{{ _('API Keys') }}
{% endif %} {% endif %}
{% block content %}{% endblock %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% set toast_class = 'bg-success text-white' if category == 'success' else 'bg-danger text-white' if category == 'danger' else 'bg-warning text-dark' if category == 'warning' else 'bg-primary text-white' %}
{{ _(message) if _ else message }}
{% endfor %} {% endif %} {% endwith %}
{{ _('Notice') }}
{{ _('Confirm') }}