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

Run from Config: {{ cfg_name }}

{% if not ok %}
Build failed: {{ error }}
{% else %}
Build completed.
{% if csv_path %}Download CSV{% endif %} {% if txt_path %}Download TXT{% endif %}
{% if summary %}

Deck Summary

{# Reuse the same inner sections as the build summary page by including its markup #} {% set __summary = summary %} {% set summary = __summary %} {% include "build/_step5.html" ignore missing %} {% else %}

No summary data available.

{% endif %} {% endif %}

Back to Configs

{% endblock %}