1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Hello,
This is a quick (automated) notification about the comments you left
on {{ blog_title }}.
{% if approved %}Approved:
{% for comment in approved %}* {{ comment.get_full_absolute_url }}
{% endfor %}{% endif %}
{% if rejected %}Rejected:
{% for comment in rejected %}* #{{comment.id}} on {{ comment.article.get_full_absolute_url }}:
{{ comment.content }}
{% endfor %}{% endif %}
You received this notification because you left your email address in the
comment form.
Cheers,
Gabriel