{% extends 'index.html' %} {% load static %} {% block content %}
{% if offer.status != 'Active'%} OFERTA NIEAKTYWNA {% endif %}
{{offer.title}}
{% if offer.images.all %} {% for photo in offer.images.all %} {% if photo.main_image == True%} {% endif %} {% endfor %} {%endif%}
{{offer.description}}
  • 'DMC' {{offer.DMC}}
  • 'Places_to_sleep' {{offer.Places_to_sleep}}
  • 'cooker' {{offer.cooker}}
  • 'fridge' {{offer.fridge}}
  • 'microwave' {{offer.microwave}}
  • 'Webasto' {{offer.Webasto}}
  • 'auto_temp_control' {{offer.auto_temp_control}}
  • 'water_level_indicator' {{offer.water_level_indicator}}
  • 'battery_level' {{offer.battery_level}}
  • 'photovoltaic_panels' {{offer.photovoltaic_panels}}
  • 'gearbox {{offer.gearbox}}
  • 'tempomat' {{offer.tempomat}}
KOSZT: {{offer.price}} PLN / dzień

Zarezerwuj kamper

{% csrf_token %} {{ form.media }} {{form.as_p}}
{% endblock content %}