{%- for header, result in results %}

{{ header }} {% if result.count is defined and result.count is not empty %} {{ result.count }} {% endif %}

    {% for k, r in result %} {% if 'count' is not same as k %}
  • {{ r|raw }}
  • {% endif %} {% endfor %}
{%- endfor %}