{% if monitor.status_override == 'MAINTENANCE' %} Wartung {% elif monitor.status_override == 'DEGRADED' %} Probleme {% elif last_log and last_log.is_up %} Up {% elif last_log and not last_log.is_up %} Down {% else %} Unbekannt {% endif %}