{% load utils_extra %} {% if event.moderated_date %} Modérer de nouveau {% picto_from_name "check-square" %} {% else %} Modérer {% picto_from_name "check-square" %} {% endif %} {% if event.pure_import %} {% with event.get_local_version as local %} {% if local %} voir la version locale {% picto_from_name "eye" %} {% else %} créer une copie locale {% picto_from_name "plus-circle" %} {% endif %} {% endwith %} {% else %} modifier {% picto_from_name "edit-3" %} {% endif %} {% if event.is_updateable %} Réimporter {% picto_from_name "download-cloud" %} {% endif %} {% if event.status != "published" %} publier {% picto_from_name "eye" %} {% endif %} {% if event.status == "published" %} dépublier {% picto_from_name "eye-off" %} {% elif event.status == "trash" %} restaurer {% picto_from_name "eye-off" %} {% endif %} {% if event.status != "trash" %} supprimer {% picto_from_name "trash-2" %} {% endif %} {% if event.status == "trash" %} supprimer définitivement {% picto_from_name "x-circle" %} {% endif %}