{% extends "email/base.txt" %}{% load propmgr %} {% block name %}Dear {{ proposal.submitter }}{% for coauth in proposal.coauthors.all %}, {{ coauth }}{% endfor %},{% endblock %} {% block body %} {% block message %}{% endblock %} We are attaching the program committee's reviews of your proposal below; they are also visible to authors on the PyCon website. Finally, we want to hear your thoughts on this year's online proposal system and submission process. What went well? What could've been better? Please take a moment to provide feedback: < http://us.pycon.org/2008/survey/propmgr/ > Alternatively, you may provide comments in reply to this e-mail. {% endblock %} {% block signature %} Sincerely, Ivan Krstić , program committee chair, PyCon 2008 David Goodger , conference chair, PyCon 2008 {% endblock %} {% block footer %} -------------------------------------------------------------------------------- Proposal: < {{ proposal|site_absolute_url }} > {% for review in proposal.review_set.all %} Reviewer #{{ review.reviewer.id }}: {{ review.score }} {{ review.comment }} {% if not forloop.last %}................................................................................{% endif %} {% endfor %} {{ block.super }} {% endblock %} {% block noreply %}{% endblock %}