{% extends 'base.html.twig' %} {% form_theme form 'form/tailadmin_theme.html.twig' %} {% block title %}Anniversaire | LPF 2026{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block javascripts %} {{ parent() }} {% if result and result.popup_spam|default(false) %} {% endif %} {% if result and result.variant == 'birthday' %} {% endif %} {% endblock %} {% block body %} {% if result and result.variant == 'birthday' %} {% endif %}
{% if result and result.variant == 'birthday' %}
{% if result.message %}

{{ result.message }}

{% endif %} {% if result.gif %}
Animation anniversaire
{% endif %}
{% elseif result and result.popup_spam|default(false) %}

Accès refusé. Fermez les fenêtres si vous pouvez…

{% else %}

Bon anniv' !

Pour fêter l'occasion, LotoPotoFoot t'offre 200 pts, c'est toujours ça de pris.

Renseigne le code et les points seront appliqués directement sur ton classement.

{{ form_start(form, { attr: { class: 'birthday-page__form', 'data-turbo': 'false' } }) }} {{ form_errors(form) }} {{ form_row(form.promoCode) }} {{ form_end(form) }}
{% endif %}
{% if result and result.variant == 'birthday' %} {% endif %} {% endblock %}