diff --git a/html/subproject.html b/html/subproject.html index 636bc674e..363d914af 100644 --- a/html/subproject.html +++ b/html/subproject.html @@ -2,10 +2,17 @@ {% load i18n %} {% block content %} +

{% trans "Project Information" %}

+ +

{% trans "Project website:" %} {{ object.project.web }}

+

{% trans "Mailing list for translators:" %} {{ object.project.mail }}

+

{% trans "Instructions for translators:" %} {{ object.project.instructions }}

+

{% trans "Git repository:" %} {{ object.repo }} ({% blocktrans with object.branch as branch %}{{ branch }} brach{% endblocktrans %})

+

Translations