{% load basket_tags %} {% load display_tags %} {% load i18n %} {% load purchase_info_tags %} {% load bootstrap4 %} {% load content_tags %} {% purchase_info_for_product request product as session %} {% if session.availability.is_available_to_buy %} {% basket_form request product 'mutiple' as basket_form %}
{% comment %} {% iffeature "wishlists" %} {% include "catalogue/partials/add_to_wishlist.html" %} {% endiffeature %} {% endcomment %} {% else %} {% if has_active_alert %}{% trans "You have an active stock alert for this product." %}
{% else %} {% endif %} {% comment %} {% iffeature "wishlists" %} {% include "catalogue/partials/add_to_wishlist.html" %} {% endiffeature %} {% endcomment %} {% endif %}