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

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


{% if prescriber.logo %}
Logo :
{% if prescriber.logo is not empty %} {% endif %}
{% endif %} {#
Compte : {{ prescriber.user.displayName }}
{{ include('admin/ui/_link_button.html.twig', {link_class:'info', link_path:path('@User_admin_edit', {'id': prescriber.user.id}), link_label:'Voir la fiche'}) }}
#}
{% endblock %}