{% load i18n %} {% load humanize %} {% trans "Number of strings" %} {{ object.stats.all|intcomma }} {% trans "Number of words" %} {{ object.stats.all_words|intcomma }} {% trans "Number of characters" %} {{ object.stats.all_chars|intcomma }} {% trans "Number of languages" %} {{ object.stats.languages|intcomma }} {% trans "Number of source strings" %} {{ object.stats.source_strings|intcomma }} {% trans "Number of source words" %} {{ object.stats.source_words|intcomma }} {% trans "Number of source characters" %} {{ object.stats.source_chars|intcomma }}