{% extends 'layout.html' %} {% set _path_breadcrumbs = breadcrumb_repo(repo, 'browse', path, extend=1) %} {% if _path_breadcrumbs %} {% set breadcrumbs = breadcrumb_repo(repo) + _path_breadcrumbs[:-1] + [('#', _('Restore: {}').format(_path_breadcrumbs[-1][1]))] %} {% else %} {% set breadcrumbs = breadcrumb_repo(repo) + breadcrumb_repo(repo, 'restore') %} {% endif %} {% block head %} {{ super() }} {% if download_url %} {# Let use meta refresh to start download. #} {% endif %} {% endblock %} {% block content %}
{% if download_url %}

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

{% trans %}Your download has started.{% 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 %}