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

个人资料

用户名: {{ current_user.username }}

邮箱: {{ current_user.email }}

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

我的二级域名

{% for subdomain in subdomains %}

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

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

{% endfor %}
{% endblock %}