diff --git a/pinaxcon/templates/symposion/reviews/result_notification_prepare.html b/pinaxcon/templates/symposion/reviews/result_notification_prepare.html new file mode 100644 index 0000000000000000000000000000000000000000..2abc8f8354ef00e74adadb5928bdd62f60637011 --- /dev/null +++ b/pinaxcon/templates/symposion/reviews/result_notification_prepare.html @@ -0,0 +1,49 @@ +{% extends "symposion/reviews/base.html" %} + +{% load i18n %} + +{% block body %} +

Result Notification Prepare

+ +
+
+

Proposals

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

Email

+ +
+ + {% csrf_token %} + + + +
+ + +
+ + +
+ + + + {% include "symposion/reviews/_result_notification_prepare_help.html" %} + + + Cancel +
+
+ +{% endblock %}