{# ── PWA Meta Tags ── #} {% block stylesheets %} {% endblock %} {% block javascripts %} {% block importmap %}{{ importmap('app') }}{% endblock %} {% endblock %}
{# Bandeau offline #} {% block app_header %} {% if app.user %}
{% endif %} {% endblock %} {% if app.user and app.user.organisation and not app.user.organisation.verified and app.user.organisation.trialActive %}
Periode d'essai — Il vous reste {{ app.user.organisation.trialDaysRemaining }} jour{{ app.user.organisation.trialDaysRemaining > 1 ? 's' : '' }}. Verifier mon identite
{% endif %} {% block body %}{% endblock %}
{# ── Push Notification Prompt (authenticated users only) ── #} {% if app.user %}

Notifications

Recevez une alerte quand vos BL sont validés ou en cas d'anomalie.

{% endif %} {# ── A2HS Install Prompt (authenticated users only) ── #} {% if app.user %}

Installer Mercuriale

Accédez rapidement à l'app depuis votre écran d'accueil.

Installer Mercuriale

Appuyez sur Partager puis Sur l'écran d'accueil.

{% endif %} {# ── Toast Notifications + Confirm Modal (authenticated users only) ── #} {% if app.user %} {% include 'components/_toast.html.twig' %} {% include 'components/_confirm_modal.html.twig' %} {% endif %} {# ── PWA Service Worker Registration ── #}