{% 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 from_shared_dir %}
{% if img_prev %}
{% endif %}
{% if img_next %}
{% endif %}
{% endif %}
{% 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 %}
{% else %}