feat: initial commit - Band Management application

This commit is contained in:
2026-01-06 03:11:46 +01:00
commit 34e12e00b3
24543 changed files with 3991790 additions and 0 deletions

View File

@@ -0,0 +1,43 @@
{% extends layout_path %}
{% load static %}
{% load i18n %}
{% block title %}Checkout - Wizard Examples{% endblock %}
{% block vendor_css %}
{{ block.super }}
<link rel="stylesheet" href="{% static 'vendor/libs/select2/select2.css' %}" />
<link rel="stylesheet" href="{% static 'vendor/libs/bs-stepper/bs-stepper.css' %}" />
<link rel="stylesheet" href="{% static 'vendor/libs/raty-js/raty-js.css' %}" />
<link rel="stylesheet" href="{% static 'vendor/libs/@form-validation/form-validation.css' %}" />
{% endblock vendor_css %}
{% block vendor_js %}
{{ block.super }}
<script src="{% static 'vendor/libs/select2/select2.js' %}"></script>
<script src="{% static 'vendor/libs/bs-stepper/bs-stepper.js' %}"></script>
<script src="{% static 'vendor/libs/raty-js/raty-js.js' %}"></script>
<script src="{% static 'vendor/libs/cleave-zen/cleave-zen.js' %}"></script>
<script src="{% static 'vendor/libs/@form-validation/popular.js' %}"></script>
<script src="{% static 'vendor/libs/@form-validation/bootstrap5.js' %}"></script>
<script src="{% static 'vendor/libs/@form-validation/auto-focus.js' %}"></script>
{% endblock vendor_js %}
{% block page_css %}
{{ block.super }}
<link rel="stylesheet" href="{% static 'vendor/css/pages/wizard-ex-checkout.css' %}" />
{% endblock page_css %}
{% block page_js %}
{{ block.super }}
<script src="{% static 'js/modal-add-new-address.js' %}"></script>
<script src="{% static 'js/wizard-ex-checkout.js' %}"></script>
{% endblock page_js %}
{% block content %}
{% include "partials/wizard_ex_checkout.html" %}
<!-- Add new address modal -->
{% include "partials/_modals/modal_add_new_address.html" %}
{% endblock %}

View File

