{% extends "base.html" %} {% block head %} {% endblock %} {% block content %} {% if study %}

Your Study To Complete

{% if study.image %} Study Image {% else %} No Image {% endif %}
{{ study.name }}
{% if study.description %}

{{ study.description }}

{% endif %}

You have until the end of {{ study.end_date }} to complete this study.

{% endif %} {% endblock %}