{% extends "agenda/base.html" %} {% load url from future %} {% load apptags %} {% block appbar %}
Intervenants : {% for worker in appointment.workers %} {{ worker.first_name }} {{ worker.last_name }}{% if forloop.last %}.{% else %}, {% endif %} {% endfor %}
{% for address in appointment.patient.addresses.all %} {% if address.place_of_life and address.phone %} {{ address.phone }} {% for contact in address.patientcontact_set.all %} {{ contact.mobile }} {% endfor %} {% endif %} {% endfor %}