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