{% extends 'workflows/base_shell.html' %} {% load static i18n %} {% block title %}{% trans "Integrationen Setup" %}{% endblock %} {% block extra_css %} {% endblock %} {% block shell_body %} {% include 'workflows/includes/app_header.html' with header_show_home=1 header_show_lang=1 header_inside_shell=1 %}

{% trans "Integrationen Setup" %}

{% trans "Verwalten Sie Nextcloud- und Mail-Konfiguration ohne Backend-Wechsel." %}

{% trans "Setup Nextcloud" %} {% trans "Setup Mail" %} {% trans "E-Mail Routing & Vorlagen" %} {% trans "Workflow-Regeln" %} {% trans "Backup-Ziel" %}
{% include 'workflows/includes/messages.html' %} {% if kind == 'nextcloud' %}
{% csrf_token %}
{% trans "Status:" %} {% if nextcloud_enabled %}{% trans "aktiv" %}{% else %}{% trans "inaktiv" %}{% endif %}
{% trans "Schaltet den produktiven Nextcloud-Upload sofort für alle nachfolgenden Vorgänge ein oder aus." %}
{% trans "Leeres Passwortfeld lässt das bestehende Passwort unverändert." %}
{% csrf_token %}
{% endif %} {% if kind == 'mail' %}
{% csrf_token %}
{% trans "Status:" %} {% if email_test_mode %}{% trans "Testmodus" %}{% else %}{% trans "Produktion" %}{% endif %}
{% trans "Im Testmodus werden Systemmails umgeleitet. In Produktion werden sie an die echten Empfänger gesendet." %}
{% trans "Leeres Passwortfeld lässt das bestehende Passwort unverändert." %}
{% csrf_token %}
{% endif %} {% if kind == 'emails' %}
{% csrf_token %}
{% trans "Diese Empfänger werden für condition-based E-Mail Routing genutzt." %}
{% for tpl in templates %}

{{ tpl.get_key_display }} ({{ tpl.key }})

{% endfor %}
{% csrf_token %}

{% trans "Bedingungsregeln für zusätzliche E-Mails" %}

{% trans "Zusätzliche Regeln laufen nach dem Standard-Routing." %}
{% for rule in notification_rules %}
{% empty %}
{% trans "Noch keine zusätzlichen Regeln vorhanden." %}
{% endfor %}

{% trans "Neue Regel hinzufügen" %}

{% endif %} {% if kind == 'rules' %}
{% csrf_token %}
{% trans "Steuert den Mindestvorlauf für das gewünschte Übergabedatum der Geräte im Onboarding-Formular." %}
{% endif %} {% if kind == 'backup' %}
{% csrf_token %}
{% trans "Empfehlung: Nextcloud als erstes Remote-Ziel verwenden. S3 und NFS sind als Zieltypen vorbereitet, aber noch nicht aktiv implementiert." %}
{% endif %} {% endblock %} {% block extra_scripts %} {{ block.super }} {% if kind == 'backup' %} {% endif %} {% endblock %}