{% extends "repo.html" %} {% block repohead %} {% if repo.clone_status == 'IN_PROGRESS' %} {% endif %} {% endblock %} {% block content %} {% if repo.description %}
{{ repo.description }}
{% endif %}

clone

{% for url in clone_urls %}
{{url.desc}}
{% if url.link %}
{{url.url}}
{% else %}
{{url.url}}
{% endif -%} {% endfor -%}
{% if repo.clone_status == 'IN_PROGRESS' %}
A clone operation is currently in progress.
{% elif repo.clone_status == 'ERROR' %}
An error occured while cloning: {{repo.clone_error}}
{% endif %}

Nothing here yet!

{% endblock %}