{% extends 'web/base.html' %} {% load bootstrap3 %} {% block title %}{{ object.name }}{% endblock %} {% block head %} {{ block.super }} {{ form.media }} {% endblock %} {% block flash %} {% if form.errors %} {% endif %} {% endblock %} {% block content %}

"{{ object.name }}": Study overview

{% bootstrap_messages %}
{% include "studies/_image_display.html" with object=object %}
Eligibility criteria {{ object.criteria }}
Duration {{ object.duration }}
What happens {{ object.short_description }}
What we're studying {{ object.long_description }}

This study is conducted by {{object.contact_info}}

Would you like to participate in this study?

{% if not request.user.is_authenticated %} Log in to participate {% elif not children %} Add child profile to participate {% elif not has_demographic %} Complete demographic survey to participate {% else %}
{% endif %}
{% endblock %}