{% extends 'base.html' %} {% load static %} {% block nav %}
Home
{% endblock nav %} {% block content %} {% if listings %} {% for listing in listings %}
{% if listing.photo %} Avatar {% else %} Avatar {% endif %}

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

{{ listing.phone_number }}


Car make: {{ listing.car_make }} | Region: {{ listing.region }} | Place: {{ listing.place }}

{% endfor %} {% else %}

Start posting your specialities to your clients

{% endif %} {% endblock %}