{% extends 'base_for_react.html' %}
{% load seahub_tags avatar_tags i18n %}
{% load render_bundle from webpack_loader %}
{% block sub_title %}{% trans "Settings" %} - {% endblock %}
{% block extra_style %}
{% render_bundle 'settings' 'css' %}
{% endblock %}
{% block extra_script %}
{% render_bundle 'settings' 'js' %}
{% endblock %}