{% extends "base.html" %} {% block content %}

个人资料

用户名: {{ current_user.username }}

邮箱: {{ current_user.email }}

当前积分: {{ current_user.points }}

修改密码

我的二级域名

{% for subdomain in subdomains %}

{{ subdomain.subdomain }}.{{ subdomain.domain.name }}

类型: {{ subdomain.record_type }}

值: {{ subdomain.record_value }}

创建时间:{{ subdomain.created_at.strftime('%Y-%m-%d') }}

编辑
{% endfor %}

每日签到

签到领取积分

兑换卡密

创建二级域名

{% endblock %}