{% extends base_template %} {% load seahub_tags avatar_tags i18n %} {% load url from future %} {% block extra_style %} {% include 'snippets/file_view_style.html' %} {% endblock %} {% block main_panel %}
{% block view_hd %}

{{file_name}} ({{ current_commit.props.ctime|tsstr_sec }})

{% endblock %}

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

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