{% load i18n %} {% load statistics %} {% load locks %} {% if stats %} {% for stat in stats %} {% endfor %}
{% trans "Project/Component" %} {% trans "Translations" %} {% trans "Options" %}
{{stat.object.project.name}} » {{stat.object.name}} {% if stat.error %} {% endif %} {% stats_bar_full stat %}
{{stat.trans_perc}}%
{% url component_view_file stat.object.project.slug stat.object.slug stat.filename as file_view_url %} {% url component_raw_file stat.object.project.slug stat.object.slug stat.filename as file_raw_url %} {% pofile_lock stat %} {% if request.user.is_authenticated and stat.object.allows_submission and perms.translations.add_pofilelock %}{% include "projects/component_submit.html" %}{% endif %}
{% endif %}