{% include "title.html" %}
{% include "navbar.html" %}

Use a Card

{% if card_list is not None and card_list|length > 0 %}

Choose a card to use!

{% elif card is not None %}

Card used!

{% elif card_found is not None %}

Found card with data: {{ card_found }}

{% else %}

Consider buying a card today!

Buy

{% endif %}
{% for card_item in card_list %}
{{ card_item.amount }} Image

{{ card_item.product.produce_name }}

{{card_item.product.description }}
{% endfor %}
?? Image
Submit your own card for use. Don't worry, this is completely secure! We will validate it on our end. This card can be for any price.
{% include "footer.html" %}