{% extends 'view_file_base.html' %} {% load i18n %} {% block extra_style %}{{block.super}} {% endblock %} {% block file_view_extra_class %}image-file-view{% endblock %} {% block file_view %} {% if img_prev %} {% endif %} {% if img_next %} {% endif %} {{ filename }} {% endblock %} {% block extra_script %}{{ block.super }} {% endblock %}