{% load i18n %} {% load url from future %} {% comment %} content of files that can be viewed online shows here. For details please refer to 'snippets/file_content_js.html'. {% endcomment %}
{% include 'snippets/file_encoding.html' %} {% if not err %} {% if filetype == 'Text' or filetype == 'Markdown' %} {% ifnotequal file_content None %} {% if filetype == 'Text' %} {% endif %} {% if filetype == 'Markdown' %}
{% endif %} {% endifnotequal %} {% endif %} {% if filetype == 'Image' %} {% if img_prev or img_next %}
{% if img_prev %} {% trans "prev" %} {% endif %} {% if img_prev and img_next %} / {% endif %} {% if img_next %} {% trans "next" %} {% endif %}
{% endif %} {{ u_filename}} {% endif %} {% if filetype == 'Document' or filetype == 'PDF' and not use_pdfjs %} {% include 'snippets/office_convert_html.html' %} {% endif %} {% if filetype == 'SpreadSheet' %} {% include 'snippets/spreadsheet_convert_html.html' %} {% endif %} {% if filetype == 'OpenDocument' %} {% if shared_token %} {% else %} {% endif %} {% endif %} {% else %}
{% if err != 'invalid extension' %}

{{ err }}

{% endif %}
{% endif %}