{% load static i18n %} {% trans "Integrationen Setup" %}
{% trans "Zur Startseite" %}

{% trans "Integrationen Setup" %}

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

{% trans "Setup Nextcloud" %} {% trans "Setup Mail" %} {% trans "E-Mail Routing & Vorlagen" %}
{% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %} {% if kind == 'nextcloud' %}
{% csrf_token %}
{% trans "Leeres Passwortfeld lässt das bestehende Passwort unverändert." %}
{% endif %} {% if kind == 'mail' %}
{% csrf_token %}
{% trans "Leeres Passwortfeld lässt das bestehende Passwort unverändert." %}
{% 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 %}