{% extends "site_base.html" %} {% block body_class %}authed pinax-cohorts{% endblock %} {% block head_title %}{{ cohort.name }} cohort{% endblock %} {% block body %}
Invite | Status | Sent At | |||
---|---|---|---|---|---|
{{ member.email }} | {% include "pinax/cohorts/_status.html" %} | {% if member.signup_code %} {{ member.signup_code.sent }} {% endif %} | {% empty %}|||
No Cohort Members Yet |