{% extends 'base.html' %} {% block content %}
ID: {{ profile.id_number|default:"Not Provided" }}
Phone: {% if tenant.phone_number %} {{ tenant.phone_number }} {% else %} Not Provided {% endif %}
Unit: {% if profile and profile.unit %} {{ profile.unit }} {% else %} Not Assigned {% endif %}
Rent Status: {% if rent_status == "Paid" %} Paid {% else %} Unpaid {% endif %}
No ID Image
{% endif %}| Date | Amount |
|---|---|
| {{ p.created_at }} | KES {{ p.amount }} |
No payments found.
{% endif %}| Date | Description | Status |
|---|---|---|
| {{ c.created_at }} | {{ c.description }} | {{ c.status }} |
No complaints found.
{% endif %}| Date | Description | Status |
|---|---|---|
| {{ r.created_at }} | {{ r.description }} | {{ r.status }} |
No repairs found.
{% endif %}