{% load i18n crispy_forms_tags %} {% with object.in_stock|default:0 as in_stock %}
{% if product.options.all.exists %} {% endif %} {% if product.awaiting %}{% trans 'Soon' %}{% endif %}
{% endwith %}