{% extends "base_with_breadcrumbs.html" %} {% load i18n utils %} {% block title %}{% translate "Today's appointments" %} · {{ block.super }}{% endblock %} {% block breadcrumbs %}
{% translate 'Time' %} | {% translate 'Name' %} | {% translate 'Study' %} | {% translate 'Session' %} | {% translate 'Contact person' %} | {% translate 'Assigned conductors' %} |
---|---|---|---|---|---|
{{ appointment.start|time }} | {{ appointment.participation.subject.contact.full_name }} | {% if appointment.participation.study.url %} {{ appointment.participation.study }} {% else %} {{ appointment.participation.study }} {% endif %} | {{ appointment.session|display:'name' }} | {{ appointment.participation.study|display:'contact_person' }} ({{ appointment.participation.study|display:'phone' }}) | {{ appointment|display:'assigned_conductors' }} |
{% translate 'No appointments today' %} |