{% extends "_base.html" %} {% load static %} {% load filters %} {% block styles %} {{ block.super }} {% endblock styles %} {% block page_title %}'visits'{% endblock page_title %} {% block page_header %}Details of the visit{% endblock page_header %} {% block page_description %}{% endblock page_description %} {% block title %}{{ block.super }} - Details of visit {% endblock %} {% block breadcrumb %} {% include "subjects/breadcrumb.html" %} {% endblock breadcrumb %} {% block maincontent %} {% block content %}
No. | Type | Date | Time | Length [min] | Responsible | Plan/Modify |
---|---|---|---|---|---|---|
{{ forloop.counter }} | {{ app.appointment_type }} | {{ app.datetime_when | date:"d-M-Y" }} | {{ app.datetime_when | time:"H:i" }} | {{ app.length }} | {% if app.flying_team %}{{ app.worker_assigned.first_name }} {{app.worker_assigned.last_name}} {% else %} {{ app.flying_team }} {% endif %} | TODO |
No appointments found.
{% endif %}