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