2012-07-05 18:29:38 -07:00
{% extends "mail/email_base.txt" %}
2012-07-05 19:50:02 -07:00
{% block body %}On a story entitled "{{ shared_story.story_title }}" from {{ story_feed.feed_title }}, {{ reply_user_profile.username }} replied to you:
2012-07-05 18:29:38 -07:00
{{ comment.user.username }} ({{ comment.shared_date }} ago):
{{ comment.comments|linebreaksbr }}
{% for reply in comment.replies %}
{{ reply.user.username }} ({{ reply.publish_date }} ago):
{{ reply.comments }}
2012-07-05 19:50:02 -07:00
{% endfor %}
2012-07-05 22:46:18 -07:00
View this conversation: {{ shared_story.blurblog_permalink }}
Don't want any more emails from this story? Mute this conversion: {{ mute_url }}{% endblock %}