{% 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 %}
{% if summary %} {% include "partials/deck_summary.html" %} {% endif %} {% endif %} {% if show_logs %}
Show logs
{{ log }}
{% endif %}
{% endblock %}