{# This snippet requires these variables: schema, lookup, total_count #} {% load humanize eb_filter %}

The top {{ lookup.top_values|length }} {{ lookup.sf.pretty_name_plural }} around this area since {{ schema.min_date|date:"F j, Y" }}, are:

{% for value in lookup.top_values %} {% endfor %}
{{ value.lookup.name }} {% if value.count %}{% endif %} {{ value.count|intcomma }} {% widthratio value.count total_count 100 %}%
See all {{ lookup.sf.pretty_name_plural }}…