{% extends 'base.html' %} {% block title %}Unit Form{% endblock %} {% block content %}

{% if unit %}Edit Unit{% else %}Add Unit{% endif %}

{% csrf_token %} {% if not unit %}
{% endif %}
{% if not unit or not unit.tenant_history.exists %}
{% endif %} {% if not unit or not unit.tenant_history.exists %}
{% endif %}
{% if not unit or not unit.tenant_history.exists %}
{% endif %} {% if unit and unit.tenant_history.exists %}
Only Unit Number and Rent can be edited (history exists).
{% endif %}
{% endblock %}