{% 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 name | Full information | Date | Time | Details |
---|---|---|---|---|
{{ approach.visit.subject.first_name }} {{ approach.visit.subject.last_name }} | Subject's details | {{ approach.datetime_when | date:"d-M-Y" }} | {{ approach.datetime_when | time:"H:i" }} | Details |
No visits approaching in close future.
{% endif %}