Belegimport
Einstellungen
Scan-Upload
Verarbeitungslog
{% if status and status.enabled %}
Aktiv
{% if status.next_run %}
Nächster Lauf: {{ status.next_run }}
{% endif %} {% else %}
Inaktiv
{% endif %} {% if status and status.is_processing %}
Verarbeitung läuft...
{% endif %}
{% if message %}
{{ message }}
{% endif %} {% block content %}{% endblock %}