Date | Kits | Location | Person responsible |
---|---|---|---|
{{ appointment.datetime_when | date:"Y-m-d H:i" }} | {% for type in appointment.appointment_types.all %} {% for item in type.required_equipment.all %} {% if item.disposable %} {{ item.name }}, {% endif %} {% endfor %} {% endfor %} | {{ appointment.location }} | {{ appointment.worker_assigned }} |