diff --git a/symposion/templates/reviews/result_notification_prepare.html b/symposion/templates/reviews/result_notification_prepare.html new file mode 100644 index 0000000000000000000000000000000000000000..f87cc5bca803a5c569a2d2e1caa11d9868bc0729 --- /dev/null +++ b/symposion/templates/reviews/result_notification_prepare.html @@ -0,0 +1,42 @@ +{% 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

+ + +
+ Subject: + +
+ Body: + +
+ + + +
+
+ +{% endblock %}