{% extends 'base/base.html' %} {% load static %} {% block title %}{{ item.name }} - PRACA Enterprises{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% if user.is_authenticated and item.owner != user %}
{% endif %}
{% with item.get_all_images as images %} {% for img in images %} {{ item.name }} - {{ img.caption }} {% empty %} {{ item.name }} {% endfor %} {% endwith %}
1 of {{ item.equipmentimage_set.count|add:1 }}
{% if item.owner %}
Listed by {{ item.owner.get_full_name|default:item.owner.username }}

4.8 (24 reviews) Verified

{% endif %}

{{ item.name }}

{{ item.category.name }} {{ item.location }}
4.7 (128 reviews) See all reviews
${{ item.daily_rate|floatformat:2 }} / day
{% if item.weekly_rate %}
${{ item.weekly_rate|floatformat:2 }} / week (save {{ item.weekly_discount }}%)
{% endif %}
Available for rent
Minimum rental: 1 day
Book Now
Insurance
Included
Delivery
Available
Free Cancellation
24 hours
Support
24/7
Share:

About this equipment

{{ item.description|linebreaks }}
Key Features
High Performance

Designed for professional use with top-tier components

Powerful

{{ item.power_rating|default:"High-powered" }} performance for demanding tasks

Fully Insured

Comprehensive insurance coverage included

Well-Maintained

Regularly serviced and in excellent condition

What's Included
All necessary cables
User manual
Carrying case
Battery & charger
1-year warranty
General
{% if item.equipment_model %} {% endif %}
Make {{ item.equipment_model.make.name|default:"N/A" }}
Model {{ item.equipment_model.name|default:"N/A" }}
Category {{ item.category.name }}
Year {{ item.year|default:"N/A" }}
Serial Number {{ item.serial_number|default:"Not specified" }}
Technical Details
{% if item.weight %} {% endif %} {% if item.dimensions %} {% endif %}
Condition {{ item.get_condition_display }}
Status {{ item.get_status_display }}
Weight {{ item.weight }} kg
Dimensions {{ item.dimensions }}
Location {{ item.location }}
{% if item.additional_specs %}
Additional Specifications
{% for key, value in item.additional_specs.items %} {% endfor %}
{{ key|title }} {{ value }}
{% endif %}
4.7

Based on 24 reviews

Customer Reviews
User
John D.
2 weeks ago
Great equipment, worked perfectly!

The camera was in excellent condition and worked perfectly for our shoot. The owner was very responsive and helpful. Would definitely rent again!

Equipment Location

{{ item.location }}

Map would be displayed here

Interactive map showing equipment location
Delivery Available

Contact owner for delivery options and pricing

Pickup Available

Arrange a time to pick up the equipment in person

Rent This Equipment

${{ item.daily_rate }} / day {% if item.weekly_rate %} or ${{ item.weekly_rate }} / week {% endif %}
{% if item.status != 'available' %}
This item is currently {{ item.get_status_display|lower }}.
{% endif %}
{% csrf_token %}
Booking Summary
Daily Rate: Ksh {{ item.daily_rate|floatformat:2 }}
Rental Period: 1 day
Subtotal: Ksh {{ item.daily_rate|floatformat:2 }}
Delivery Fee: Ksh 0.00
Total: Ksh {{ item.daily_rate|floatformat:2 }}
Location Information
Where will you pick up the equipment?
Please provide the complete delivery address including any specific instructions.
Rental Period
Contact Information
All booking confirmations and updates will be sent to this email.
Include country code (e.g., +254 for Kenya)
Included in your rental:
  • Free delivery within 20 miles
  • 24/7 support
  • Equipment insurance
  • Free setup assistance
{% load equipment_tags %} {% related_equipment item %}

Frequently Asked Questions

{% for faq in faqs %}

{{ faq.answer|linebreaksbr }}
{% empty %}
No frequently asked questions available at the moment.
{% endfor %}
{% endblock %} {% block extra_js %} {% endblock %}