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