{% extends "base.html" %} {% load static from staticfiles %} {% block content %}

Cohorts

{% for entry in cohorts %}
Edit
{% endfor %}

Metrics

{% for entry in metrics %}
Edit
{% endfor %}
Loading ...
{% endblock %} {% block survey_bodyscripts %} {% endblock %}