{% extends 'view_file_base.html' %}
{% load i18n %}
{% load staticfiles %}
{% block extra_style %}{{ block.super }}
{% if not err and not use_pdfjs %}
{% include 'snippets/office_convert_style.html' %}
{% endif %}
{% endblock %}
{% block file_view %}
{% if not err and not use_pdfjs %}
{% include 'snippets/office_convert_html.html' %}
{% endif %}
{% endblock %}
{% block extra_script %}{{ block.super }}
{% if not err %}
{% if not use_pdfjs %}
{% else %}
{% endif %}
{% endif %}
{% endblock %}