{% extends "base.html" %} {% load seahub_tags i18n %} {% block extra_style %} {% include 'snippets/file_view_style.html' %} {% endblock %} {% block main_panel %}

{{ file_name }}

{% if zipped %}

{% trans "Current path: "%} {% for name, link in zipped %} {% if not forloop.last %} {{ name }} / {% else %} {{ name }} {% endif %} {% endfor %}

{% else %} {% endif %}
{% if request.user.is_authenticated and request.user.username != shared_by %} {% if save_to_link %} {% endif %} {% endif %} {% if not traffic_over_limit %} {% trans "Download" %} ({{file_size|filesizeformat}}) {% endif %}
{% include 'snippets/file_content_html.html' %}
{% csrf_token %}

{% trans "Save To:" %}

{% trans "Please click and choose a directory." %}

{% endblock %} {% block extra_script %} {% include "snippets/file_view_js.html" %} {% endblock %}