{% extends 'base.html' %} {% 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_css_class %}{% endblock %} {% block main_panel %}
{% trans "Current path: " %} {% for name, link in zipped %} {% if not forloop.last %} {{ name }} / {% else %} {{ name }} {% endif %} {% endfor %}
{{ err }}
{% trans "There's a saved draft for this file, would you like to load it?" %}