{% extends 'base.html' %} {% block title %}Repairs{% endblock %} {% block content %}
| Tenant | Unit | Issue | Status | Cost | Date | Actions |
|---|---|---|---|---|---|---|
| {{ repair.tenant.username }} | {{ repair.unit.name }} | {{ repair.issue|truncatechars:40 }} | {{ repair.status|title }} | {% if repair.cost %} KES {{ repair.cost }} {% else %} - {% endif %} | {{ repair.created_at|date:"M d, Y" }} | |
| No repair requests found | ||||||