{% load render_table from django_tables2 %} {% load i18n %}

{% trans "Submissions waiting for your review" %} {{ in_review_count }}

{% if my_review.data %} {% render_table my_review %} {% if display_more %}
{% trans "Show all" %}
{% endif %} {% else %}

{% trans "Nice! You're all caught up. 🎉" %}

{% trans "Find new applications to review" %}
{# TODO Fill in data and update styles in future ticket #}
{# Since you last logged in #}
{% endif %}