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