{% extends base.html %} {% block body %} {% init common_title = "用户日志" %} {% include common/title/base_title.html %}
{% for log in log_list %} {% end %}
操作时间 操作类型 详情
{{log.ctime}} {{log.type}} {{log.detail}}
{% end %}