{% extends "base.html" %} {% load misc %} {% block title %}Reporting{% endblock %} {% block content %}
Term | {{term_name}} |
---|---|
Budget Area | {{area}} |
{% for label in secondary_labels %} | {{label}} | {% endfor %}
---|---|
{{label}} | {% for cell in row %}{% if cell %}{% endif %}${{cell}}{% if cell %}{% endif %} | {% endfor %}