{% extends 'layout.html' %} {% set active_page='repo' %} {% set active_repo_page='browse' %} {% block title %} {% trans %}Downloading{% endtrans %} {% endblock %} {% block head %} {{ super() }} {% if download_url %} {# Let use meta refresh to start download. #} {% endif %} {% endblock %} {% block body %}
{% if download_url %}

{% trans %}Your download will start shortly...{% endtrans %}

{% trans %}If the download doesn't start automatically, please click the link below:{% endtrans %}

{% trans %}Download Now{% endtrans %} {% else %}

{% trans %}Download is not possible in the current state of your repository:{% endtrans %}

{{ repo.status[1] }}

{% trans %}Go Back{% endtrans %} {% endif %}
{% endblock %}