{% load thumbnail %} {% load i18n %} {% load display_tags %} {% load staticfiles %} {% load catalogue_tags %} {% block product %} {% with attr=product.attribute_dict %}
{% if product.attr.premium.value %}
{% endif %}

{{ product.get_title }}

{{ attr.coffee_taste.value }}
{% block product_price %}
From {% cheapest_price product %} {% if not product.is_parent and not product.has_options %} {% include "catalogue/partials/add_to_basket_form_compact.html" %} {% endif %}
{% endblock %}
{% block product_image %} {% with image=product.primary_image %} {% thumbnail image.original "400x250" upscale=True crop="center" as thumb %} {{ product.get_title }} {% endthumbnail %} {% endwith %} {% endblock %}
{{ attr.country.value }} - {{ attr.region.value }}
{% trans attr.acidity.name %}
{{ attr.acidity.value }}
{% trans attr.intensity.name %}
{{ attr.intensity.value }}/12
{% endwith %} {% endblock %}