{% extends "management/base.html" %} {% load static i18n %} {% block page_title %}
Cancel

Write Maintenance

{% endblock page_title %} {% block content %}

{{ product.full_address }}

Added Date: {{ product.added_at }}

{{ product.num_bedroom }} beds {{ product.num_bathroom }} baths {{ product.sqft }} sqft


{% csrf_token %} {{ form.as_p }}
{% endblock content %} {% block third_party %} {% endblock third_party %}