2013-05-23 18:14:21 -07:00
{% extends "mail/email_base.xhtml" %}
{% load utils_tags %}
{% block body %}
2016-11-17 15:35:33 -08:00
< h2 style = "color: #282F33; font-size: 18px; font-weight: bold;" >
2017-03-18 14:41:12 -07:00
{% if reason %}{{ reason }}{% else %}Here's a backup of all of your subscriptions on NewsBlur.{% endif %} It contains < b style = "#484F53" > {{ feed_count }}< / b >
2013-05-23 18:14:21 -07:00
site{{ feed_count|pluralize }}.
2016-11-17 15:35:33 -08:00
< / h2 >
2014-10-14 15:59:46 -07:00
< p style = "line-height: 20px;" >
2017-03-18 14:41:12 -07:00
You can re-upload the attached file to NewsBlur and immediately get any deleted sites back.
2016-11-17 15:35:33 -08:00
< / p >
< p style = "line-height: 20px;" >
2019-07-28 16:33:12 -07:00
Just go to < a href = "https://{% current_domain %}/?next=opml" > Manage > Import > Upload OPML< / a > .
2013-05-23 18:14:21 -07:00
< / p >
2014-10-14 15:59:46 -07:00
2013-05-23 18:14:21 -07:00
{% endblock %}