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

{{ portal_title }}

{% trans "Zentrale Arbeitsfläche für Anfragen, PDF-Generierung, E-Mail-Workflows und Ablage in Nextcloud." %}

{% if can_manage_integrations %}
{% trans "Rolle:" %} {{ role_label }} {% trans "Nextcloud:" %} {% if nextcloud_enabled %}{% trans "aktiv" %}{% else %}{% trans "inaktiv" %}{% endif %} {% trans "PDF + E-Mail Workflow bereit" %}
{% endif %}
{% include 'workflows/includes/messages.html' %} {% for section in portal_app_sections %} {% if not forloop.first %} {% endif %}

{{ section.title }}

{{ section.subtitle }}

{% for app in section.apps %} {% if section.key == 'app' %}
{{ app.accent }}

{{ app.title }}

{{ app.description }}

{% if app.tags %}
{% for tag in app.tags %} {{ tag }} {% endfor %}
{% endif %}
{% else %}

{{ app.title }}

{{ app.description }}

{{ app.action_label }}
{% endif %} {% endfor %}
{% endfor %}
{% endblock %}