{% extends 'workflows/base_shell.html' %} {% load static i18n %} {% trans "Ungespeicherte Änderungen" as dirty_state_label %} {% block title %}{% trans "App Registry" %}{% 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 "App Registry" %}

{% trans "Apps zentral steuern, für Kunden vorbereiten und ohne Template-Eingriffe auf der Landing Page ausspielen." %}

{% include 'workflows/includes/messages.html' %}
{% trans "Sicherheit bleibt codebasiert: Sichtbarkeit und Reihenfolge sind hier steuerbar, Berechtigungen weiterhin über Rollen und Capabilities." %}
{% trans "Produktkern" %}
{% csrf_token %}
{% for row in rows %}

{{ row.definition.title }}

{% if row.config.is_enabled %} {% trans "Aktiv" %} {% else %} {% trans "Deaktiviert" %} {% endif %}
{{ row.config.key }}

{{ row.definition.description }}

{% trans "Empfohlener Standardzugriff:" %} {{ row.default_visibility_summary }}

{% if row.config.section == 'platform_apps' %} {% trans "Platform Apps" %} {% elif row.config.section == 'admin_apps' %} {% trans "Admin Apps" %} {% else %} {% trans "Apps" %} {% endif %} {% trans "Sortierung" %}: {{ row.config.sort_order }} {% if not row.config.visible_to_super_admin and not row.config.visible_to_admin and not row.config.visible_to_it_staff and not row.config.visible_to_staff %} {% trans "Platform only" %} {% elif row.config.visible_to_super_admin and row.config.visible_to_admin and row.config.visible_to_it_staff and row.config.visible_to_staff %} {% trans "Alle Firmenrollen" %} {% else %} {% if row.config.visible_to_super_admin %}{% trans "Super Admin" %}{% endif %} {% if row.config.visible_to_admin %}{% if row.config.visible_to_super_admin %} + {% endif %}{% trans "Admin" %}{% endif %} {% if row.config.visible_to_it_staff %}{% if row.config.visible_to_super_admin or row.config.visible_to_admin %} + {% endif %}{% trans "IT Staff" %}{% endif %} {% if row.config.visible_to_staff %}{% if row.config.visible_to_super_admin or row.config.visible_to_admin or row.config.visible_to_it_staff %} + {% endif %}{% trans "Staff" %}{% endif %} {% endif %}

{% trans "Verfügbarkeit" %}

{% trans "Deaktivierte Apps erscheinen nicht auf der Landing Page, selbst wenn Rollen sie sehen dürften." %}

{% trans "Sichtbarkeit nach Rolle" %}

{% trans "Wenn keine Firmenrolle aktiv ist, bleibt die App nur für die Platform sichtbar." %}

{% trans "Platzierung" %}

{% trans "Bezeichnungen & Texte" %}

{% trans "Deutsch" %}

{% trans "English" %}

{% endfor %}
{% trans "Empfehlung: Produktweite Apps sparsam halten, kundenbezogene Prozesse unter Apps oder Admin Apps einordnen." %}
{% trans "Keine ungespeicherten Änderungen" %}
{% endblock %} {% block extra_js %} {% endblock %}