{% load i18n %} {% with object.project as object %} {% include "project_info.html" %} {% endwith %} {% if perms.trans.can_see_git_repository %}
{{ object.get_repo_url }}
({{ object.get_repo_branch }}
@
{% with object.get_last_remote_commit as commit %}
{% include "git-commit-info.html" %}
{% endwith %}
)
{{ export_url }}