{% from "_macros.html" import icon %} {# What ComfyUI said when it was asked what it has. Everything here came off that machine and is escaped accordingly -- a checkpoint filename is a filename somebody chose, not a value this application generated. #}
{{ icon("warning" if message_kind == "error" else "check", "icon--sm") }} {{ message }}
{% if checkpoints %}

{% if kept %} Your list above was left alone. What ComfyUI has: {% else %} Filled in above: {% endif %}

{{ checkpoints | join("\n") }}
{% endif %}