{% extends "base_for_react.html" %} {% load seahub_tags i18n %} {% load render_bundle from webpack_loader %} {% block sub_title %}{{file_name}} - {% endblock %} {% block extra_style %} {% if filetype == 'PDF' %} {% endif %} {% render_bundle 'historyTrashFileView' 'css' %} {% endblock %} {% block extra_script %} {% render_bundle 'historyTrashFileView' 'js' %} {% if filetype == 'PDF' %} {% endif %} {% endblock %}