{{ user.username }} › Quote notifications {% if total and not show_all %} ({{ total }} new){% endif %}

{{ paginator.linkbox|raw }} {% if not total %}
No{% if not show_all %} new{% endif %} quotes.
{% endif %}
{% for quote in page %}
{{ quote.title }}: {{ quote.link|raw }} › Quoted by {{ quote.quoter_id|user_url }} {{ quote.date|time_diff }} {% if quote.unread %} (New!){% endif %}
{% endfor %} {{ paginator.linkbox|raw }}