{% 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 %}You are a mentor of {{sg.title}} subgroup.