{% load i18n %} {% load permissions %} {% load translations %} {% load icons %} {% perm 'vcs.view' object as user_can_see_git_repository %} {% if user_can_see_git_repository %}
{{ repo_url }}
{% else %}
{{ repo_url }}
{% endif %}
{% if object.linked_component %}
{% icon "link.svg" %}
{% endif %}
{% endwith %}
{{ commit.shortrevision }}
{{ commit.shortrevision }}
{{ export_url }}