{% extends 'default.html' %} {% block content %}

{{ flashday.title }}

{{ flashday.subtitle }}

{{ product.title }}

{{ product.description }}

por {{ seller.instagram }}
{% if product.availability %} {% choice product seller as greeting %}
Selecione o tamanho desejado
{% for option in product.productoption_set.all %}

{{ option.key }}

R${{ option.value }},00
{% endfor %} {% else %}
Ops! Este amuleto já tem dona
confira opções disponiveis aqui
{% endif %}
{% for extra_picture in product.extrapicture_set.all %}
{% endfor %}
{% include 'flashday/informativo-antiplagio.html' %}
{% endblock %}