{% extends "propmgr/email/base.txt" %} {% block body %}{% load propmgr %} A new comment has been posted to the PyCon 2008 Talk Proposal "{{ comment.proposal.id }}. {{ comment.proposal.title }}". The entire proposal and all comments can be viewed here: {{ comment.proposal|site_absolute_url }} :Commenter: {{ comment.commenter|protected_proposal_user_name:prop_and_user }} {{ comment.comment }} {% endblock %}