{% extends "base-apply.html" %} {% load render_table from django_tables2 %} {% load i18n static nh3_tags markdown_tags heroicons %} {% block extra_css %} {{ my_reviewed.filterset.form.media.css }} {% endblock %} {% block title %}{% trans "Dashboard" %}{% endblock %} {% block content %} {% adminbar %} {% slot header %}{% trans "Dashboard" %}{% endslot %} {% slot sub_heading %}{% trans "Welcome" %}, {{ request.user }}!{% endslot %} {% if perms.wagtailadmin.access_admin %} {% heroicon_solid "cog-6-tooth" size=20 class="me-1 inline align-text-bottom" aria_hidden=true %} {% trans "Administration" %} {% endif %} {% endadminbar %}
{{ awaiting_reviews.count }}
{% trans "Submissions waiting for your review" %}
{% if awaiting_reviews.count %}{{ projects.count }}
{% trans "Live projects under your management" %}
{% if projects.count %}{{ active_invoices.count }}
{% trans "Requests for invoices requiring your attention" %}
{% if active_invoices.count %}{{ my_flagged.table.rows|length }}
Your flagged submissions
{% endif %} {% if my_reviewed.table.data %}{{ my_reviewed.table.rows|length }}
Your previous reviews
{% endif %} {% endif %}