{% extends 'base.html' %} {% load static %} {% block nav %}
Home
{% endblock nav %} {% block content %}
× View mechanic listings instead?
{% if listings %} {% for listing in listings %}
{% if listing.photo %} Avatar {% endif %}

{{ listing.name }} - KSH: {{ listing.price }}

{{ listing.phone_number }}



Category: {{ listing.category }} | Subcategory: {{ listing.sub_category }} | Condition: {{ listing.condition }} | Year of Manufacture: {{ listing.year_of_manufacture }} | Car make: {{ listing.car_make }}| Car Model: {{ listing.car_model }}

{% endfor %} {% else %}

Start posting your parts to your clients

{% endif %} {% endblock %}