NewsBlur/templates/mail/email_reshare.txt

14 lines
No EOL
582 B
Text

{% extends "mail/email_base.txt" %}
{% block body %}{{ reshare_user_profile.username }} re-shared "{{ shared_story.story_title }}"{% if story_feed %} from {{ story_feed.feed_title }}{% endif %}:
{{ comment.user.username }} ({{ comment.shared_date }} ago):
{{ comment.comments|linebreaksbr }}
{% for reply in comment.replies %}
{{ reply.user.username }} ({{ reply.publish_date }} ago):
{{ reply.comments }}
{% endfor %}
View this conversation: {{ shared_story.blurblog_permalink }}
Don't want any more emails? Mute everything from this story: {{ mute_url }}{% endblock %}