{% extends 'base.html' %} {% load i18n %} {% block title %} {% trans "View Vendor" %} {% endblock title %} {% block customCSS %}{% endblock %} {% block content %}
{% trans "Vendor Details" %}
| {% trans "Make" %} | {% trans "Total Cars Purchased" %} |
|---|---|
| {{ make.id_car_make__name }} | {{ make.make_count }} |
| {% trans "There is no Purchase from this vendor yet" %} | |