{% extends "base-apply.html" %} {% load render_table from django_tables2 %} {% block title %}OTF Dashboard{% endblock %} {% block content %}
{% block page_header %}

Dashboard

{% endblock %} Apply admin

Applications to review

{% if in_review.data %} {% render_table in_review %} {% else %} No reviews to complete {% endif %}

Applications awaiting determination

{% if awaiting_determination.data %} {% render_table awaiting_determination %} {% else %} No applications awaiting determination {% endif %}
{% endblock %}