{% extends "base.html" %} {% load i18n waffle_tags %} {% block head %} {% endblock %} {% block subtitle %} {% trans 'Analytics' %} {% endblock %} {% block actions %} {% comment "Since we dont have the exports contents, we hide this button." %} {% endcomment %} {% endblock %} {% block main %}

{% trans 'By trainer' %}

{% trans 'Trainer' %} {% trans 'Sessions' %} {% trans 'Trainees' %} {% trans 'Session duration' %}

{% trans 'By group' %}

{% trans 'Group' %} {% trans 'Sessions' %} {% trans 'Trainees' %} {% trans 'Session duration' %}
{% switch "enable_surveys" %}
s
{% endswitch %}
{% verbatim %} {% endverbatim %} {% endblock %}