{% load i18n %} {% load permissions %} {% load translations %} {% include "project_info.html" with object=object.project %} {% trans "Translation process" %} {% if object.license %} {% trans "Translation license" %} {% if object.license_url %} {{ object.get_license_display }} {% else %} {{ object.get_license_display }} {% endif %} {% endif %} {% if object.agreement %} {% trans "Contributor agreement" %} {% trans "View" %} {{ object.agreement|markdown }} {% endif %} {% include "snippets/git-info.html" %} {% trans "Filemask" %} {{ object.filemask }} {% if object.template %} {% trans "Monolingual base language file" %} {{ object.template }} {% endif %}