{% load i18n %} {% load humanize %} {% if value == 0 and not show_zero %} 0 {% elif translate_url %} {{ value|intcomma }} {% else %} {{ value|intcomma }} {% endif %}