{% extends "base.html" %} {% block title %}Canada Spends{% if q %}: {{ q }}{% endif %}{% endblock %} {% block content %}
Got {{ intcomma(count) }} result{% if count != 1 %}s{% endif %}, sorted by {{ sorted_by }} / {% for other_sort_order in other_sort_orders %} {{ other_sort_order.label }}{% if not loop.last %} / {% endif %} {% endfor %}