{% extends 'view_file_base.html' %} {% load i18n %} {% load url from future %} {% block extra_style %}{{block.super}} {% endblock %} {% block file_view %} {% if img_prev or img_next %}
{% if img_prev %} {% trans "prev" %} {% endif %} {% if img_prev and img_next %} / {% endif %} {% if img_next %} {% trans "next" %} {% endif %}
{% endif %} {{ u_filename}} {% endblock %} {% block extra_script %}{{ block.super }} {% endblock %}