{% extends 'index.html' %} {% load static %} {% block content %} {% if active_offers_list %} {% for Offer in active_offers_list %}
{% for photo in Offer.images.all %} {% if photo.main_image == True%} {% endif %} {% endfor %}

{{ Offer.title}}

{{ Offer.description|truncatewords:50 }}

  • Ilośc miejsc do spania: {{Offer.Places_to_sleep}}
  • Skrzynia biegów: {{Offer.get_gearbox_display}}
Cena: {{ Offer.price }} PLN / dzień
{% endfor %} {% endif %} {% endblock %}