mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
15 lines
458 B
HTML
15 lines
458 B
HTML
{% extends "mail/email_base.xhtml" %}
|
|
|
|
{% load utils_tags %}
|
|
|
|
{% block body %}
|
|
|
|
<p style="margin-top: 12px;">
|
|
Here's a backup of your sites on NewsBlur. It contains <b>{{ feed_count }}</b>
|
|
site{{ feed_count|pluralize }}.
|
|
</p>
|
|
<p style="margin-top: 12px;">
|
|
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 %}
|