{% load i18n %} {% if sources %} {% with sources|length as sources_number %} {% ifnotequal sources_number 1 %} {% blocktrans %}This component has {{ sources_number}} source files{% endblocktrans %} {% endifnotequal %} {% for source_stat in sources %} {% endfor %} {% endwith %} {% endif %}