{% extends "billing/base_billing.html" %} {% block title %}New annotation activity{% endblock %} {% block preheader %}{% if annotator_total %}{{ annotator_total }} new assigned{% if reviewer_total %} · {% endif %}{% endif %}{% if reviewer_total %}{{ reviewer_total }} pending review{% endif %}{% endblock %} {% block txid %}◦ ANNOTATION / ACTIVITY{% endblock %} {% block content %} New activity

Hi {{ user_name }} — you have new annotation activity

Here's what's landed since your last update.

{% if annotator_buckets %}

Assigned to you · {{ annotator_total }} new

{% for bucket in annotator_buckets %} {% endfor %}
{{ bucket.queue_name }} {{ bucket.count }}
{% endif %} {% if reviewer_buckets %}

Pending your review · {{ reviewer_total }} new

{% for bucket in reviewer_buckets %} {% endfor %}
{{ bucket.queue_name }} {{ bucket.count }}
{% endif %}
{% include "billing/_button.html" with url=queues_url text="Open my work →" variant="primary" %}

You're getting near-real-time notifications (max 1/hour). Snooze for 7 days · Unsubscribe

{% endblock %}