{% extends 'base.html' %} {% load seahub_tags avatar_tags i18n %} {% load url from future %} {% block viewport %}{% endblock %} {% block extra_style %} {% include 'snippets/file_view_style.html' %} {% endblock %} {% block header_css_class %}hide{% endblock %} {% block main_css_class %}{% endblock %} {# remove the padding-top css #} {% block main_content %}
{% block file_path %} {% trans "Current Path: "%} {% for name, link in zipped %} {% if not forloop.last %} {{ name }} / {% else %} {{ name }} {% endif %} {% endfor %} {% endblock %}
{% trans "Download"%}