{% extends "base.html" %} {% block title %}Car Rentals with Driver - LKgetaways{% endblock %} {% block inner_hero_background %}/static/images/car-inner.webp{% endblock %} {% block inner_hero_title %}Rent a Car with Driver{% endblock %} {% block inner_hero_subtitle %}Explore Sri Lanka in comfort and style with our premium car rental services{% endblock %} {% block content %} {% for category in categories %} {{ category.replace('_', ' ').title() }} {% endfor %} All {% for category in categories %} {% for car in cars if car.category.name == category %} {{ car.name }} {{ car.capacity }} Pax {% if car.has_usb %} USB{% endif %} {% if car.has_player %} Player{% endif %} {% if car.has_bluetooth %} Bluetooth{% endif %} {% if car.luggage_space %} {{ car.luggage_space }}{% endif %} Request a Quote {% endfor %} {% endfor %} {% for car in cars %} {{ car.name }} {{ car.capacity }} Pax {% if car.has_usb %} USB{% endif %} {% if car.has_player %} Player{% endif %} {% if car.has_bluetooth %} Bluetooth{% endif %} {% if car.luggage_space %} {{ car.luggage_space }}{% endif %} Request a Quote {% endfor %} Why Choose Our Car Rental Service? Well-Maintained Vehicles Our fleet is regularly serviced and kept in top condition Safe and Reliable Experienced drivers and 24/7 support for your peace of mind Local Expertise Our drivers know the best routes and hidden gems {% endblock %}
{{ car.capacity }} Pax {% if car.has_usb %} USB{% endif %} {% if car.has_player %} Player{% endif %} {% if car.has_bluetooth %} Bluetooth{% endif %} {% if car.luggage_space %} {{ car.luggage_space }}{% endif %}
Our fleet is regularly serviced and kept in top condition
Experienced drivers and 24/7 support for your peace of mind
Our drivers know the best routes and hidden gems