{% extends sitebase.html %} {% block content %} {% from future.utils import viewitems %}

Metadata Summary for Study {{study_title}}

The information below describes information contained in the sample and prep templates.
{% for category, summary in viewitems(stats) %} {% if len(summary) == 1 %} {% elif len(set([row[1] for row in summary])) == 1 %} {% else %} {% for row in summary %} {% end %} {% end %} {% end %}
{{category}}: {{summary[0][0]}} is repeated in all rows.
{{category}}: All the values in this category are different.
{{category}}
{{row[0]}} {{row[1]}}
Back
{% end %}