Profile Picture

{{ userName }}

UID: {{ userId }}

{% for tower in towerData %}

{{ tower['areaName'] }}({{ tower['star'] }}/{{ tower['maxStar'] }})

{% for floor in tower['floorList'] %}

{% if loop.index == 1 %}第一层 {% elif loop.index == 2 %}第二层 {% elif loop.index == 3 %}第三层 {% elif loop.index == 4 %}第四层 {% endif %}

{% for i in range(0, floor['star']) %} {% endfor %} {% if 3 - floor['star'] != 0 %} {% for i in range(0, 3 - floor['star']) %} {% endfor %} {% endif %}
{% if floor['roleList'] %} {% for role in floor['roleList'] %}
{% endfor %} {% endif %} {% if not floor['roleList'] %} {% for i in range(0, 3) %}
{% endfor %} {% elif floor['roleList']|length > 0 and floor['roleList']|length < 3 %} {% for role in range(0, 3 - floor['roleList']|length) %}
{% endfor %} {% endif %}
{% endfor %}
{% endfor %}