{% extends 'base.html' %} {% load seahub_tags avatar_tags i18n %} {% block viewport %}{% endblock %} {% block extra_style %} {% include 'snippets/file_view_style.html' %} {% endblock %} {% block header_css_class %}hide{% endblock %} {% block main_class %}ovhd d-flex fd-col{% endblock %} {% block main_content %}

{{file_name}}

{% block file_path %}

{{ current_commit.props.ctime|tsstr_sec }}

{% endblock %}
{% trans "Download"%}
{% include 'snippets/file_content_html.html' %} {% endblock %} {% block extra_script %} {% include "snippets/file_view_js.html" %} {% if enable_watermark %} {% endif %} {% endblock %}