{% extends "_base.html" %} {% load static %} {% block styles %} {{ block.super }} {% endblock styles %} {% block page_title %}'subjects'{% endblock page_title %} {% block page_header %}Subjects{% endblock page_header %} {% block page_description %}{% endblock page_description %} {% block breadcrumb %}
  • Dashboard
  • Subjects
  • {% endblock breadcrumb %} {% block maincontent %}
    Add new subject
    No. First name Last name Country Language Type Last visit Details Edit Resigned
    #1 Johny English Luxembourg english Patient - IPD 12-10-2016 No
    #2 Henry French France english french Patient - IPD 12-10-2015 No
    #3 Karim English Luxembourg english french Control 12-10-2016 No
    {% endblock maincontent %} {% block scripts %} {{ block.super }} {% endblock scripts %}