{{ vendor.name }} products ({{ products.total }})
Vendor | Actions |
---|---|
{{ product.name | humanize }} |
{% if current_user.is_authenticated %}
{% if product in current_user.products %}
{% else %}
{% endif %}
{% else %}
Subscribe
{% endif %}
|