{# Shared inner fragment for Design 1 - core card markup only #}
{# Print fallback: actual element that is hidden on screen but shown by `printable.html` via its print stylesheet. #} {% if card.background and card.background.image or background and background.image %} {% endif %} {% if card.image %} {{ card.name }} {% endif %}
{{ card.name }}
Era: {{ card.get_era_display }} — Diet: {% if card.diet == 'herbivore' %} 🥦 Herbivore {% elif card.diet == 'carnivore' %} 🥩 Carnivore {% else %} 🍽️ Omnivore {% endif %}
{{ card.description|linebreaksbr }}
{% if card.facts_list %}
Fun facts
    {% for fact in card.facts_list %}
  • {{ fact }}
  • {% endfor %}
{% endif %}
{% include 'cards/_card_stats_rows.html' %}