{% load i18n %} {% if histogram %}
{% trans "Distribution" %} {% trans "By" %} {{ histogram.granularity }}
{% for bucket in histogram.buckets %}
{% endfor %}
{{ histogram.start_label }} {{ histogram.end_label }}
{% endif %}