{% if product.has_permutations() %} {% set permutation = product.get_permutation_selected() %}
Template product image
{% if permutation.is_available() %} {% set form = product.form_basket_add %}
{{ form.hidden_tag() }}

{{ product.name }}

{{ permutation.output_price(model.is_included_VAT) }}

{% set tmp_quantity = 1 %} {% include 'components/common/inputs/_input_number_plus_minus.html' %} {{ form.submit() }}

Get it: {{ permutation.output_delivery_date() }}

{% endif %}
{% endif %}