{% extends "base.html" %} {% block header %}{% if cohort %}Update Cohort - {{ cohort }}{% else %}New Cohort{% endif %}{% endblock %} {% block title %}{% if cohort %}Update Cohort - {{ cohort }}{% else %}New Cohort{% endif %}{% endblock %} {% block scripts %} {{ form.media }} {% endblock %} {% block content %}
{% csrf_token %} {{ form }}
{% endblock %}