{% extends 'base.html.twig' %} {% block menu %} {% include 'public/menu.html.twig' %} {% endblock %} {% block body %}

{{ status_code }} {{ status_text }}

Sorry, an error has occurred: {{ status_text }}.
Please contact a staff member for assistance.
{% if is_granted("ROLE_JURY") and exception.message is defined %}
{{ exception.message }}
{% endif %}
{% endblock %}