{% extends "ppmutils/_base.html" %} {% block title %}{{ ppm_subject }}{% endblock %} {% block greeting %}{% endblock %} {% block content %}
From: {{ from_name }}
Email: {{ from_email}}
Study: {{ ppm_study_title }}
Comment:
{{ message }}
{% endblock %} {% block signature %}{% endblock %}