{% extends base_template %} {% load seahub_tags i18n %} {% block extra_style %} {% if filetype == 'Sf' %} {% else %} {% endif %} {% endblock %} {% block main_panel %}

{% trans "Edit" %} {{ u_filename }}

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

{% if filetype == 'Markdown' %} {% endif %} {% trans "Cancel" %}
{% if err %}

{{ err }}

{% else %} {% if file_content != None %} {% if filetype == 'Text' or filetype == 'Markdown' %} {% if filetype == 'Markdown' %}
{% comment %} for preview {%endcomment%} {% endif %} {% endif %} {% if filetype == 'Sf' %}
{{ file_content|safe }}
{% 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 %} {% endblock %} {% block extra_script %} {% if not err and file_content != None %} {% if filetype == 'Sf' %} {% else %} {% if filetype == 'Markdown' %} {% endif %} {% endif %} {% endif %} {% endblock %}