{% extends 'view_file_base.html' %} {% load i18n %} {% load url from future %} {% block extra_style %}{{block.super}} {% endblock %} {% block file_view %} {% if img_prev %} {% endif %} {% if img_next %} {% endif %} {{ filename }} {% endblock %} {% block extra_script %}{{ block.super }} {% endblock %}