UID: {{ uid }}
深境螺旋第 {{ floor.floor }} 层
{{ total_stars }}
{% for chamber in floor.chambers %}
第 {{ chamber.chamber }} 间 {{ chamber.battles[0].timestamp }}
{% for n in range(chamber.stars) %}
{% endfor %} {% for n in range(chamber.max_stars - chamber.stars) %}
{% endfor %}
{% for battle in chamber.battles %}
{% for character in battle.characters %}
{% if avatar_data[character.id] > 0 %} {% set constellation = avatar_data[character.id] %} {% set bg = ['blue','blue', 'green','green', 'red', 'red'][constellation - 1] %}
{{ constellation }} 命
{% endif %}
Lv.{{ character.level }}
{% endfor %} {% if loop.length > 1 %}
{{ ['上', '下'][battle.half - 1] }}半
{% endif %}
{% endfor %}
{% endfor %}