{% extends base %} {% block body_left %}

用户管理 / 用户信息 {% include common/back.html %}

{% if info_table %} {% raw info_table.render() %} {% end %}
用户操作日志
{% include common/table/table.html %}
{% include common/pagination.html %}
{% include user/component/user_script.html %} {% end %} {% block body_right %} {% include common/sidebar/default.html %} {% end %}