- {{ var }}
+
{% if var.description %}
{{ var.description|localize|rich_text }}
@@ -89,6 +91,7 @@
placeholder="0"
min="{% if event.settings.display_net_prices %}{{ var.display_price.net|stringformat:"0.2f" }}{% else %}{{ var.display_price.gross|stringformat:"0.2f" }}{% endif %}"
name="price_{{ item.id }}_{{ var.id }}"
+ title="{% blocktrans trimmed with item=var.value %}Modify price for {{ item }}{% endblocktrans %}"
value="{% if event.settings.display_net_prices %}{{var.display_price.net|stringformat:"0.2f" }}{% else %}{{ var.display_price.gross|stringformat:"0.2f" }}{% endif %}"
step="any">
@@ -115,10 +118,13 @@
{% if max_times > 1 %}
+ max="{{ item.order_max }}"
+ id="variation_{{ item.id }}_{{ var.id }}"
+ name="variation_{{ item.id }}_{{ var.id }}">
{% else %}
{% endif %}
@@ -144,7 +150,7 @@
{% endif %}