{% extends "distributed/base_teach.html" %} {% load i18n %} {% load staticfiles %} {% load my_filters %} {% block title %}{% trans "User report" %} {{ block.super }}{% endblock title%} {% block report_title %}{% trans "User report" %}{% endblock report_title %} {# Headjs needed so coachreporting app can import #} {% block headjs %} {{ block.super }} {# Inner block needed so that control panel can import the JS necessary #} {% block student_report_js %} {% endblock student_report_js %} {% endblock headjs %} {% block headcss %} {{ block.super }} {# Re-import control-panel bootstrap so that styles within coach report look correct #} {% endblock headcss %} {% block content %} {{ block.super }}

← {% trans "Back to Facilities" %}

{% block student_report %}
{% endblock student_report %} {% endblock content %}