{% extends 'core/base.html' %} {% load widget_tweaks %} {% block content %}

Properties

Add Property
{% for prop in properties %} {% empty %}
No records found.
{% endfor %}
Property Name Property Type Property Owner Address Units Actions
{{ prop.property_name }} {{ prop.property_type}} {{ prop.owner.user }} {{ prop.address }} {{ prop.units.all|length }}
{% endblock content %} {% block custom_js %} {% endblock custom_js %}