{% extends "base.html" %} {% block content %}

Owned Cards Library

Upload .txt or .csv lists. We’ll extract names and keep a de-duplicated library for the web UI.

{% if error %}
{{ error }}
{% endif %} {% if notice %}
{{ notice }}
{% endif %}
Export TXT Export CSV {{ count }} unique name{{ '' if count == 1 else 's' }} {% if count %}• {{ count }} shown{% endif %}
{% if names and names|length %}
{% endif %} {% if names and names|length %}
{% endif %} {% if names and names|length %}
800 %}data-virtualize="1"{% endif %}>
{% else %}

No names yet. Upload a file to get started.

{% endif %}
{% endblock %}