{% extends "www/cohorts/base.html" %} {% block title %}Manage {{ course.title }}{% endblock %} {% block page_content %}

{{cohort.title}} Cohort

{% 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() %}

You are a mentor of {{sg.title}} subgroup.

Visit Your Subgroup →

{% endif %}
{% if not page %} {{ render_subgroups() }} {% else %} {{ render_page(page) }} {% endif %}
{% endblock %} {% macro render_subgroups() %} {% endmacro %} {% macro render_navitem(title, link, page, count=-1) %} {% endmacro %}