{% extends "base.html" %} {% load seahub_tags i18n %} {% block viewport %}{% endblock %} {% block extra_style %} {% include 'snippets/file_view_style.html' %} {% endblock %} {% block main_content %} {% if traffic_over_limit %}
{% trans "File download is disabled: the share link traffic of owner is used up." %}
{% endif %} {% include 'snippets/file_content_html.html' %} {% if permissions.can_download %} {% endif %} {% endblock %} {% block extra_script %} {% include "snippets/file_view_js.html" %} {% endblock %}