{% macro similarity_filter(key_name, label, filters) %}
{{ ((filters.get(key_name) or 0) / 100) | format_percent }}
{% endmacro %}