Dear {{ org_name }} Admin,
{% if action == 'submitted' %}
{{ researcher_name }} has submitted a study for approval: {{ study_name }}
You can approve or disapprove the study here.
{% elif action == 'retracted' %}
{{ researcher_name }} has retracted the submission of a study: {{ study_name }}
{% elif action == 'active' %}
{{ researcher_name }} has started the study {{ study_name }}.
{% elif action == 'paused' %}
{{ researcher_name }} has paused the study {{ study_name }}.
{% elif action == 'deactivated' %}
{{ researcher_name }} has deactivated the study {{ study_name }}.
{% elif action == 'deployed' %}
{{ study_name }} has been deployed.
This study is located here.
{% elif action == 'previewed' %}
{{ study_name }} has been previewed.
This study can be previewed here.
{% endif %}