{% extends 'base.html.twig' %} {% block title %} = {{title}}{% endblock %} {% block body %}

{{title}}
{{group.status}}

{% if is_granted('UPDATE', group) %} Modifier {% endif %} Retour {% if is_granted('MOVETOINACTIVE', group) and group.status=="Actif"%} Statut = Inactif {% endif %} {% if is_granted('DELETE', group) %} Supprimer {% endif %} {% if is_granted('MOVETOACTIVE', group) and group.status=="Inactif" %} Statut = Actif {% endif %}
Information
Titre = {{ group.title }}
A Voter pour le = {{ group.dueDate ? group.dueDate|date("d/m/Y"):"" }}
Résumé
{{ group.summary|nl2br }}
{{ render(path("bninefiles_files",{domain:'group',id:group.id, editable:0})) }}
Timeline
{% include('group/timeline.html.twig') %}
Pad du Group
{{ group.description ? group.description|markdown_to_html|nl2br : "" }}
{% endblock %}