{# This template is best included using the 'add_to_cart' templatetag from `shopit_tags`. #} {% load i18n cache sekizai_tags %} {% if product %} {% cache 0 add_to_cart %}
{% csrf_token %} {% if product.is_available.0 or product.is_group %} {% else %}{% endif %} {% if watch %}{% endif %}
{% endcache %} {% endif %} {% addtoblock "js" %} {% endaddtoblock %}