{% extends "base.html" %} {% block banner_subtitle %}Finished Decks{% endblock %} {% block content %}

Finished Deck

Commander: {{ commander }}{% if tags and tags|length %} • Themes: {{ tags|join(', ') }}{% endif %}
This view mirrors the end-of-build summary. Use the buttons to download the CSV/TXT exports.
{% if commander %} {{ commander }}
Commander: {{ commander }}
{% endif %}
{% if csv_path %}
{% endif %} {% if txt_path %}
{% endif %}
{% if summary %} {% include "partials/deck_summary.html" %} {% else %}
No summary available.
{% endif %}
{% endblock %}