{% extends 'base.html.twig' %} {% block title %}{{ is_edit ? 'Modifier' : 'Nouvelle' }} annonce - Admin{% endblock %} {% set inputClass = 'w-full px-4 py-3 border-2 border-gray-200 rounded-xl focus:ring-2 focus:ring-primary/20 focus:border-primary transition-all bg-gray-50 focus:bg-white' %} {% set labelClass = 'block text-sm font-medium text-gray-700 mb-2' %} {% set helpClass = 'mt-1.5 text-xs text-gray-400' %} {% set scope = 'admin--announcement-preview' %} {% block body %}
Ce que la personne lit dans la modale
{{ form.badge.vars.help }}
{{ form_errors(form.badge) }}{{ form.body.vars.help }}
{{ form_errors(form.body) }}{{ form.bullets.vars.help }}
{{ form_errors(form.bullets) }}Affichée à droite du texte, au-dessus sur mobile
{{ form.imageFile.vars.help }}
{{ form_errors(form.imageFile) }}{{ form.imageAlt.vars.help }}
Prompt de génération
{{ image_style_prompt }}
Collez-le chez OpenAI, puis ajoutez votre sujet à la suite.
Image actuelle
{% if announcement.imagePath %}Aucune image — le texte occupera toute la modale
Optionnel — sans lui, seul « Fermer » est proposé
{{ form.ctaLabel.vars.help }}
{{ form.ctaUrl.vars.help }}
La publication se fait depuis la liste, une annonce à la fois
{{ form.endsAt.vars.help }}
{{ form_errors(form.endsAt) }}