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

{{page_title}}

{% endblock page_title %} {% block content %}
{{form.agency}}
{{form.title}}
{{form.address_1}}
{{form.address_2}}
{{form.city}}
{{form.state}}
{{form.zip_code}}

{{form.main_image}}
{{form.property_type}}
{{form.sqft}}
{{form.built_year}}
{{form.num_bedroom}}
{{form.num_bathroom}}
{{form.num_parking}}
{{form.num_people}}
{{form.description}}
{% endblock content %} {% block third_party %} {% endblock third_party %}