{% extends 'admin/base.html.twig' %} {% block title %}Modification d'une donnée SEO |{{ parent() }}{% endblock %} {% block breadcrumb %} {% endblock %} {% block body %}
{{ include('admin/ui/card/_header.html.twig', {withLocal:true, card_header_title:"Modifier la donnée SEO"}) }}
{{ include('@Seo/admin/_form.html.twig') }}
Date de création :
{{ seo.createdAt|date('d/m/Y H:i') }}
Date de modification :
{{ seo.updatedAt is not empty ? seo.updatedAt|date('d/m/Y H:i') : '--' }}

{{ include('@Seo/admin/_delete_form.html.twig') }}

{{ include('@Seo/admin/_entity_form.html.twig') }}
{% endblock %}