{% load seeker %} {{ facet.label|capfirst }} {% with key=data|dict_lookup:facet.name %} {% for b in data.buckets %} {{ b.key }} ({{ b.doc_count }}) {% endfor %} {% endwith %}