{% autoescape off %}Comment: {{comment}}
{% load humanize %}
{{list_count}} lists:
{% for s in lists|dictsortreversed:"candidate_count" %}
    {{s.name}}: {{s.bytesize | intcomma}} bytes, {{s.candidate_count}} candidates, {% if s.avg_filter_count == 'NA' %}NA{% else %}{{s.avg_filter_count|floatformat}}{% endif %} filters/candidate{% endfor %}
{% endautoescape %}
