{% if rows | length > 0 %} {% for row in rows %} {% endfor %} {% endif %}
{% if not redact %} {{ row['label'] | fmt }} {% endif %}
{% if row['width'] > 0.10 %} {{ row['count'] }}  {% else %}   {% endif %}
{% if row['width'] <= 0.10 %} {{ row['count'] }} {% endif %}