mirror of
				https://github.com/samuelclay/NewsBlur.git
				synced 2025-11-01 09:09:51 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			No EOL
		
	
	
		
			1.4 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			No EOL
		
	
	
		
			1.4 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
{% extends "mail/email_base.txt" %}
 | 
						|
 | 
						|
{% load utils_tags %}
 | 
						|
 | 
						|
{% block body %}Hey {{ user.username }}, your premium account is about to expire...
 | 
						|
 | 
						|
Your premium account was set to expire today, but you've been given a free month grace period, so you can continue using your premium account to try out NewsBlur.
 | 
						|
 | 
						|
{% if months_ago >= 1 %}It's been {{ months_ago }} month{{ months_ago|pluralize }} since you last saw NewsBlur. A lot has changed since then. We just launched a full-scale re-design, complete with shared stories (blurblogs) and native iOS/Android apps. If you miss the old Google Reader features, you'll love the new NewsBlur.{% else %}You've recently been on NewsBlur, so maybe you didn't mean to transition back to the free account? Maybe you just need to renew your premium account. Let's help you do that.{% endif %}
 | 
						|
 | 
						|
Renew now: http://{% current_domain %}{{ user.profile.autologin_url }}?next=renew
 | 
						|
 | 
						|
Here are some easy ways to have a great time on NewsBlur:
 | 
						|
 | 
						|
    * Follow friends from Twitter, Facebook, and NewsBlur: http://{% current_domain %}{{ user.profile.autologin_url }}
 | 
						|
    * Visit the popular blurblog, The People Have Spoken: http://popular.newsblur.com
 | 
						|
    * Renew your premium account for only $24/year: http://{% current_domain %}{{ user.profile.autologin_url }}?next=renew
 | 
						|
 | 
						|
Spend a few days trying out NewsBlur again. We hope you love it.{% endblock body %} |