{# Initial keys rendered by server-side for non-JS users or initial load #}
{# JS will replace this content with paginated/filtered results #}
{% if valid_keys %}
{% for key, fail_count in valid_keys.items() %}
有效
{{ key[:4] + '...' + key[-4:] }}
失败: {{ fail_count }}
{% endfor %}
{% else %}
暂无有效密钥
{% endif %}
无效密钥列表 ({{ invalid_key_count }})
已选择 0 项
{# Initial keys rendered by server-side #}
{# JS will replace this content with paginated results #}
{% if invalid_keys %}
{% for key, fail_count in invalid_keys.items() %}