{% extends base_template %} {% load seahub_tags i18n %} {% load url from future %} {% block sub_title %}{{u_filename}} - {% endblock %} {% block extra_style %} {% if filetype == 'Sf' %} {% endif %} {% if filetype == 'Text' %} {% endif %} {% if filetype == 'Markdown' %} {% 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 %}

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

{{ err }}

{% else %} {% if file_content != None %} {% if filetype == 'Text' %} {% endif %} {% if filetype == 'Markdown' %}

{% trans "Standard Syntax"%}

{% trans "Enter this" %} {% trans "To see this" %}
**{% trans "bold" %}** {% trans "text" %}
{% trans "bold" %} {% trans "text" %}
*{% trans "italics" %}* {% trans "text" %}
{% trans "italics" %} {% trans "text" %}
{% trans "Header" %}
====== 

{% trans "Header" %}

{% trans "Smaller header" %}
--------- 

{% trans "Smaller header" %}

[{% trans "Link something" %}](https://cloud.seafile.com/)
{% trans "Link something" %}
![{% trans "alt text" %}](https://cloud.seafile.com/media/img/seafile_logo.png)

{% trans "Extended Syntax for Wiki"%}

{% endif %} {% if filetype == 'Sf' %}
{% 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 == 'Sf' %} {% endif %} {% if filetype == 'Text' %} {% endif %} {% if filetype == 'Markdown' %} {% endif %} {% endif %} {% endblock %}