{% extends "base.html" %} {% load fix_data %} {% block title %}{{ session.title }} - jSparc analysis results {% endblock %} {% block head_styles %} {% endblock %} {% block head %} {% endblock %} {% block content %}

Energy histogram

{% comment %}

Shower core positions

{% ifnotequal slug 'leerlingensymposium-2011' %} {% ifnotequal slug 'middelharnis2011' %}

Star map

{% endifnotequal %} {% endifnotequal %} {% endcomment %}
Session details
Title{{ session.title }}
PIN{{ session.pin }}
Start date{{ session.starts|date:'j M Y' }}
End date{{ session.ends|date:'j M Y' }}

List of student scores

{% for student in scores %} {% endfor %}
# Student Error
{{ forloop.counter }} {{ student.name }} {{ student.wgh_error|floatformat:8 }}
{% endblock %}