{% 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 perms.repowatch.add_watch and notices_url %}{% watch_toggle stat %}{% endif %}
{% if request.user.is_authenticated and stat.object.allows_submission and perms.translations.add_pofilelock %}{% pofile_submission stat %}{% endif %}