{% if not item.allow_out_of_stock_purchases %}
{% if stock > 10 %} {{ 'offline.mall::frontend.stock.many_available' | trans }} {% elseif stock > 0 %} {{ 'offline.mall::frontend.stock.available' | transchoice(stock, {stock: stock}) }} {% else %} {{ 'offline.mall::frontend.stock.unavailable' | trans }} {% endif %}
{% endif %} {% if stock > 0 or item.allow_out_of_stock_purchases %}
{% endif %} {% partial __SELF__ ~ '::belowcartbutton' %}