{% extends "_base.html" %} {% load static %} {% block styles %} {{ block.super }} {% include "includes/tablesorter.css.html" %} {% endblock styles %} {% block page_title %}'subjects'{% endblock page_title %} {% block page_header %}Subjects{% endblock page_header %} {% block page_description %}{% endblock page_description %} {% block title %}{{ block.super }} - Subjects{% endblock %} {% block breadcrumb %} {% include "subjects/breadcrumb.html" %} {% endblock breadcrumb %} {% block maincontent %}
Add new subject
{% if subjects_list %} {% include "includes/tablesorter.tfoot.html" %} {% for subject in subjects_list %} {% endfor %}
ND Screening First name Last name Country Type Last visit Details Edit Delete
{{ subject.nd_number }} {{ subject.screening_number }} {{ subject.first_name }} {{ subject.last_name }} {{ subject.country }} {% autoescape off %} {% for language in subject.languages.all %} {{language.image_img}} {% endfor %} {% endautoescape %} {{ subject.get_status_display }} 12-10-2016 Details Edit Delete
{% else %}

No subjects found.

{% endif %}
{% endblock maincontent %} {% block scripts %} {{ block.super }} {% include "includes/tablesorter.js.html" %} {% endblock scripts %}