{# -*- mode: jinja-html -*- #} {% extends 'base.j2' %} {% block app_content %}

Erreur !

{% if exc.safe %} {{ exc | safe }} {% else %} {{ exc }} {% endif %} {% if exc.dest_url is not string or exc.dest_url|length > 0 %}
{% if exc.dest_url %} {{exc.dest_label or 'continuer'}} {% elif g.scodoc_dept %} retour page département {% else %} retour page d'accueil {% endif %}
{% endif %}

Si le problème persiste, merci de contacter le support ScoDoc via {{scu.SCO_DISCORD_ASSISTANCE}}

{% endblock %}