This is the page for deck {{ deck.name }} with id {{ deck.id }}, owned by {{ owner.name }}
{% if deck.description %}
The description of the deck is: {{ deck.description }}
{% endif %}