{% load i18n %} {% load permissions %} {% perm 'vcs.view' object as user_can_see_git_repository %} {% with object.project as object %} {% include "project_info.html" %} {% endwith %} {% trans "Translation process" %} {% if object.license %} {% trans "Translation license" %} {% if object.license_url %} {{ object.license }} {% else %} {{ object.license }} {% endif %} {% endif %} {% if object.agreement %} {% trans "Contributor agreement" %} {% trans "View" %} {% endif %} {% if user_can_see_git_repository %} {% trans "Repository" %} {{ object.get_repo_url }} {% trans "Repository branch" %} {{ object.get_repo_branch }} {% with object.get_last_remote_commit as commit %} {% include "git-commit-info.html" %} {% endwith %} {% with object.get_export_url as export_url %} {% if export_url %} {% trans "Repository with Weblate translations" %} {{ export_url }} {% endif %} {% endwith %} {% endif %} {% trans "File mask" %}{{ object.filemask }} {% if object.template %} {% trans "Monolingual base language file" %}{{ object.template }} {% endif %}