mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-04-27 21:29:28 +08:00
6 lines
254 B
HTML
6 lines
254 B
HTML
{% load i18n %}
|
|
|
|
{% with object.project as object %}
|
|
{% include "project_info.html" %}
|
|
{% endwith %}
|
|
<p>{% trans "Git repository:" %} <code>{{ object.repo }}</code> ({% blocktrans with object.branch as branch %}{{ branch }} brach{% endblocktrans %})</p>
|