{% extends 'account/base_account.html.twig' %} {% block title %}Mon Actu — {{ beneficiaire.prenom }} {{ beneficiaire.nom }}{% endblock %} {% block content %}
{{ beneficiaire.prenom }} {{ beneficiaire.nom }} · {{ beneficiaire.commande.packType|upper }}
Publiez votre première actualité sur votre carte numérique.
Créer mon premier post →| Post | Catégorie | Stats | Statut | Date | Actions |
|---|---|---|---|---|---|
|
{% if actu.imageFilename %}
📝
{% endif %}
|
{# Catégorie #}
{{ actu.categorieLabel }} | {# Stats #}
{% if actu.isPublie() %}
👁 {{ actu.vues }} · 🖱 {{ actu.clics }}
{% else %}
—
{% endif %}
|
{# Statut #}
{% if actu.isPublie() %} ✅ Publié {% else %} 📝 Brouillon {% endif %} | {# Date #}{{ actu.isPublie() ? actu.publishedAt|date('d/m/Y') : actu.createdAt|date('d/m/Y') }} | {# Actions #}
{# Publier un brouillon #}
{% if not actu.isPublie() %}
{% else %}
{% endif %}
{# Éditer #}
✏️
{# Supprimer #}
|