{{ actu.title }}
{% if actu.image %}{% trans "Posted on" %} {{actu.date_publish|date:"d E Y"}} {% if actu.categories.exists %} {% trans "in categories" %} {% for category in actu.categories.all %}{{category.name}} {% if not forloop.last %}, {% endif %} {% endfor %}{% endif %}