{% extends 'v2ray/base.html' %} {% block title %}{{ _('accounts') }}{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block body %} {% include 'v2ray/common_sider.html' %} {{ _('Please go to the panel settings as soon as possible to modify the username and password, otherwise there may be a risk of leaking account information') }}
{{ _('upload') }} / {{ _('download') }}: [[ sizeFormat(total.up) ]] / [[ sizeFormat(total.down) ]] {{ _('total traffic') }}: [[ sizeFormat(total.up + total.down) ]] {{ _('number of accounts') }}: [[ inbounds.length ]]
{{ _('No account, please add an account first') }}
[[ inbound.protocol ]]
{{ _('protocol') }}: [[ inbound.protocol ]] {{ _('remark') }}: [[ empDefault(inbound.remark, '{{ _('none') }}') ]] {{ _('enable') }}: {{ _('yes') }} {{ _('no') }} {{ _('upload') }} / {{ _('download') }}: [[ sizeFormat(inbound.up) ]] / [[ sizeFormat(inbound.down) ]] {{ _('total traffic') }}: [[ sizeFormat(inbound.up + inbound.down) ]] IP: [[ inbound.listen === '0.0.0.0' ? ip : inbound.listen ]] {{ _('port') }}: [[ inbound.port ]]
{% endblock %} {% block scripts %} {{ super() }} {% include 'v2ray/inbound_modal.html' %} {% include 'common/text_modal.html' %} {% include 'common/qrcode_modal.html' %} {% include 'common/prompt_modal.html' %} {% endblock %}