{# Commander row partial fed by CommanderView entries #} {% from "partials/_macros.html" import color_identity %} {% set record = entry.record %} {% set display_label = record.name if '//' in record.name else record.display_name %}
{% set small = record.image_small_url or record.image_normal_url %} {{ record.display_name }} card art

{{ display_label }}

{{ color_identity(record.color_identity, record.is_colorless, entry.color_aria_label, entry.color_label) }}

{{ record.type_line or 'Legendary Creature' }}

{% if entry.themes %}
{% for theme in entry.themes %} {% set summary = theme.summary or 'Summary unavailable' %} {% endfor %}
{% else %}
No themes linked yet.
{% endif %} {% if entry.partner_summary %}
{% for note in entry.partner_summary %} {{ note }}{% if not loop.last %}{% endif %} {% endfor %}
{% endif %}
Build