{% for header, result in results %}

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

    {% for r in result %}
  • {{ r|raw }}
  • {% endfor %}
{% endfor %}