{% extends "reviews/base.html" %} {% load i18n %} {% block body %}

Result Notification Prepare

Proposals

{% for proposal in proposals %} {% endfor %}
{{ proposal.speaker }} ({{ proposal.speaker.email }})
{{ proposal.title }}

Email



If the Body includes the string {% templatetag openvariable %} proposal {% templatetag closevariable %} then it will be replaced with the title of the proposal when the email is sent.

{% endblock %}