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

Dashboard

{% endblock %} Apply admin

Active requests for payment

{% if active_payment_requests.count %} {% render_table active_payment_requests.table %} {% else %} No active Payment Requests. {% endif %}
{% endblock %} {% block extra_js %} {{ my_reviewed.filterset.form.media.js }} {% endblock %}