{% extends "myhome_base.html" %} {% load seahub_tags i18n %} {% block extra_style %} {% include 'snippets/file_view_style.html' %} {% endblock %} {% block main_panel %}
{% if zipped %} {% trans "Current path: "%} {% for name, link in zipped %} {% if not forloop.last %} {{ name }} / {% else %} {{ name }} {% endif %} {% endfor %} {% else %} {% trans "Shared by: " %}{{ shared_by|email2nickname }} {% 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 %}