{% load i18n pcart_core %} {% capture as instance_pk silent %}{% if is_ajax %}{% randint 0 100 %}{% else %}{{ instance.pk }}{% endif %}{% endcapture %} {% if products %} {% else %}
{% trans "There are no products." %}
{% if instance_pk %} {% endif %} {% endif %}