{% load i18n %} {% load humanize %} {% if stats.source_strings %} {% trans "Languages" context "Number of used languages" %} {{ stats.languages|intcomma }} {% trans "Source strings" context "Number of source strings" %} {{ stats.source_strings|intcomma }} {% trans "Source words" context "Number of source words" %} {{ stats.source_words|intcomma }} {% trans "Source characters" context "Number of source characters" %} {{ stats.source_chars|intcomma }} {% endif %} {% trans "Hosted strings" context "Number of hosted strings" %} {{ stats.all|intcomma }} {% trans "Hosted words" context "Number of hosted words" %} {{ stats.all_words|intcomma }} {% trans "Hosted characters" context "Number of hosted characters" %} {{ stats.all_chars|intcomma }}