{% extends 'base.html' %} {% block title %}Repairs Report{% endblock %} {% block content %}
{{ repair.issue|default:"No description" }}
Cost: KES {{ repair.cost }}
No repair records available.