{% extends 'v2ray/base.html' %}
{% block title %}{{ _('panel settings') }}{% endblock %}
{% block head %}
{{ super() }}
{% endblock %}
{% block body %}
{% include 'v2ray/common_sider.html' %}
{{ _('update') }}
[[ text ]]
[[ setting.tip ]]
{{ _('Restart the panel after updated') }}
[[ text.length > 50 ? text.substr(0, 50) + ' ...' : text ]]
{% endblock %}
{% block scripts %}
{{ super() }}
{% include 'common/prompt_modal.html' %}
{% endblock %}