{% extends "www/cohorts/base.html" %} {% block title %}Manage {{ course.title }}{% endblock %} {% block page_content %}
{% set stats = cohort.get_stats() %} {{ stats.subgroups }} {{ _("Subgroups")}} | {{ stats.mentors }} {{ _("Mentors") }} | {{ stats.students }} {{ _("Students") }} | {{ stats.join_requests }} {{ _("Join Requests") }}
{% if is_mentor %} {% set sg = mentor.get_subgroup() %} {% endif %}