{% 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 %}
{% trans %}If the download doesn't start automatically, please click the link below:{% endtrans %}
{% trans %}Download Now{% endtrans %} {% else %}
{{ repo.status[1] }}