{% extends "_layout.html" %} {% block title %}Fehler #{{ error.id }} — lazyflat{% endblock %} {% block content %} ← zurück zu den Fehlern

Fehler #{{ error.id }}

{{ error.kind }} {{ error.source }}
{{ error.timestamp }} · {{ error.summary or "(kein Text)" }}
{% if context %}
Kontext
{{ context | tojson(indent=2) }}
{% endif %}
{% if application %}

Zugehörige Bewerbung

Bewerbung #{{ application.id }} öffnen — vollständige Forensik dort.
{% endif %} {% endblock %}