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

{{vendor.name}}

{% for product in vendor.products.all %} {% include 'product/parts/list_item.html' %} {% endfor %}
{% endblock content %}