{% extends '@RapsysAir/body.html.twig' %} {% block content %} {{ section }} {% if message %}{{ message }}{% else %}{% trans %}Error{% endtrans %}{% endif %} {# {% if app.environment == 'dev' and trace is defined %}{{ trace }}{% endif %} #} {% if trace is defined and trace %}{{ trace }}{% endif %} {% endblock %}
{% if message %}{{ message }}{% else %}{% trans %}Error{% endtrans %}{% endif %}
{{ trace }}