{% extends 'services/base_services.html' %} {% load static %} {% load service_filters %} {% block title %}{{ block.super }} | Professional Services{% endblock %} {% block page_header %}

Our Services

{% endblock %} {% block page_subheader %}

Browse our professional services to find the perfect solution for your needs

{% endblock %} {% block extra_css %} {{ block.super }} {% endblock %} {% block services_content %}

Filter by Category

{% for cat in categories %} {% if cat.id != 'all' %} {% endif %} {% endfor %}
{% if services %}
{% for service in services %}
{% if service.image %} {{ service.title }} {% else %}
{% endif %} {{ service.get_category_display }}
{{ service.title }}

{{ service.short_description|truncatewords:15 }}

KSh {{ service.base_price|floatformat:2 }} Starting price
View Details
{% endfor %}
{% if services.has_other_pages %} {% endif %} {% else %}
Loading...

No Services Found

We couldn't find any services matching your criteria. Try adjusting your filters or check back later for new additions.

{% endif %}
{% endblock %} {% block extra_js %} {{ block.super }} {% endblock %}