@@ -0,0 +1,545 @@
{% extends layout_path %}
{% load static %}
{% load i18n %}
{% block title %}Property Listing - Wizard Examples{% endblock %}
{% block vendor_css %}
{{ block.super }}
<link rel="stylesheet" href="{% static 'vendor/libs/bs-stepper/bs-stepper.css' %}" />
<link rel="stylesheet" href="{% static 'vendor/libs/select2/select2.css' %}" />
<link rel="stylesheet" href="{% static 'vendor/libs/tagify/tagify.css' %}" />
<link rel="stylesheet" href="{% static 'vendor/libs/flatpickr/flatpickr.css' %}" />
<link rel="stylesheet" href="{% static 'vendor/libs/@form-validation/form-validation.css' %}" />
{% endblock vendor_css %}
{% block vendor_js %}
{{ block.super }}
<script src="{% static 'vendor/libs/cleave-zen/cleave-zen.js' %}"></script>
<script src="{% static 'vendor/libs/bs-stepper/bs-stepper.js' %}"></script>
<script src="{% static 'vendor/libs/select2/select2.js' %}"></script>
<script src="{% static 'vendor/libs/tagify/tagify.js' %}"></script>
<script src="{% static 'vendor/libs/flatpickr/flatpickr.js' %}"></script>
<script src="{% static 'vendor/libs/@form-validation/popular.js' %}"></script>
<script src="{% static 'vendor/libs/@form-validation/bootstrap5.js' %}"></script>
<script src="{% static 'vendor/libs/@form-validation/auto-focus.js' %}"></script>
{% endblock vendor_js %}
{% block page_js %}
{{ block.super }}
<script src="{% static 'js/wizard-ex-property-listing.js' %}"></script>
{% endblock page_js %}
{% block content %}
<!-- Property Listing Wizard -->
<div id="wizard-property-listing" class="bs-stepper vertical mt-2">
<div class="bs-stepper-header border-end">
<div class="step" data-target="#personal-details">
<button type="button" class="step-trigger">
<span class="bs-stepper-circle"><i class="icon-base ti tabler-users icon-md"></i></span>
<span class="bs-stepper-label">
<span class="bs-stepper-title">Personal Details</span>
<span class="bs-stepper-subtitle">Your Name/Email</span>
</span>
</button>
</div>
<div class="line"></div>
<div class="step" data-target="#property-details">
<button type="button" class="step-trigger">
<span class="bs-stepper-circle"><i class="icon-base ti tabler-home icon-md"></i></span>
<span class="bs-stepper-label">
<span class="bs-stepper-title">Property Details</span>
<span class="bs-stepper-subtitle">Property Type</span>
</span>
</button>
</div>
<div class="line"></div>
<div class="step" data-target="#property-features">
<button type="button" class="step-trigger">
<span class="bs-stepper-circle"><i class="icon-base ti tabler-bookmarks icon-md"></i></span>
<span class="bs-stepper-label">
<span class="bs-stepper-title">Property Features</span>
<span class="bs-stepper-subtitle">Bedrooms/Floor No</span>
</span>
</button>
</div>
<div class="line"></div>
<div class="step" data-target="#property-area">
<button type="button" class="step-trigger">
<span class="bs-stepper-circle"><i class="icon-base ti tabler-map-pin icon-md"></i></span>
<span class="bs-stepper-label">
<span class="bs-stepper-title">Property Area</span>
<span class="bs-stepper-subtitle">Covered Area</span>
</span>
</button>
</div>
<div class="line"></div>
<div class="step" data-target="#price-details">
<button type="button" class="step-trigger">
<span class="bs-stepper-circle"><i class="icon-base ti tabler-currency-dollar icon-md"></i></span>
<span class="bs-stepper-label">
<span class="bs-stepper-title">Price Details</span>
<span class="bs-stepper-subtitle">Expected Price</span>
</span>
</button>
</div>
</div>
<div class="bs-stepper-content">
<form id="wizard-property-listing-form" onSubmit="return false">
{% csrf_token %}
<!-- Personal Details -->
<div id="personal-details" class="content">
<div class="row g-6">
<div class="col-12">
<div class="row g-6">
<div class="col-md mb-md-0">
<div class="form-check custom-option custom-option-icon">
<label class="form-check-label custom-option-content" for="customRadioBuilder">
<span class="custom-option-body">
<svg width="41" height="40" viewBox="0 0 41 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M22.75 33.75V6.25C22.75 5.91848 22.6183 5.60054 22.3839 5.36612C22.1495 5.1317 21.8315 5 21.5 5H6.5C6.16848 5 5.85054 5.1317 5.61612 5.36612C5.3817 5.60054 5.25 5.91848 5.25 6.25V33.75" fill="currentColor" fill-opacity="0.2" />
<path
d="M2.75 32.75C2.19772 32.75 1.75 33.1977 1.75 33.75C1.75 34.3023 2.19772 34.75 2.75 34.75V32.75ZM37.75 34.75C38.3023 34.75 38.75 34.3023 38.75 33.75C38.75 33.1977 38.3023 32.75 37.75 32.75V34.75ZM21.75 33.75C21.75 34.3023 22.1977 34.75 22.75 34.75C23.3023 34.75 23.75 34.3023 23.75 33.75H21.75ZM21.5 5V4V5ZM5.25 6.25H4.25H5.25ZM4.25 33.75C4.25 34.3023 4.69772 34.75 5.25 34.75C5.80228 34.75 6.25 34.3023 6.25 33.75H4.25ZM34.25 33.75C34.25 34.3023 34.6977 34.75 35.25 34.75C35.8023 34.75 36.25 34.3023 36.25 33.75H34.25ZM22.75 14C22.1977 14 21.75 14.4477 21.75 15C21.75 15.5523 22.1977 16 22.75 16V14ZM10.25 10.25C9.69772 10.25 9.25 10.6977 9.25 11.25C9.25 11.8023 9.69772 12.25 10.25 12.25V10.25ZM15.25 12.25C15.8023 12.25 16.25 11.8023 16.25 11.25C16.25 10.6977 15.8023 10.25 15.25 10.25V12.25ZM12.75 20.25C12.1977 20.25 11.75 20.6977 11.75 21.25C11.75 21.8023 12.1977 22.25 12.75 22.25V20.25ZM17.75 22.25C18.3023 22.25 18.75 21.8023 18.75 21.25C18.75 20.6977 18.3023 20.25 17.75 20.25V22.25ZM10.25 26.5C9.69772 26.5 9.25 26.9477 9.25 27.5C9.25 28.0523 9.69772 28.5 10.25 28.5V26.5ZM15.25 28.5C15.8023 28.5 16.25 28.0523 16.25 27.5C16.25 26.9477 15.8023 26.5 15.25 26.5V28.5ZM27.75 26.5C27.1977 26.5 26.75 26.9477 26.75 27.5C26.75 28.0523 27.1977 28.5 27.75 28.5V26.5ZM30.25 28.5C30.8023 28.5 31.25 28.0523 31.25 27.5C31.25 26.9477 30.8023 26.5 30.25 26.5V28.5ZM27.75 20.25C27.1977 20.25 26.75 20.6977 26.75 21.25C26.75 21.8023 27.1977 22.25 27.75 22.25V20.25ZM30.25 22.25C30.8023 22.25 31.25 21.8023 31.25 21.25C31.25 20.6977 30.8023 20.25 30.25 20.25V22.25ZM2.75 34.75H37.75V32.75H2.75V34.75ZM23.75 33.75V6.25H21.75V33.75H23.75ZM23.75 6.25C23.75 5.65326 23.5129 5.08097 23.091 4.65901L21.6768 6.07322C21.7237 6.12011 21.75 6.18369 21.75 6.25H23.75ZM23.091 4.65901C22.669 4.23705 22.0967 4 21.5 4V6C21.5663 6 21.6299 6.02634 21.6768 6.07322L23.091 4.65901ZM21.5 4H6.5V6H21.5V4ZM6.5 4C5.90326 4 5.33097 4.23705 4.90901 4.65901L6.32322 6.07322C6.37011 6.02634 6.4337 6 6.5 6V4ZM4.90901 4.65901C4.48705 5.08097 4.25 5.65326 4.25 6.25H6.25C6.25 6.1837 6.27634 6.12011 6.32322 6.07322L4.90901 4.65901ZM4.25 6.25V33.75H6.25V6.25H4.25ZM36.25 33.75V16.25H34.25V33.75H36.25ZM36.25 16.25C36.25 15.6533 36.013 15.081 35.591 14.659L34.1768 16.0732C34.2237 16.1201 34.25 16.1837 34.25 16.25H36.25ZM35.591 14.659C35.169 14.2371 34.5967 14 34 14V16C34.0663 16 34.1299 16.0263 34.1768 16.0732L35.591 14.659ZM34 14H22.75V16H34V14ZM10.25 12.25H15.25V10.25H10.25V12.25ZM12.75 22.25H17.75V20.25H12.75V22.25ZM10.25 28.5H15.25V26.5H10.25V28.5ZM27.75 28.5H30.25V26.5H27.75V28.5ZM27.75 22.25H30.25V20.25H27.75V22.25Z"
fill="currentColor" />
</svg>
<span class="custom-option-title">I am the Builder</span>
<small>List property as Builder, list your project and get highest reach.</small>
</span>
<input name="plUserType" class="form-check-input" type="radio" value="1" id="customRadioBuilder" checked />
</label>
</div>
</div>
<div class="col-md mb-md-0">
<div class="form-check custom-option custom-option-icon">
<label class="form-check-label custom-option-content" for="customRadioOwner">
<span class="custom-option-body">
<svg width="41" height="40" viewBox="0 0 41 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M29 6.25H20.25L12.5781 16.25L20.25 35L37.75 16.25L29 6.25Z" fill="currentColor" fill-opacity="0.2" />
<path d="M11.5 6.25H29L37.75 16.25L20.25 35L2.75 16.25L11.5 6.25Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M21.0434 5.64131C20.8542 5.39462 20.5609 5.25 20.25 5.25C19.9391 5.25 19.6458 5.39462 19.4566 5.64131L12.0849 15.25H2.75C2.19772 15.25 1.75 15.6977 1.75 16.25C1.75 16.8023 2.19772 17.25 2.75 17.25H11.9068L19.3245 35.3787C19.4782 35.7545 19.844 36 20.25 36C20.656 36 21.0218 35.7545 21.1755 35.3787L28.5932 17.25H37.75C38.3023 17.25 38.75 16.8023 38.75 16.25C38.75 15.6977 38.3023 15.25 37.75 15.25H28.4151L21.0434 5.64131ZM25.8943 15.25L20.25 7.89287L14.6057 15.25H25.8943ZM14.0678 17.25L20.25 32.3593L26.4322 17.25H14.0678Z"
fill="currentColor" />
</svg>
<span class="custom-option-title"> I am the Owner </span>
<small>Submit property as an Individual. Lease, Rent or Sell at the best price.</small>
</span>
<input name="plUserType" class="form-check-input" type="radio" value="2" id="customRadioOwner" />
</label>
</div>
</div>
<div class="col-md mb-md-0">
<div class="form-check custom-option custom-option-icon">
<label class="form-check-label custom-option-content" for="customRadioBroker">
<span class="custom-option-body">
<svg width="41" height="40" viewBox="0 0 41 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M14 33.75V11.25H6.5C6.16848 11.25 5.85054 11.3817 5.61612 11.6161C5.3817 11.8505 5.25 12.1685 5.25 12.5V32.5C5.25 32.8315 5.3817 33.1495 5.61612 33.3839C5.85054 33.6183 6.16848 33.75 6.5 33.75H14ZM26.5 33.75V11.25H34C34.3315 11.25 34.6495 11.3817 34.8839 11.6161C35.1183 11.8505 35.25 12.1685 35.25 12.5V32.5C35.25 32.8315 35.1183 33.1495 34.8839 33.3839C34.6495 33.6183 34.3315 33.75 34 33.75H26.5Z"
fill="currentColor"
fill-opacity="0.2" />
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M16.5 5.25C15.5717 5.25 14.6815 5.61875 14.0251 6.27513C13.3687 6.9315 13 7.82174 13 8.75V10.25H6.5C5.25736 10.25 4.25 11.2574 4.25 12.5V32.5C4.25 33.7426 5.25736 34.75 6.5 34.75H14H26.5H34C35.2426 34.75 36.25 33.7426 36.25 32.5V12.5C36.25 11.2574 35.2426 10.25 34 10.25H27.5V8.75C27.5 7.82174 27.1313 6.9315 26.4749 6.27513C25.8185 5.61875 24.9283 5.25 24 5.25H16.5ZM25.5 10.25V8.75C25.5 8.35218 25.342 7.97064 25.0607 7.68934C24.7794 7.40804 24.3978 7.25 24 7.25H16.5C16.1022 7.25 15.7206 7.40804 15.4393 7.68934C15.158 7.97064 15 8.35218 15 8.75V10.25H25.5ZM15 12.25H25.5V32.75H15V12.25ZM13 12.25H6.5C6.36193 12.25 6.25 12.3619 6.25 12.5V32.5C6.25 32.6381 6.36193 32.75 6.5 32.75H13V12.25ZM27.5 32.75V12.25H34C34.1381 12.25 34.25 12.3619 34.25 12.5V32.5C34.25 32.6381 34.1381 32.75 34 32.75H27.5Z"
fill="currentColor" />
</svg>
<span class="custom-option-title"> I am a Broker </span>
<small>Earn highest commission by listing your clients properties at the best price.</small>
</span>
<input name="plUserType" class="form-check-input" type="radio" value="3" id="customRadioBroker" />
</label>
</div>
</div>
</div>
</div>
<div class="col-sm-6 form-control-validation">
<label class="form-label" for="plFirstName">First Name</label>
<input type="text" id="plFirstName" name="plFirstName" class="form-control" placeholder="John" />
</div>
<div class="col-sm-6 form-control-validation">
<label class="form-label" for="plLastName">Last Name</label>
<input type="text" id="plLastName" name="plLastName" class="form-control" placeholder="Doe" />
</div>
<div class="col-sm-6 form-control-validation">
<label class="form-label" for="plUserName">Username</label>
<input type="text" id="plUserName" name="plUserName" class="form-control" placeholder="john.doe" />
</div>
<div class="col-sm-6 form-password-toggle form-control-validation">
<label class="form-label" for="plPassWord">Password</label>
<div class="input-group input-group-merge">
<input type="password" id="plPassWord" class="form-control" name="plPassWord" placeholder="&#xb7;&#xb7;&#xb7;&#xb7;&#xb7;&#xb7;&#xb7;&#xb7;&#xb7;&#xb7;&#xb7;&#xb7;" aria-describedby="passwordToggler" />
<span id="passwordToggler" class="input-group-text cursor-pointer"><i class="icon-base ti tabler-eye-off"></i></span>
</div>
</div>
<div class="col-sm-6 form-control-validation">
<label class="form-label" for="plEmail">Email</label>
<input type="text" id="plEmail" name="plEmail" class="form-control" placeholder="john.doe@example.com" />
</div>
<div class="col-sm-6">
<label class="form-label" for="plContact">Contact</label>
<div class="input-group input-group-merge">
<span class="input-group-text">US (+1)</span>
<input type="text" id="plContact" name="plContact" class="form-control contact-number-mask" placeholder="202 555 0111" />
</div>
</div>
<div class="col-12 d-flex justify-content-between">
<button class="btn btn-label-secondary btn-prev" disabled>
<i class="icon-base ti tabler-arrow-left icon-xs me-sm-2 me-0"></i>
<span class="align-middle d-sm-inline-block d-none">Previous</span>
</button>
<button class="btn btn-primary btn-next"><span class="align-middle d-sm-inline-block d-none me-sm-2">Next</span> <i class="icon-base ti tabler-arrow-right icon-xs"></i></button>
</div>
</div>
</div>
<!-- Property Details -->
<div id="property-details" class="content">
<div class="row g-6">
<div class="col-12">
<div class="row">
<div class="col-xl mb-xl-0 mb-6">
<div class="form-check custom-option custom-option-icon">
<label class="form-check-label custom-option-content" for="customRadioSell">
<span class="custom-option-body">
<svg width="41" height="40" viewBox="0 0 41 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M24.25 33.75V23.75H16.75V33.75H6.75002V18.0469C6.7491 17.8733 6.78481 17.7015 6.85482 17.5426C6.92482 17.3838 7.02754 17.2415 7.15627 17.125L19.6563 5.76562C19.8841 5.5559 20.1825 5.43948 20.4922 5.43948C20.8019 5.43948 21.1003 5.5559 21.3281 5.76562L33.8438 17.125C33.9696 17.2438 34.0703 17.3866 34.1401 17.5449C34.2098 17.7032 34.2472 17.8739 34.25 18.0469V33.75H24.25Z" fill="currentColor" opacity="0.2" />
<path
d="M33.25 33.75C33.25 34.3023 33.6977 34.75 34.25 34.75C34.8023 34.75 35.25 34.3023 35.25 33.75H33.25ZM34.25 18.0469H35.25C35.25 18.0415 35.25 18.0361 35.2499 18.0307L34.25 18.0469ZM33.8437 17.125L34.5304 16.398C34.5256 16.3934 34.5207 16.389 34.5158 16.3845L33.8437 17.125ZM21.3281 5.76562L20.6509 6.50143L20.656 6.50611L21.3281 5.76562ZM19.6562 5.76562L20.3288 6.5057L20.3335 6.50141L19.6562 5.76562ZM7.15625 17.125L7.82712 17.8666L7.82878 17.8651L7.15625 17.125ZM6.75 18.0469H7.75001L7.74999 18.0416L6.75 18.0469ZM5.75 33.75C5.75 34.3023 6.19772 34.75 6.75 34.75C7.30228 34.75 7.75 34.3023 7.75 33.75H5.75ZM3 32.75C2.44772 32.75 2 33.1977 2 33.75C2 34.3023 2.44772 34.75 3 34.75V32.75ZM38 34.75C38.5523 34.75 39 34.3023 39 33.75C39 33.1977 38.5523 32.75 38 32.75V34.75ZM23.25 33.75C23.25 34.3023 23.6977 34.75 24.25 34.75C24.8023 34.75 25.25 34.3023 25.25 33.75H23.25ZM15.75 33.75C15.75 34.3023 16.1977 34.75 16.75 34.75C17.3023 34.75 17.75 34.3023 17.75 33.75H15.75ZM35.25 33.75V18.0469H33.25V33.75H35.25ZM35.2499 18.0307C35.2449 17.7243 35.1787 17.422 35.0551 17.1416L33.225 17.9481C33.2409 17.9844 33.2495 18.0235 33.2501 18.0631L35.2499 18.0307ZM35.0551 17.1416C34.9316 16.8612 34.7531 16.6084 34.5304 16.398L33.1571 17.852C33.1859 17.8792 33.209 17.9119 33.225 17.9481L35.0551 17.1416ZM34.5158 16.3845L22.0002 5.02514L20.656 6.50611L33.1717 17.8655L34.5158 16.3845ZM22.0053 5.02984C21.5929 4.6502 21.0528 4.43948 20.4922 4.43948V6.43948C20.551 6.43948 20.6076 6.46159 20.6509 6.50141L22.0053 5.02984ZM20.4922 4.43948C19.9316 4.43948 19.3915 4.6502 18.979 5.02984L20.3335 6.50141C20.3767 6.46159 20.4334 6.43948 20.4922 6.43948V4.43948ZM18.9837 5.02556L6.48371 16.3849L7.82878 17.8651L20.3288 6.50569L18.9837 5.02556ZM6.48538 16.3834C6.25236 16.5942 6.06642 16.8518 5.93971 17.1393L7.76988 17.9459C7.78318 17.9157 7.80268 17.8887 7.82712 17.8666L6.48538 16.3834ZM5.93971 17.1393C5.813 17.4269 5.74836 17.7379 5.75001 18.0521L7.74999 18.0416C7.74981 18.0087 7.75659 17.976 7.76988 17.9459L5.93971 17.1393ZM5.75 18.0469V33.75H7.75V18.0469H5.75ZM3 34.75H38V32.75H3V34.75ZM25.25 33.75V25H23.25V33.75H25.25ZM25.25 25C25.25 24.4033 25.013 23.831 24.591 23.409L23.1768 24.8232C23.2237 24.8701 23.25 24.9337 23.25 25H25.25ZM24.591 23.409C24.169 22.987 23.5967 22.75 23 22.75V24.75C23.0663 24.75 23.1299 24.7763 23.1768 24.8232L24.591 23.409ZM23 22.75H18V24.75H23V22.75ZM18 22.75C17.4033 22.75 16.831 22.9871 16.409 23.409L17.8232 24.8232C17.8701 24.7763 17.9337 24.75 18 24.75V22.75ZM16.409 23.409C15.9871 23.831 15.75 24.4033 15.75 25H17.75C17.75 24.9337 17.7763 24.8701 17.8232 24.8232L16.409 23.409ZM15.75 25V33.75H17.75V25H15.75Z"
fill="currentColor" />
</svg>
<span class="custom-option-title">Sale the property</span>
<small
>Post your property for sale.<br />
Unlimited free listing.</small
>
</span>
<input name="plPropertySaleRent" class="form-check-input" type="radio" value="1" id="customRadioSell" checked />
</label>
</div>
</div>
<div class="col-xl">
<div class="form-check custom-option custom-option-icon">
<label class="form-check-label custom-option-content" for="customRadioRent">
<span class="custom-option-body">
<svg width="41" height="40" viewBox="0 0 41 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M6.5 30C6.5 30.663 6.76339 31.2989 7.23223 31.7678C7.70107 32.2366 8.33696 32.5 9 32.5H34C34.3315 32.5 34.6495 32.3683 34.8839 32.1339C35.1183 31.8995 35.25 31.5815 35.25 31.25V13.75C35.25 13.4185 35.1183 13.1005 34.8839 12.8661C34.6495 12.6317 34.3315 12.5 34 12.5H9C8.33696 12.5 7.70107 12.2366 7.23223 11.7678C6.76339 11.2989 6.5 10.663 6.5 10V30Z" fill="currentColor" fill-opacity="0.2" />
<path
d="M6.5 10V30C6.5 30.663 6.76339 31.2989 7.23223 31.7678C7.70107 32.2366 8.33696 32.5 9 32.5H34C34.3315 32.5 34.6495 32.3683 34.8839 32.1339C35.1183 31.8995 35.25 31.5815 35.25 31.25V13.75C35.25 13.4185 35.1183 13.1005 34.8839 12.8661C34.6495 12.6317 34.3315 12.5 34 12.5H9C8.33696 12.5 7.70107 12.2366 7.23223 11.7678C6.76339 11.2989 6.5 10.663 6.5 10ZM6.5 10C6.5 9.33696 6.76339 8.70107 7.23223 8.23223C7.70107 7.76339 8.33696 7.5 9 7.5H30.25"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round" />
<path d="M28.375 24.375C29.4105 24.375 30.25 23.5355 30.25 22.5C30.25 21.4645 29.4105 20.625 28.375 20.625C27.3395 20.625 26.5 21.4645 26.5 22.5C26.5 23.5355 27.3395 24.375 28.375 24.375Z" fill="currentColor" />
</svg>
<span class="custom-option-title">Rent the property</span>
<small
>Post your property for rent.<br />
Unlimited free listing.</small
>
</span>
<input name="plPropertySaleRent" class="form-check-input" type="radio" value="2" id="customRadioRent" />
</label>
</div>
</div>
</div>
</div>
<div class="col-sm-6 form-control-validation">
<label class="form-label" for="plPropertyType">Property Type</label>
<select id="plPropertyType" name="plPropertyType" class="select2 form-select" data-allow-clear="true">
<option value="">Select Property Type</option>
<option value="10002">Flat/ Apartment</option>
<option value="10001">Residential House</option>
<option value="10017">Villa</option>
<option value="10003">Builder Floor Apartment</option>
<option value="10000">Residential Land/ Plot</option>
<option value="10021">Penthouse</option>
<option value="10022">Studio Apartment</option>
</select>
</div>
<div class="col-sm-6 form-control-validation">
<label class="form-label" for="plZipCode">Zip Code</label>
<input type="number" id="plZipCode" name="plZipCode" class="form-control" placeholder="99950" />
</div>
<div class="col-sm-6 form-control-validation">
<label class="form-label" for="plCountry">Country</label>
<select id="plCountry" name="plCountry" class="select2 form-select" data-allow-clear="true">
<option value="">Select</option>
<option value="Australia">Australia</option>
<option value="Bangladesh">Bangladesh</option>
<option value="Belarus">Belarus</option>
<option value="Brazil">Brazil</option>
<option value="Canada">Canada</option>
<option value="China">China</option>
<option value="France">France</option>
<option value="Germany">Germany</option>
<option value="India">India</option>
<option value="Indonesia">Indonesia</option>
<option value="Israel">Israel</option>
<option value="Italy">Italy</option>
<option value="Japan">Japan</option>
<option value="Korea">Korea, Republic of</option>
<option value="Mexico">Mexico</option>
<option value="Philippines">Philippines</option>
<option value="Russia">Russian Federation</option>
<option value="South Africa">South Africa</option>
<option value="Thailand">Thailand</option>
<option value="Turkey">Turkey</option>
<option value="Ukraine">Ukraine</option>
<option value="United Arab Emirates">United Arab Emirates</option>
<option value="United Kingdom">United Kingdom</option>
<option value="United States">United States</option>
</select>
</div>
<div class="col-sm-6 form-control-validation">
<label class="form-label" for="plState">State</label>
<input type="text" id="plState" name="plState" class="form-control" placeholder="California" />
</div>
<div class="col-sm-6 form-control-validation">
<label class="form-label" for="plCity">City</label>
<input type="text" id="plCity" name="plCity" class="form-control" placeholder="Los Angeles" />
</div>
<div class="col-sm-6 form-control-validation">
<label class="form-label" for="plLandmark">Landmark</label>
<input type="text" id="plLandmark" name="plLandmark" class="form-control" placeholder="Nr. Hard Rock Cafe" />
</div>
<div class="col-lg-12 form-control-validation">
<label class="form-label" for="plAddress">Address</label>
<textarea id="plAddress" name="plAddress" class="form-control" rows="2" placeholder="12, Business Park"></textarea>
</div>
<div class="col-12 d-flex justify-content-between">
<button class="btn btn-label-secondary btn-prev"><i class="icon-base ti tabler-arrow-left icon-xs me-sm-2 me-0"></i> <span class="align-middle d-sm-inline-block d-none">Previous</span></button>
<button class="btn btn-primary btn-next"><span class="align-middle d-sm-inline-block d-none me-sm-2">Next</span> <i class="icon-base ti tabler-arrow-right icon-xs"></i></button>
</div>
</div>
</div>
<!-- Property Features -->
<div id="property-features" class="content">
<div class="row g-6">
<div class="col-sm-6 form-control-validation">
<label class="form-label d-block" for="plBedrooms">Bedrooms</label>
<input type="number" id="plBedrooms" name="plBedrooms" class="form-control" placeholder="3" />
</div>
<div class="col-sm-6 form-control-validation">
<label class="form-label" for="plFloorNo">Floor No</label>
<input type="number" id="plFloorNo" name="plFloorNo" class="form-control" placeholder="12" />
</div>
<div class="col-sm-6 form-control-validation">
<label class="form-label d-block" for="plBathrooms">Bathrooms</label>
<input type="number" id="plBathrooms" name="plBathrooms" class="form-control" placeholder="4" />
</div>
<div class="col-sm-6 form-control-validation">
<label class="form-label" for="plFurnishedStatus">Furnished Status</label>
<select id="plFurnishedStatus" name="plFurnishedStatus" class="form-select">
<option selected disabled value="">Select furnished status</option>
<option value="1">Fully furnished</option>
<option value="2">Furnished</option>
<option value="3">Semi furnished</option>
<option value="4">Unfurnished</option>
</select>
</div>
<div class="col-lg-12">
<label class="form-label" for="plFurnishingDetails">Furnishing Details</label>
<input id="plFurnishingDetails" name="plFurnishingDetails" class="form-control" placeholder="select options" value="Fridge, AC, TV, WiFi" />
</div>
<div class="col-sm-6 form-control-validation">
<p class="mb-2">Is there any common area?</p>
<div class="form-check my-2 ms-2">
<input class="form-check-input" type="radio" name="plCommonAreaRadio" id="plCommonAreaRadioYes" checked />
<label class="form-check-label" for="plCommonAreaRadioYes">Yes</label>
</div>
<div class="form-check my-2 ms-2">
<input class="form-check-input" type="radio" name="plCommonAreaRadio" id="plCommonAreaRadioNo" />
<label class="form-check-label" for="plCommonAreaRadioNo">No</label>
</div>
</div>
<div class="col-sm-6 form-control-validation">
<p class="mb-2">Is there any attached balcony?</p>
<div class="form-check my-2 ms-2">
<input class="form-check-input" type="radio" name="plAttachedBalconyRadio" id="plAttachedBalconyRadioYes" checked />
<label class="form-check-label" for="plAttachedBalconyRadioYes">Yes</label>
</div>
<div class="form-check my-2 ms-2">
<input class="form-check-input" type="radio" name="plAttachedBalconyRadio" id="plAttachedBalconyRadioNo" />
<label class="form-check-label" for="plAttachedBalconyRadioNo">No</label>
</div>
</div>
<div class="col-12 d-flex justify-content-between">
<button class="btn btn-label-secondary btn-prev"><i class="icon-base ti tabler-arrow-left icon-xs me-sm-2 me-0"></i> <span class="align-middle d-sm-inline-block d-none">Previous</span></button>
<button class="btn btn-primary btn-next"><span class="align-middle d-sm-inline-block d-none me-sm-2">Next</span> <i class="icon-base ti tabler-arrow-right icon-xs"></i></button>
</div>
</div>
</div>
<!-- Property Area -->
<div id="property-area" class="content">
<div class="row g-5">
<div class="col-sm-6 form-control-validation">
<label class="form-label d-block" for="plTotalArea">Total Area</label>
<div class="input-group input-group-merge">
<input type="number" class="form-control" id="plTotalArea" name="plTotalArea" placeholder="1000" aria-describedby="pl-total-area" />
<span class="input-group-text" id="pl-total-area">sq-ft</span>
</div>
</div>
<div class="col-sm-6 form-control-validation">
<label class="form-label d-block" for="plCarpetArea">Carpet Area</label>
<div class="input-group input-group-merge">
<input type="number" class="form-control" id="plCarpetArea" name="plCarpetArea" placeholder="800" aria-describedby="pl-carpet-area" />
<span class="input-group-text" id="pl-carpet-area">sq-ft</span>
</div>
</div>
<div class="col-sm-6 form-control-validation">
<label class="form-label d-block" for="plPlotArea">Plot Area</label>
<div class="input-group input-group-merge">
<input type="number" class="form-control" id="plPlotArea" name="plPlotArea" placeholder="800" aria-describedby="pl-plot-area" />
<span class="input-group-text" id="pl-plot-area">sq-yd</span>
</div>
</div>
<div class="col-sm-6 form-control-validation">
<label class="form-label d-block" for="plAvailableFrom">Available From</label>
<input type="text" id="plAvailableFrom" name="plAvailableFrom" class="form-control flatpickr" placeholder="YYYY-MM-DD" />
</div>
<div class="col-sm-6 form-control-validation">
<p class="mb-2">Possession Status</p>
<div class="form-check my-2 ms-2">
<input class="form-check-input" type="radio" name="plPossessionStatus" id="plUnderConstruction" checked />
<label class="form-check-label" for="plUnderConstruction">Under Construction</label>
</div>
<div class="form-check my-2 ms-2">
<input class="form-check-input" type="radio" name="plPossessionStatus" id="plReadyToMoveRadio" />
<label class="form-check-label" for="plReadyToMoveRadio">Ready to Move</label>
</div>
</div>
<div class="col-sm-6 form-control-validation">
<p class="mb-2">Transaction Type</p>
<div class="form-check my-2 ms-2">
<input class="form-check-input" type="radio" name="plTransectionType" id="plNewProperty" checked />
<label class="form-check-label" for="plNewProperty">New Property</label>
</div>
<div class="form-check my-2 ms-2">
<input class="form-check-input" type="radio" name="plTransectionType" id="plResaleProperty" />
<label class="form-check-label" for="plResaleProperty">Resale</label>
</div>
</div>
<div class="col-sm-6 form-control-validation">
<p class="mb-2">Is Property Facing Main Road?</p>
<div class="form-check my-2 ms-2">
<input class="form-check-input" type="radio" name="plRoadFacingRadio" id="plRoadFacingRadioYes" checked />
<label class="form-check-label" for="plRoadFacingRadioYes">Yes</label>
</div>
<div class="form-check my-2 ms-2">
<input class="form-check-input" type="radio" name="plRoadFacingRadio" id="plRoadFacingRadioNo" />
<label class="form-check-label" for="plRoadFacingRadioNo">No</label>
</div>
</div>
<div class="col-sm-6 form-control-validation">
<p class="mb-2">Gated Colony?</p>
<div class="form-check my-2 ms-2">
<input class="form-check-input" type="radio" name="plGatedColonyRadio" id="plGatedColonyRadioYes" checked />
<label class="form-check-label" for="plGatedColonyRadioYes">Yes</label>
</div>
<div class="form-check my-2 ms-2">
<input class="form-check-input" type="radio" name="plGatedColonyRadio" id="plGatedColonyRadioNo" />
<label class="form-check-label" for="plGatedColonyRadioNo">No</label>
</div>
</div>
<div class="col-12 d-flex justify-content-between mt-6">
<button class="btn btn-label-secondary btn-prev"><i class="icon-base ti tabler-arrow-left icon-xs me-sm-2 me-0"></i> <span class="align-middle d-sm-inline-block d-none">Previous</span></button>
<button class="btn btn-primary btn-next"><span class="align-middle d-sm-inline-block d-none me-sm-2">Next</span> <i class="icon-base ti tabler-arrow-right icon-xs"></i></button>
</div>
</div>
</div>
<!-- Price Details -->
<div id="price-details" class="content">
<div class="row g-6">
<div class="col-sm-6">
<label class="form-label d-block" for="plExpeactedPrice">Expected Price</label>
<div class="input-group input-group-merge">
<input type="number" class="form-control" id="plExpeactedPrice" name="plExpeactedPrice" placeholder="25,000" aria-describedby="pl-expeacted-price" />
<span class="input-group-text" id="pl-expeacted-price">$</span>
</div>
</div>
<div class="col-sm-6">
<label class="form-label d-block" for="plPriceSqft">Price per Sqft</label>
<div class="input-group input-group-merge">
<input type="number" class="form-control" id="plPriceSqft" name="plPriceSqft" placeholder="500" aria-describedby="pl-price-sqft" />
<span class="input-group-text" id="pl-price-sqft">$</span>
</div>
</div>
<div class="col-sm-6">
<label class="form-label d-block" for="plMaintenenceCharge">Maintenance Charge</label>
<div class="input-group input-group-merge">
<input type="number" class="form-control" id="plMaintenenceCharge" name="plMaintenenceCharge" placeholder="50" aria-describedby="pl-mentenence-charge" />
<span class="input-group-text" id="pl-mentenence-charge">$</span>
</div>
</div>
<div class="col-sm-6">
<label class="form-label" for="plMaintenencePer">Maintenance</label>
<select id="plMaintenencePer" name="plMaintenencePer" class="form-select">
<option value="1" selected>Monthly</option>
<option value="2">Quarterly</option>
<option value="3">Yearly</option>
<option value="3">One-time</option>
<option value="3">Per sqft. Monthly</option>
</select>
</div>
<div class="col-sm-6">
<label class="form-label d-block" for="plBookingAmount">Booking/Token Amount</label>
<div class="input-group input-group-merge">
<input type="number" class="form-control" id="plBookingAmount" name="plBookingAmount" placeholder="250" aria-describedby="pl-booking-amount" />
<span class="input-group-text" id="pl-booking-amount">$</span>
</div>
</div>
<div class="col-sm-6">
<label class="form-label d-block" for="plOtherAmount">Other Amount</label>
<div class="input-group input-group-merge">
<input type="number" class="form-control" id="plOtherAmount" name="plOtherAmount" placeholder="500" aria-describedby="pl-other-amount" />
<span class="input-group-text" id="pl-other-amount">$</span>
</div>
</div>
<div class="col-sm-6">
<p class="mb-2">Show Price as</p>
<div class="form-check my-2 ms-2">
<input class="form-check-input" type="radio" name="plShowPriceRadio" id="plNagotiablePrice" checked />
<label class="form-check-label" for="plNagotiablePrice">Negotiable</label>
</div>
<div class="form-check my-2 ms-2">
<input class="form-check-input" type="radio" name="plShowPriceRadio" id="plCallForPrice" />
<label class="form-check-label" for="plCallForPrice">Call for Price</label>
</div>
</div>
<div class="col-sm-6">
<p class="mb-2">Price includes</p>
<div class="form-check my-2 ms-2">
<input class="form-check-input" type="checkbox" name="plCarParking" id="plCarParking" />
<label class="form-check-label" for="plCarParking">Car Parking</label>
</div>
<div class="form-check my-2 ms-2">
<input class="form-check-input" type="checkbox" name="plClubMembership" id="plClubMembership" />
<label class="form-check-label" for="plClubMembership">Club Membership</label>
</div>
</div>
<div class="col-md-12 form-control-validation">
<div class="form-check my-2 ms-2">
<input class="form-check-input" type="checkbox" name="plOtherCharges" id="plOtherCharges" />
<label class="form-check-label" for="plOtherCharges">Stamp Duty & Registration charges excluded.</label>
</div>
</div>
<div class="col-12 d-flex justify-content-between">
<button class="btn btn-label-secondary btn-prev"><i class="icon-base ti tabler-arrow-left icon-xs me-sm-2 me-0"></i> <span class="align-middle d-sm-inline-block d-none">Previous</span></button>
<button class="btn btn-success btn-submit btn-next"><span class="align-middle d-sm-inline-block d-none me-sm-2">Submit</span><i class="icon-base ti tabler-check icon-xs"></i></button>
</div>
</div>
</div>
</form>
</div>
</div>
<!--/ Property Listing Wizard -->
{% endblock %}