{% extends "profiles/base_profile.html" %} {% block title %}Subscriptions - {{ super() }}{% endblock %} {% block content_profile %}
{{ vendor.name | humanize }} | {% if vendor in current_user.vendors %} {% else %} {% endif %} |
You have no subscription yet, click here to view the entire list of vendors and products.
{% endif %}{{ product.name | humanize }} | {% if product in current_user.products %} {% else %} {% endif %} |
You have no subscription yet, click here to view the entire list of vendors and products.
{% endif %}