{% load nomnom_filters %}Please find attached the rankings report.

========================================================================
Preliminary Results
========================================================================
{% for category in categories %}{% with results=category_results|get_item:category %}
{{ category }}
------------------------------------------------------------------------
{{ results }}
{% endwith %}
{% endfor %}
