{% extends 'base.html' %} {% load static %} {% block title %}Properties for Sale, Rent & Lease in Nigeria | {{ site.site_name }}{% endblock %} {% block meta_description %}Browse verified properties for sale, rent, and lease in Abuja, Lagos, Port Harcourt and across Nigeria. Filter by type, location, and price on {{ site.site_name }}.{% endblock %} {% block content %}

Properties in Nigeria

{% if filters %}Showing filtered results — {% endif %}{{ total_count }} propert{{ total_count|pluralize:'y,ies' }} found

{% if filters %} Clear all filters {% endif %}

{{ total_count }} propert{{ total_count|pluralize:'y,ies' }} found

{% if properties %}
{% for prop in properties %}
{% with img=prop.get_primary_image %} {% if img %} {{ prop.title }} {% else %}
{% endif %} {% endwith %}
{{ prop.get_listing_type_display }} {{ prop.get_status_display }}
{{ prop.formatted_price }}

{{ prop.title }}

{{ prop.city }}, {{ prop.state }}

{% if prop.bedrooms is not None %}
{{ prop.bedrooms }} Beds
{% endif %} {% if prop.bathrooms is not None %}
{{ prop.bathrooms }} Baths
{% endif %} {% if prop.area_sqm %}
{{ prop.area_sqm }}sqm
{% endif %} {% if prop.is_parent %}
{{ prop.child_units.count }} Units
{% endif %}
{% endfor %}
{% else %}

No properties found

Try adjusting your filters or search term to see more results.

Clear Filters
{% endif %}
{% endblock %} {% block extra_js %} {% endblock %}