{% extends "@ContaoInstallation/layout.html.twig" %} {% trans_default_domain 'ContaoInstallationBundle' %} {% block main %}

{{ 'an_error_occurred'|trans }}

{{ 'console_explanation'|trans }}

{% if output is not empty %}
{{ output|ansi_to_html }}
{% endif %}
{% endblock %}