{% extends "base-apply.html" %} {% load render_table from django_tables2 %} {% load i18n static %} {% block extra_css %} {{ my_reviewed.filterset.form.media.css }} {% endblock %} {% block title %}{% trans "Dashboard" %}{% endblock %} {% block content %}
{{ awaiting_reviews.count }}
{% trans "Submissions waiting for your review" %}
{% if awaiting_reviews.count %}{{ projects.count }}
{% trans "Live projects under your management" %}
{% if projects.count %}{{ projects_to_approve.count }}
{% trans "Projects awaiting approval" %}
{% if projects_to_approve.count %}{{ active_invoices.count }}
{% trans "Requests for invoices requiring your attention" %}
{% if active_invoices.count %}