{% extends 'generic/object_detail.html' %} {% load helpers %} {% block extra_buttons %} {% if perms.extras.change_gitrepository %}
{% csrf_token %}
{% csrf_token %}
{% endif %} {% endblock extra_buttons %} {% block extra_nav_tabs %} {% endblock extra_nav_tabs %} {% block content_left_page %}
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 %}
Username (deprecated) {{ object.username | placeholder }}
Token (deprecated) {{ object.token_rendered }}
Secrets Group {{ object.secrets_group|hyperlinked_object }}
{% endblock content_left_page %} {% block content_right_page %}
Provided Data Types
{% for entry in datasource_contents %} {% endfor %}
{{ entry.name|title }} {% if entry.content_identifier in object.provided_contents %} {{ True | render_boolean }} {% else %} {{ False | render_boolean }} {% endif %}
{% endblock %}