NOTIFICATIONS

{% for notification in propositions %}
{% if notification.type == "proposition" %} Proposition

{{ notification.content }}

Accepter {% elseif notification.type == "validation" %} Validation

{{ notification.content }}

Valider {% elseif notification.type == "done" %} Fin de tâche

{{ notification.content }}

Tâche effectuée {% elseif notification.type == "warning" %} Attention

{{ notification.content }}

Votre annonce à été mise en retrait pour le motif suivant : {{ notification.content }} {% elseif notification.type == "verification" %} Vérification

{{ notification.content }}

Vous avez des annonces ou types d'annonces à vérifier ! Veuillez regarder dans votre espace administrateur {% else %} Divers

{{ notification.content }}

{% endif %}
{% endfor %}