{% 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
Here's what's landed since your last update.
{% if annotator_buckets %}Assigned to you · {{ annotator_total }} new
| {{ bucket.queue_name }} | {{ bucket.count }} |
Pending your review · {{ reviewer_total }} new
| {{ bucket.queue_name }} | {{ bucket.count }} |
You're getting near-real-time notifications (max 1/hour). Snooze for 7 days · Unsubscribe
{% endblock %}