+ {% if g.authenticated and g.repo_committer %}
+
+ {% if config['DOC_APP_URL']
+ and repo
+ and repo.settings.get('project_documentation', True) %}
+
Docs GIT URLs
+ {% if g.authenticated and g.repo_committer %}
+
+ {% endif %}
+
+ {% endif %}
+ {% if g.authenticated and g.repo_committer %}
+ {% if config.get('ENABLE_TICKETS', True)
+ and repo.settings.get('issue_tracker', True) %}
+
Issues GIT URLs
+
+ {% endif %}
+
Pull Requests GIT URLs
+
+ {% endif %}
+