{% extends "_base.html" %} {% load static %} {% block styles %} {{ block.super }} {% endblock styles %} {% block ui_active_tab %}'appointments'{% endblock ui_active_tab %} {% block page_header %}Appointments{% endblock page_header %} {% block page_description %}{% endblock page_description %} {% block title %}{{ block.super }} - Appointments{% endblock %} {% block breadcrumb %} {% include "appointments/breadcrumb.html" %} {% endblock breadcrumb %} {% block maincontent %}
Subject name | Subject's details | Suggested date | Plan/Modify |
---|---|---|---|
{{ planned.visit.subject.first_name }} {{ planned.visit.subject.last_name }} | Subject's details | {{ planned.datetime_when }} | Plan/Modify |
No visits to plan in close future.
{% endif %}Subject | Type | Date | Details |
---|---|---|---|
{% if approach.visit.subject.screening_number == "---" %} N/A {% else %} {{ approach.visit.subject.first_name }} {{ approach.visit.subject.last_name }} {% endif %} | {% for type in approach.appointment_types.all %} {{ type.code }}, {% endfor %} | {{ approach.datetime_when | date:"Y-m-d H:i" }} | Details |
No visits approaching in close future.
{% endif %}