{% extends 'base.html' %} {% block title %}Approve Repair{% endblock %} {% block content %}

Tenant: {{ repair.tenant.username }}

Issue: {{ repair.issue }}

{% if repair.image %} {% endif %}
{% csrf_token %}
{% endblock %}