{% extends "base.html" %} {% block pagetitle %}Report Detail{% endblock %} {% block content %} {% for f in report.get_all_fields %} {% endfor %}
{{f.label}} {{f.value}}
{% endblock %}