{% extends 'main/base.html' %} {% block content %}
Login or create an account to save this card to your collection.
{% endif %}
Type: |
{{ c.type_id.card_type }} |
Colors: |
{{ c.card_color }} |
Mana Cost/Total: |
{{ c.mana_cost }} |
Converted Mana Cost: |
{% if c.converted_mana_cost != -1 %}
{{ c.converted_mana_cost }} {% else %}No converted mana cost available {% endif %} |
Keywords: |
{{ c.card_keywords }} |
Collection Number: |
{% if c.collection_number != -1 %}
{{ c.collection_number }} {% else %}No collection number available {% endif %} |
Rarity: |
{{ c.rarity_id.card_rarity }} |
Power: |
{% if c.power != -1 %}
{{ c.power }} {% else %}No power information available {% endif %} |
Toughness: |
{% if c.toughness != -1 %}
{{ c.toughness }} {% else %}No toughness information available {% endif %} |
Set Name: |
{{ c.set_name }} |
Artist: |
{{ c.artist }} |
Card Text: |
{{ c.card_text }} |
Flavor Text: |
{{ c.flavor_text }} |