{% extends base_template %} {% load seahub_tags i18n %} {% load url from future %} {% block sub_title %}{{u_filename}} - {% endblock %} {% block extra_style %} {% if filetype == 'Text' %} {% endif %} {% if filetype == 'Markdown' %} {% endif %} {% endblock %} {% block main_panel %}

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

{% trans "Draft saved." %} {% trans "Cancel" %}
{% include 'snippets/file_encoding.html' %} {% if err %}

{{ err }}

{% else %} {% if file_content != None %} {% if filetype == 'Text' %} {% endif %} {% if filetype == 'Markdown' %}
{% endif %} {% endif %} {% endif %}
{% if not err and repo.encrypted %}

{% trans 'Library' %} {{repo.name}} {% trans 'is encrypted' %}


{% trans "The password will be kept in the server for only 1 hour." %}

{% endif %}

{% trans "Draft Available" %}

{% trans "There's a saved draft for this file, would you like to load it?" %}

{% endblock %} {% block extra_script %} {% if not err and file_content != None %} {% if filetype == 'Text' %} {% endif %} {% if filetype == 'Markdown' %} {% endif %} {% endif %} {% endblock %}