mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
17 lines
518 B
HTML
17 lines
518 B
HTML
{% extends "mail/email_base.xhtml" %}
|
|
|
|
{% load utils_tags %}
|
|
|
|
{% block body %}
|
|
|
|
<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>
|
|
site{{ feed_count|pluralize }}.
|
|
</p>
|
|
|
|
<p style="line-height: 20px;">
|
|
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>
|
|
|
|
{% endblock %}
|