Edit Buildings

{% csrf_token %} {{ form.management_form }} {% for building in form %} {{ building.as_p }} {{ building.nested.management_form }} {% for tenant in building.nested %} {{ tenant.as_p }} {% endfor %} {% endfor %}