{% extends 'hiddify-flask-admin/list.html' %} {% block body %} %if hconfig(ConfigEnum.telegram_bot_token) and g.bot
{{_("Send Message to User's Telegram")}}
%endif {{super()}}
{{_('User usage will be updated every 6 minutes. To update it now click here',link=url_for("admin.Actions:update_usage"))}}
{% endblock %} {% block tail_js%} {{super()}} %endblock