{% extends "ppmutils/_base.html" %} {% block title %}{{ ppm_subject }}{% endblock %} {% block greeting %}Hello,{% endblock %} {% block content %}

A new user has completed the People-Powered Medicine registration and is awaiting review from an administrator. Please login to the administrative dashboard to review their profile.

Study: {{ ppm_study_title }}

Participant ID: {{ ppm_id }}

{% if environment and environment != 'prod' %}

Environment: {{ environment }}

{% endif %}
Click here to proceed
{% endblock %} {% block signature %}{% endblock %}