{% extends 'base.html' %} {% load static %} {% block title %}Our Projects | {{ site.site_name }}{% endblock %} {% block meta_description %}Explore {{ site.site_name }} real estate projects — upcoming, ongoing and completed developments across Nigeria.{% endblock %} {% block content %}

Our Projects

Premium real estate developments built for the future

All Projects {% for value, label in status_choices %}{{ label }}{% endfor %}
{% if projects %} {% else %}

No projects found

Check back soon for exciting new developments.

View All Projects
{% endif %}
{% endblock %} {% block extra_css %} {% endblock %}