NewsBlur/templates/mail/email_opml_export.xhtml

18 lines
518 B
HTML
Raw Normal View History

{% 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 %}