{% extends 'base.html.twig' %}
{% block title %}{{ 'Ooops! Something is going wrong!'|trans }}{% endblock %}
{% block body %}
{{'Ooops! Something is going wrong!'|trans}}
{% trans with {'%STATUS_CODE%': status_code, '%STATUS_TEXT%': status_text} %}
The server returned Status-Code %STATUS_CODE% [ %STATUS_TEXT% ].
Please take a look in the log files or contact your administrator.
{% endtrans %}