{% extends 'base.html' %} {% block title %}Assign Tenant{% endblock %} {% block content %}
Assign Tenant to Unit {{ unit.unit_number }}

{{ unit.building.name }}

{% csrf_token %} {% if tenants %}
{% else %}
{% endif %}
Unit Inspection
{% endblock %}