{% extends "site_base.html" %} {% block body_class %}pinax-cohorts{% endblock %} {% block body %}

Cohorts Create a Cohort

{% for cohort in cohorts %}

{{ cohort.name }} {{ cohort.member_counts.users }} {{ cohort.member_counts.total }}

{% include "pinax/cohorts/_members.html" %}
{% endfor %}
{% endblock %}