{% load i18n %} {% load translations %} {% load icons %} {% if translate_url %} {% endif %} {% if value and value == all %} {% icon "check.svg" %} {% elif value == 0 and all == 0 %} {% icon "check.svg" %} {% else %} {{ percent|percent_format }} {% endif %} {% if translate_url %} {% endif %}