{# The page a failed *primary* operation becomes. A document detail with no document is not a page with an empty section, so the whole response becomes this — at the status the error's type implies, which is the same derivation the JSON surface uses. The three fields are the envelope's own: nothing is softened into "something went wrong", because the hint is usually the thing that fixes it. #}{% extends layout %} {% block content %}
while running {{ problem.op }}
{{ problem.error.type }}
{% if problem.error.hint %}{{ problem.error.hint }}
{% endif %} {% endif %}{%- for name, path, label in navigation %}{% if name == area %}Back to {{ label }}{% endif %}{% endfor -%}
{% endblock %}