mirror of
				https://github.com/samuelclay/NewsBlur.git
				synced 2025-11-01 09:09:51 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			No EOL
		
	
	
		
			582 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			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 %} |