{% extends "base.html" %} {% load misc %} {% block title %}Reporting{% endblock %} {% block content %}

Reporting

Parameters

Term {{term_name}}
Budget Area {{area}}

Data

{% for label in secondary_labels %} {% endfor %} {% for label, row in table_with_row_labels %} {% for cell in row %} {% endfor %} {% endfor %}
{{label}}
{{label}}{% if cell %}{% endif %}${{cell}}{% if cell %}{% endif %}
{% endblock %}