{% if filetype == 'Text' %}
{% endif %}
{% if filetype == 'Document' or filetype == 'PDF' and not use_pdfjs %}
{% endif %}
{% if filetype == 'PDF' and use_pdfjs %}
{% endif %}
{% if filetype == 'Video' or filetype == 'Audio' %}
{% endif %}
{% if filetype == 'Markdown' %}
{% endif %}