{% 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_inside_shell=1 %}
{% trans "Verwalten Sie Nextcloud- und Mail-Konfiguration ohne Backend-Wechsel." %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %} {% if kind == 'nextcloud' %} {% endif %} {% if kind == 'mail' %} {% endif %} {% if kind == 'emails' %} {% endif %} {% if kind == 'rules' %} {% endif %} {% endblock %}