Cohort Summaries

{% for cohort, df_list in dfs.items() %}
{% for df in df_list %}
{{ df }}
{% endfor %}
{% endfor %}