{% extends 'base.html' %} {% load humanize %} {% block title %}Tenant Dashboard{% endblock %} {% block content %}
Manage your rent, requests, and account activity
Unit: {{ current_invoice.unit.unit_number }}
Amount Due: KES {{ current_invoice.balance|intcomma }}
Due Date: {{ current_invoice.due_date|date:"M d, Y" }}
Status: {{ current_invoice.status|title }}
{% if current_invoice.status == 'overdue' %}No active rent invoice found.
{% endif %}