{% if results %} {% for header in result_headers %} {% if header.sortable %}{% endif %} {{ header.text|capfirst }} {% if header.sortable %}{% endif %}{% endfor %} {% for result in results %} {% endfor %}
{{ result.key }} {{ result.value }}
{% endif %}