{% extends 'file_view_react.html' %}
{% load render_bundle from webpack_loader %}
{% load seahub_tags avatar_tags i18n static %}
{% block extra_style %}
{% render_bundle 'viewFileOnlyoffice' 'css' %}
{% endblock %}
{% block extra_data %}
{% endblock %}
{% block render_bundle %}
{% render_bundle 'viewFileOnlyoffice' 'js' %}
{% get_current_language as LANGUAGE_CODE %}
{% if request_from_onlyoffice_desktop_editor %}
{% endif %}
{% endblock %}