{% extends 'admin/core_custom/base_edit.html.twig' %} {% block actions %} {% endblock %} {% block sonata_form_actions %} {% if object.lastRefresh %}
Dernier import : {{ object.lastRefresh|date('d/m/Y') }}
{% endif %} {% if object.id != "" and object.ontologyMapping|length > 0 %} {% endif %} {% set class = object.ontologyMapping|length > 0 ? 'btn-default' : 'btn-primary' %} {% if object.id != "" %} Supprimer l'import (ainsi que tous les éléments importés) {% endif %} {% endblock %}