{% extends 'base.html' %} {% block title %} 个人中心 {% endblock %} {% block main %} {% if request.session.user %}

你的账户 {{ request.session.user }} 添加成功

以下是你的重要信息,请记住

  1. SECRET: {{ request.session.token }} 这是识别你身份的唯一凭证,凭此登录
{% if msg %}

{{ msg }}

{% else %} {% endif %} s {% for i in data %} {% empty %} {% endfor %}
id 贴吧 帖子 楼中楼 时间成功/失败 暂停 暂停次数 操作
{{ i.id }} {{ i.name }} {{ i.tid }} {% if i.isLou %} {{ i.floor }} {% else %} 否 {% endif %} {{ i.time }} {{ i.success }} / {{ i.fail }} {% if i.stop %} 是 {% else %} 否 {% endif %} {{ i.stop_times }}
nothing... nothing... nothing... nothing... nothing... nothing... nothing... nothing... nothing...
{% else %}

用户未登录

{% endif %} {% endblock %}