{% 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

Hi {{ user_name }} — here's what's on your plate today

Current state of your pending annotation work.

{% if annotator_buckets %}

Pending your annotation · {{ annotator_total }} item{{ annotator_total|pluralize }}

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

Pending your review · {{ reviewer_total }} item{{ reviewer_total|pluralize }}

{% 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 a daily digest at your local morning. Unsubscribe

{% endblock %}