{% extends "baseTemplate/index.html" %} {% block title %}Account Details{% endblock %} {% block content %} {% load static %}

账户信息

列出当前登录用户的详细信息。

账户信息

{{ firstName }}
{{ lastName }}
{{ userName }}
{{ email }}
{{ type }}
{% if typeNumeric == 1 %}
{{ userAccountsLimit }} ( 0 = Unlimited )
{% elif typeNumeric == 2 %}
{{ userAccountsLimit }} ( 0 = Unlimited )
{% endif %}
{{ websitesLimit }} ( 0 = Unlimited )
{% endblock %}