{% trans "Operations Overview" %}
{% trans "Letzte Laufzeit- und Backup-Signale auf einen Blick." %}
{% if ops_summary.can_view_jobs %}
{% trans "Fehlgeschlagene Jobs (24h)" %}
{{ ops_summary.failed_count_24h }}
{% trans "Erfolgreiche Jobs (24h)" %}
{{ ops_summary.success_count_24h }}
{% trans "Offene Starts (24h)" %}
{{ ops_summary.started_count_24h }}
{% endif %}
{% if ops_summary.can_manage_backups and ops_summary.backup_health %}
{% trans "Backup-Status" %}
{{ ops_summary.backup_health.label }}
{{ ops_summary.backup_health.summary }}
{% endif %}
{% if ops_summary.can_view_jobs and ops_summary.recent_failed_logs %}
{% trans "Letzte Fehler" %}
{% trans "Job Monitor öffnen" %}
{% for log in ops_summary.recent_failed_logs %}
{{ log.task_name }}
{{ log.target_label|default:log.target_type }}
{% endfor %}
{{ log.error_message|truncatechars:120 }}
{{ section.title }}
{{ section.subtitle }}
{% for app in section.apps %}
{% if section.key == 'app' %}
{% else %}
{% endif %}
{% endfor %}
{% endfor %}
{{ app.accent }}
{{ app.title }}
{{ app.description }}
{% if app.tags %}
{% for tag in app.tags %}
{{ tag }}
{% endfor %}
{% endif %}
{{ app.title }}
{{ app.description }}
{{ app.action_label }}