{% extends 'base.html' %} {% block title %} MY Listing {% endblock title %} {% block body %}
{% if list.locality is not none: %} {{ list.locality+","}} {% endif %} {% if list.city is not none: %} {{ list.city+","}} {% endif %}
{% if list.listtype == 'Sell' and list.proptype == 'Plot' : %}