{% extends 'exp/base.html' %} {% load bootstrap3 %} {% load guardian_tags %} {% load static %} {% load tz %} {% block title %}{{ study.name }}{% endblock %} {% block flash %} {% bootstrap_messages %} {% if form.non_field_errors %}
{{ study.short_description }}
{{ study.long_description }}
{{ study.duration }} {{ study.exit_url | default:"None specified" }}
{{ study.criteria }}
{{ study.min_age_years }} year{{ study.min_age_years|pluralize}} {{ study.min_age_months}} month{{ study.min_age_months|pluralize}} {{ study.min_age_days}} day{{ study.min_age_days|pluralize}} {{ study.max_age_years }} year{{ study.max_age_years|pluralize}} {{ study.max_age_months}} month{{ study.max_age_months|pluralize}} {{ study.max_age_days}} day{{ study.max_age_days|pluralize}} {{ study.date_modified |date:"M d, Y" }}
{{ study.uuid }}
{% if study.public %} Public {% else %} Private {% endif %}
Inspect responses from completed studies