{% extends 'base.html.twig' %} {% block title %} Mes patients {{ parent() }} }}{% endblock %} {% block body %}

Mes patients

{% if pagination.getTotalItemCount() > 0 %} {% for doctor in pagination %} {% endfor %} {% else %} {% endif %}
Prénom Spécialité Adresse Actions
{{ doctor.user.firstName }} {{ doctor.speciality.name }} {{ doctor.user.street }} {{ doctor.user.zipCode }}, {{ doctor.user.city }}
Profil Utilisateur Compte praticien éditer le praticien {{ include('doctor/_delete_form.html.twig') }}
Aucun patient trouvé
{% endblock %}