{% extends "billing/base_billing.html" %} {% block title %}Your annotation digest{% endblock %} {% block preheader %}{% if annotator_total %}{{ annotator_total }} pending{% if reviewer_total %} · {% endif %}{% endif %}{% if reviewer_total %}{{ reviewer_total }} reviews{% endif %}{% endblock %} {% block txid %}◦ ANNOTATION / DAILY DIGEST{% endblock %} {% block content %} Daily digest
Current state of your pending annotation work.
{% if annotator_buckets %}Pending your annotation · {{ annotator_total }} item{{ annotator_total|pluralize }}
| {{ bucket.queue_name }} | {{ bucket.count }} |
Pending your review · {{ reviewer_total }} item{{ reviewer_total|pluralize }}
| {{ bucket.queue_name }} | {{ bucket.count }} |
You're getting a daily digest at your local morning. Unsubscribe
{% endblock %}