{% extends "base.html" %} {% block title %}{{ title }}{% endblock %} {% block page_title %}{{ title }}{% endblock %} {% block content %}
{{ title }}

{{ floor.building.name }} → {{ floor.floor_name }}

{% csrf_token %}{{ form.non_field_errors }}
{% for field in form %}
{{ field }}{% for e in field.errors %}
{{ e }}
{% endfor %}{% if field.help_text %}
{{ field.help_text }}
{% endif %}
{% endfor %}
For a newly sold unit, use Flat Sales to create the sale. The system will automatically mark the unit Sold and synchronize its paid amount.
Cancel
{% endblock %}