{% load mytags %}
IP地址 | 端口号 | 登录方式 | 所属IDC | 所属业务组 | {% ifnotequal session_role_id 0 %}是否激活 | {% else %}别名 | {% endifnotequal %}添加时间 | 备注 | 操作 | |
---|---|---|---|---|---|---|---|---|---|---|
{{ post.ip }} | {{ post.port }} | {{ post.login_type|get_login_type }} | {{ post.idc.name }} | {{ post.bis_group.all | group_str2 }} | {% ifnotequal session_role_id 0 %}{{ post.is_active|bool2str }} | {% else %}{{ post|get_user_alias:user_id }} | {% endifnotequal %}{{ post.date_added|date:"Y-m-d H:i:s" }} | {{ post.comment }} | 详情 {% ifnotequal session_role_id 0 %} 编辑 删除 {% endifnotequal %} |