{% extends "base.html" %} {% block title %}Clone Repository: {{ original_repository.name }}{% endblock %} {% block content %}

Clone Repository: {{ original_repository.name }}

Back to Repository
{% include "steeloweb/partials/messages.html" %}
Clone Repository
This will create a copy of the example repository that you can modify and use in your model runs.
{% csrf_token %}
Enter a name for your cloned repository
Describe what this repository contains or how you've modified it
Cancel
Original Repository
Name:
{{ original_repository.name }}
Type:
{{ original_repository.get_repo_type_display }}
Source:
Example
{% if original_repository.description %}
Description:

{{ original_repository.description }}

{% endif %}
{% endblock %}