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

Build from JSON: {{ cfg_name }}

This page shows the results of a non-interactive build from the selected JSON configuration.

{% if commander %}
Commander: {{ commander }}{% if tag_mode %} · Combine: {{ tag_mode }}{% endif %}{% if use_owned_only %} · Owned-only{% endif %}
{% endif %}
{% if not ok %}
Build failed: {{ error }}
{% else %}
Build completed{% if commander %} — {{ commander }}{% endif %}
{% include "partials/include_exclude_summary.html" %} {% if summary %} {{ render_cached('partials/deck_summary.html', cfg_name, request=request, summary=summary, game_changers=game_changers, owned_set=owned_set, combos=combos, synergies=synergies, versions=versions) | safe }} {% endif %} {% endif %} {% if show_logs %}
Show logs
{{ log }}
{% endif %}
{% endblock %}