{% load my_filters %} {% load i18n %} {% load staticfiles %}
{% trans "You currently have no group data available." %}
{% else %} {% if not request.is_teacher %}{% endif %}
{% trans "Group" %} | {% trans "Edit" %} | {% trans "Coach" %} | {% trans "# Learners" %} | {% trans "Logins" %} | {% trans "Login Time" %} | {% trans "Videos Viewed" %} | {% trans "Exercises Completed" %} | {% trans "Mastery " %} | |
---|---|---|---|---|---|---|---|---|---|
{% if group.id %}{% endif %} | {# Translators: this is a verb; by clicking this link, the user will be able to coach students. #} {% else %} href="{% url 'group_management' zone_id=zone_id facility_id=facility_id group_id=ungrouped_id %}"> {% endif %} {{ group.name }} | {% if group.id %} {% else %} N/A {% endif %} |
{# Translators: this is a verb; by clicking this link, the user will be able to coach students. #}
|
{{ group.total_users }} | {{ group.total_logins }} | {{ group.total_hours|floatformat }} {% trans "hour(s)" %} | {{ group.total_videos }} | {{ group.total_exercises }} | {{ group.pct_mastery|percent:1 }} |