{# Contenu forum partagé (page dédiée + panneau latéral) #} {% if not is_panel %} Nouveau message {% endif %} {{ form_start(new_post_form, { attr: { class: 'forum-compose-form', 'data-turbo': is_panel ? 'false' : 'false', 'data-action': 'submit->forum-editor#onSubmit', }, }) }} {% if is_panel %} {% endif %} {% include 'forum/_persona_picker.html.twig' with { form: new_post_form, forum_persona_choices: forum_persona_choices|default([]), show_forum_persona_picker: show_forum_persona_picker|default(false), } only %} {% include 'forum/_composer.html.twig' with { form: new_post_form, placeholder: is_panel ? 'Votre message… (tapez @ pour mentionner)' : 'Partagez une idée… (tapez @ pour mentionner un joueur ou une équipe)', mention_suggestions_url: mention_suggestions_url, } %} Publier {% if is_panel %} Ouvrir la page forum {% endif %} {{ form_end(new_post_form) }} {% if not is_panel %} Discussions récentes {% endif %} {% if posts is empty %} Aucun message pour le moment. Soyez le premier à lancer la discussion ! {% else %} {% for post in posts %} {% include 'forum/_post.html.twig' with { post: post, post_author_map: post_author_map, reply_forms: reply_forms, forum_persona_choices: forum_persona_choices|default([]), show_forum_persona_picker: show_forum_persona_picker|default(false), edit_forms: edit_forms|default({}), is_panel: is_panel, mention_suggestions_url: mention_suggestions_url, } %} {% endfor %} {% endif %}
Aucun message pour le moment. Soyez le premier à lancer la discussion !