{% extends "two.html" %} {% block title %}Details of your study membership{% endblock %} {% load markup %} {% block left %}

{{object.study.name}}

{% endblock %} {% block right %}
Study information
{{object.study.blurb|markdown}}
Contact details

Study contact email: {{object.study.study_email}}

{% endblock %}