{% extends 'custom_admin/base.html' %} {% block title %}Land Properties Management{% endblock %} {% block content %}
| Image | Name | Area | Location | Status | Type | Featured | Active | Actions |
|---|---|---|---|---|---|---|---|---|
|
{% if land_property.image %}
|
{{ land_property.name }}
{{ land_property.get_division_display }}
|
{{ land_property.area }} |
{{ land_property.district }}
{{ land_property.area_name }}
|
{{ land_property.get_project_status_display }} | {{ land_property.get_property_type_display }} |
|
||
| No land properties found. | ||||||||