+ {% if post.link %} + {{ post.title or 'Sans titre' }} + {% else %} + {{ post.title or 'Sans titre' }} + {% endif %} +
+ {% if post.notified %} + + + Notifié + + {% else %} + + + Non notifié + + {% endif %} +{{ post.description|striptags|truncate(150) }}
+ {% endif %} + {% if post.published_formatted %} +{{ post.published_formatted }}
+ {% endif %} +