2013-05-23 18:14:21 -07:00
|
|
|
{% extends "mail/email_base.xhtml" %}
|
|
|
|
|
|
|
|
{% load utils_tags %}
|
|
|
|
|
|
|
|
{% block body %}
|
|
|
|
|
2014-10-14 15:59:46 -07:00
|
|
|
<p style="line-height: 20px;">
|
|
|
|
{% if reason %}{{ reason }}{% else %}Here's a backup of your sites on NewsBlur.{% endif %} It contains <b>{{ feed_count }}</b>
|
2013-05-23 18:14:21 -07:00
|
|
|
site{{ feed_count|pluralize }}.
|
|
|
|
</p>
|
2014-10-14 15:59:46 -07:00
|
|
|
|
|
|
|
<p style="line-height: 20px;">
|
2013-05-23 18:14:21 -07:00
|
|
|
You can re-upload the attached file to NewsBlur and get all of your sites back. <br />
|
|
|
|
Just go to Manage > Import > Upload OPML.
|
|
|
|
</p>
|
2014-10-14 15:59:46 -07:00
|
|
|
|
2013-05-23 18:14:21 -07:00
|
|
|
{% endblock %}
|