{% extends "layout.html" %} {% block content %}
{{ pool.description or '无描述' }}
{% if pool.is_limited_time %} 限时开放 {% endif %} {% if pool.cost_premium_currency and pool.cost_premium_currency > 0 %} 花费:高级货币 {{ pool.cost_premium_currency }} {% else %} 花费:金币 {{ pool.cost_coins }} {% endif %}
还没有创建任何抽卡池。
{% endfor %}