Status:
{{ land_property.get_project_status_display }}
Type:
{{ land_property.get_property_type_display }}
Area:
{{ land_property.area }}
Location:
{{ land_property.location }}
Division:
{{ land_property.get_division_display }}
District:
{{ land_property.district }}
Area:
{{ land_property.area_name }}
{% if land_property.price_per_katha %}
Price per Katha:
৳{{ land_property.price_per_katha|floatformat:0 }}
{% endif %}
{% if land_property.total_plots %}
Total Plots:
{{ land_property.total_plots }}
Available Plots:
{{ land_property.available_plots }}
Sold Plots:
{{ land_property.sold_plots }}
{% endif %}
Created:
{{ land_property.created_at|date:"M d, Y" }}