{% extends 'base.html' %} {% load buttons %} {% load custom_links %} {% load plugins %} {% block header %}
{% plugin_buttons object %} {% if perms.extras.add_gitrepository %} {% clone_button object %} {% endif %} {% if perms.extras.change_gitrepository %}
{% csrf_token %}
{% edit_button object %} {% endif %} {% if perms.extras.delete_gitrepository %} {% delete_button object %} {% endif %}

{% block title %}{{ object }}{% endblock %}

{% include 'inc/created_updated.html' %}
{% custom_links object %}
{% endblock %} {% block content %}
Repository Details
Remote URL {{ object.remote_url }}
Branch {{ object.branch }} {% if object.current_head %} (checked out locally at commit {{ object.current_head }}) {% else %} (not locally checked out yet) {% endif %}
Token {{ object.token_rendered }}
{% include 'inc/custom_fields_panel.html' %} {% include 'inc/relationships_panel.html' %} {% include 'extras/inc/tags_panel.html' with tags=object.tags.all url='extras:gitrepository_list' %}
Provided Data Types
{% for entry in datasource_contents %} {% endfor %}
{{ entry.name|title }} {% if entry.content_identifier in object.provided_contents %} {% else %} {% endif %}
{% endblock %}