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

{% if building %}Edit Building{% else %}Add Building{% endif %}

{% csrf_token %}
Optional. Caretaker will manage units and maintenance.
{% endblock %}