{% if rows | length > 0 %} {% for row in rows %} {% if row['extra_class'] | length == 0 and redact %} {% else %} {% endif %} {% endfor %} {% else %} {% endif %}
{{ _('html.frequency_table.value') }} {{ _('html.frequency_table.count') }} {{ _('html.frequency_table.frequency_percentage') }}
{{ row['label'] | fmt }} {{ row['count'] }}
{% if row['width'] > 0.40 %} {{ row['percentage'] | fmt_percent }} {% else %}   {% endif %}
{% if row['width'] <= 0.40 %} {{ row['percentage'] | fmt_percent }} {% endif %}
{{ _('html.frequency_table.no_values_found') }}