{% extends 'core/base.html' %} {% block title %}Vendors{% endblock title %} {% block content %}

Vendors

{% for vendor in vendors %}

{{ vendor.name }}


View Products
{% endfor %}
{% endblock content %}