{% extends "myhome_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 %} {% trans "Shared by: " %}{{ username|email2nickname }} {% endif %}

{% if filetype == 'Text' or filetype == 'Image' or filetype == 'SVG' or filetype == 'Markdown' %} {% endif %}
{% include 'snippets/file_content_html.html' %}
{% endblock %} {% block extra_script %} {% include "snippets/file_view_js.html" %} {% endblock %}