{% extends 'base.html' %} {% load static i18n pagination %} {% load django_bootstrap_breadcrumbs %} {% load widget_tweaks %} {% block breadcrumbs %} {{ block.super }} {% breadcrumb subject.category 'subjects:cat_view' subject.category.slug %} {% breadcrumb subject 'subjects:view' subject.slug %} {% breadcrumb 'Interaction Data' '' %} {% endblock %} {% block content %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %}
  • {% trans "Subject" %}: {{subject_name}}
  • {% trans "Topic" %}: {{topic_name}}
  • {% trans "Initial Date" %}: {{init_date}}
  • {% trans "End Date" %}: {{end_date}}
{% for value in header %} {% endfor %} {% for variables in data.values %} {% for variable in variables %} {% endfor %} {% endfor %}
{{value}}
{{variable}}
{% endblock content %}