{% extends "global/Page.html" %} {% load otree %} {% block title %} {% endblock %} {% block scripts %} {% endblock %} {% block styles %} {% endblock %} {% block content %}

Let's Shop !

Hover over the images to gain more information about the products.
Click on the "Add to Cart" button to choose the product you want to purchase.

It has a better quality than Gold.

Ardenio

{% if player.sale_page == 1 %}

€7.90 €4.90

{% else %}

€7.90

{% endif %}

It has a lower quality than Ardenio. It is recommended to fry it rather than to boil it.

Gold

{% if player.sale_page == 1 %}

€5.90 €3.90

{% else %}

€5.90

{% endif %}

Vitelotte is genetically engineered. Due to its extraordinary blue-purple color, its difference is more than evident. It has the same quality as Gold.

Vitelotte

{% if player.sale_page == 1 %}

€10.90 €5.90

{% else %}

€10.90

{% endif %}

It is grown in Germany and has more starch than the others due to its better quality. It has a better quality than Vitelotte.

King's

{% if player.sale_page == 1 %}

€3.90 €2.90

{% else %}

€2.90

{% endif %}

It is a delicious type of a sweet potato. Recommended to bake it or fry it rather than to boil it. It goes well with red meat dishes and red wine. It has a better quality than the bio potato.

Patros

{% if player.sale_page == 1 %}

€7.90 €4.90

{% else %}

€7.90

{% endif %}

It is grown in Germany and has a better quality than Alya. It is a delicious bio product and its taste is unforgettable.

Dore

{% if player.sale_page == 1 %}

€4.90 €2.90

{% else %}

€4.90

{% endif %}

It has a better quality than Hawk.

Alya

{% if player.sale_page == 1 %}

€5.90 €3.90

{% else %}

€5.90

{% endif %}

It has a lower quality than Alya.

Hawk

{% if player.sale_page == 1 %}

€7.90 €4.90

{% else %}

€7.90

{% endif %}

{% endblock %}