{% extends "_base.html" %} {% load static %} {% load filters %} {% block styles %} {{ block.super }} {% endblock styles %} {% block ui_active_tab %}'subjects'{% endblock ui_active_tab %} {% block page_header %}List of visits{% endblock page_header %} {% block page_description %}{% endblock page_description %} {% block title %}{{ block.super }} - List of subject's visits {% endblock %} {% block breadcrumb %} {% include "subjects/breadcrumb.html" %} {% endblock breadcrumb %} {% block maincontent %} {% block content %}
Subject {% if allow_add_visit %} Add visit {% endif %}
{% for element in display %}

{{ element.4 }}

{% if element.2 %}(Finished) {% else %}(Not finished) {% endif %} Details >>>

Visit's appointments

{% endfor %}
{% endblock %} {% endblock maincontent %} {% block scripts %} {{ block.super }} {% endblock scripts %}