NewsBlur/templates/mail/email_import_reader_starred_finished.xhtml

17 lines
533 B
HTML
Raw Normal View History

{% extends "mail/email_base.xhtml" %}
{% load utils_tags %}
{% block body %}
<p style="margin-top: 12px;">
Good news! NewsBlur has finished importing your starred stories from Google Reader.
You are now subscribed to <b>{{ feed_count }}</b> site{{ feed_count|pluralize }}
and have <b>{{ starred_count }}</b> saved stor{{ starred_count|pluralize:"y,ies" }}.
</p>
<p>
2019-07-28 16:33:12 -07:00
Head over to <a href="https://{% current_domain %}">NewsBlur</a> and get reading.
</p>
{% endblock %}