{% extends 'base.html' %} {% load static %} {% block extra_head %} {% endblock extra_head %} {% block content %}

Manage Revenues for {{ camp.title }}

{% if unapproved_revenues %}
This table shows unapproved revenues for {{ camp.title }}.
{% include 'includes/revenue_list_panel.html' with revenue_list=unapproved_revenues %}
{% endif %}
This table shows all approved revenues for {{ camp.title }}.
{% include 'includes/revenue_list_panel.html' %} {% endblock content %}