{% extends "base.html" %} {% block content %}
用户名: {{ current_user.username }}
邮箱: {{ current_user.email }}
当前积分: {{ current_user.points }}
修改密码类型: {{ subdomain.record_type }}
值: {{ subdomain.record_value }}
创建时间:{{ subdomain.created_at.strftime('%Y-%m-%d') }}