{% extends 'TdbBaseBundle::layout.html.twig' %} {% from "TdbBaseBundle::macros.html.twig" import userChip %} {% block title %}Nouvelles{% endblock %} {% block body %}
Visibilié | Titre | Actions |
---|---|---|
{% if not n.published %} En attente {% elseif n.isPublic %} Publique {% elseif n.isPrive %} Privée {% else %} Partout {% endif %} | {{ n.titre }} | {% if is_granted("edit", n) %} Editer {% endif %} {% if is_granted("delete",n) %} {% endif %} |