{% if item.picture %} {% endif %} {{ item.name }} {% if item.description %} {{ item.description|localize|rich_text }} {% endif %} {% if item.min_per_order and item.min_per_order > 1 %} {% blocktrans trimmed with num=item.min_per_order %} minimum amount to order: {{ num }} {% endblocktrans %} {% endif %} {% if c.price_included %} {% trans "free" context "price" %} {% elif item.free_price %} {% blocktrans trimmed with price=item.min_price|money:event.currency %} from {{ price }} {% endblocktrans %} {% elif item.min_price != item.max_price %} {% blocktrans trimmed with from_price=item.min_price|money:event.currency to_price=item.max_price|money:event.currency %} from {{ from_price }} to {{ to_price }} {% endblocktrans %} {{ item.min_price|money:event.currency }} – {{ item.max_price|money:event.currency }} {% elif not item.min_price and not item.max_price %} {% else %} {{ item.min_price|money:event.currency }} {% endif %} {% if not event.settings.show_variations_expanded %} {% trans "Show variants" %} {% endif %} {% for var in item.available_variations %} {{ var }} {% if var.description %} {{ var.description|localize|rich_text }} {% endif %} {% if item.do_show_quota_left %} {% include "pretixpresale/event/fragment_quota_left.html" with avail=var.cached_availability %} {% endif %} {% if not c.price_included %} {% if var.original_price %} {% trans "Original price:" %} {% if event.settings.display_net_prices %} {{ var.original_price.net|money:event.currency }} {% else %} {{ var.original_price.gross|money:event.currency }} {% endif %} {% trans "New price:" %} {% endif %} {% if item.free_price %} {{ event.currency }} {% elif not var.display_price.gross %} {% trans "free" context "price" %} {% elif event.settings.display_net_prices %} {{ var.display_price.net|money:event.currency }} {% else %} {{ var.display_price.gross|money:event.currency }} {% endif %} {% if item.original_price or var.original_price %} {% endif %} {% if item.includes_mixed_tax_rate %} {% if event.settings.display_net_prices %} {% trans "plus taxes" %} {% else %} {% trans "incl. taxes" %} {% endif %} {% elif var.display_price.rate and var.display_price.gross and event.settings.display_net_prices %} {% blocktrans trimmed with rate=var.display_price.rate|floatformat:-2 name=var.display_price.name %} plus {{ rate }}% {{ name }} {% endblocktrans %} {% elif var.display_price.rate and var.display_price.gross %} {% blocktrans trimmed with rate=var.display_price.rate|floatformat:-2 name=var.display_price.name %} incl. {{ rate }}% {{ name }} {% endblocktrans %} {% endif %} {% else %} {% trans "free" context "price" %} {% endif %} {% if var.cached_availability.0 == 100 or var.initial %} {% if c.max_count == 1 or not c.multi_allowed %} {% else %} {% endif %} {% else %} {% include "pretixpresale/event/fragment_availability.html" with price=var.display_price.gross avail=var.cached_availability.0 event=event item=item var=var %} {% endif %} {% endfor %}
{{ var }} {% if var.description %} {{ var.description|localize|rich_text }} {% endif %} {% if item.do_show_quota_left %} {% include "pretixpresale/event/fragment_quota_left.html" with avail=var.cached_availability %} {% endif %} {% if not c.price_included %} {% if var.original_price %} {% trans "Original price:" %} {% if event.settings.display_net_prices %} {{ var.original_price.net|money:event.currency }} {% else %} {{ var.original_price.gross|money:event.currency }} {% endif %} {% trans "New price:" %} {% endif %} {% if item.free_price %} {{ event.currency }} {% elif not var.display_price.gross %} {% trans "free" context "price" %} {% elif event.settings.display_net_prices %} {{ var.display_price.net|money:event.currency }} {% else %} {{ var.display_price.gross|money:event.currency }} {% endif %} {% if item.original_price or var.original_price %} {% endif %} {% if item.includes_mixed_tax_rate %} {% if event.settings.display_net_prices %} {% trans "plus taxes" %} {% else %} {% trans "incl. taxes" %} {% endif %} {% elif var.display_price.rate and var.display_price.gross and event.settings.display_net_prices %} {% blocktrans trimmed with rate=var.display_price.rate|floatformat:-2 name=var.display_price.name %} plus {{ rate }}% {{ name }} {% endblocktrans %} {% elif var.display_price.rate and var.display_price.gross %} {% blocktrans trimmed with rate=var.display_price.rate|floatformat:-2 name=var.display_price.name %} incl. {{ rate }}% {{ name }} {% endblocktrans %} {% endif %} {% else %} {% trans "free" context "price" %} {% endif %} {% if var.cached_availability.0 == 100 or var.initial %} {% if c.max_count == 1 or not c.multi_allowed %} {% else %} {% endif %} {% else %} {% include "pretixpresale/event/fragment_availability.html" with price=var.display_price.gross avail=var.cached_availability.0 event=event item=item var=var %} {% endif %}
{% if item.picture %} {% endif %} {{ item.name }} {% if item.description %} {{ item.description|localize|rich_text }} {% endif %} {% if item.do_show_quota_left %} {% include "pretixpresale/event/fragment_quota_left.html" with avail=item.cached_availability %} {% endif %} {% if item.min_per_order and item.min_per_order > 1 %} {% blocktrans trimmed with num=item.min_per_order %} minimum amount to order: {{ num }} {% endblocktrans %} {% endif %} {% if not c.price_included %} {% if item.original_price %} {% trans "Original price:" %} {% if event.settings.display_net_prices %} {{ item.original_price.net|money:event.currency }} {% else %} {{ item.original_price.gross|money:event.currency }} {% endif %} {% trans "New price:" %} {% endif %} {% if item.free_price %} {{ event.currency }} {% elif not item.display_price.gross %} {% trans "free" context "price" %} {% elif event.settings.display_net_prices %} {{ item.display_price.net|money:event.currency }} {% else %} {{ item.display_price.gross|money:event.currency }} {% endif %} {% if item.original_price %} {% endif %} {% if item.includes_mixed_tax_rate %} {% if event.settings.display_net_prices %} {% trans "plus taxes" %} {% else %} {% trans "incl. taxes" %} {% endif %} {% elif item.display_price.rate and item.display_price.gross and event.settings.display_net_prices %} {% blocktrans trimmed with rate=item.display_price.rate|floatformat:-2 name=item.display_price.name %} plus {{ rate }}% {{ name }} {% endblocktrans %} {% elif item.display_price.rate and item.display_price.gross %} {% blocktrans trimmed with rate=item.display_price.rate|floatformat:-2 name=item.display_price.name %} incl. {{ rate }}% {{ name }} {% endblocktrans %} {% endif %} {% else %} {% trans "free" context "price" %} {% endif %} {% if item.cached_availability.0 == 100 or item.initial %} {% if c.max_count == 1 or not c.multi_allowed %} {% else %} {% endif %} {% else %} {% include "pretixpresale/event/fragment_availability.html" with price=item.display_price.gross avail=item.cached_availability.0 event=event item=item var=0 %} {% endif %}