{% extends 'base.html' %} {% block title %} | User Dashboard {% endblock %} {% block content %} User Dashboard Manage your Real Estate account Home Dashboard {% include 'partials/_alerts.html' %} Welcome {{ user.first_name }} {% if contacts %} Here are the property listings that you have inquired about # Property {% for contact in contacts %} {{ contact.id }} {{ contact.listing }} View Listing {% endfor %} {% else %} You have not made any inquiries {% endif %} {% endblock %}
Manage your Real Estate account
Here are the property listings that you have inquired about
You have not made any inquiries