-{% for offer in object_list %}
-{% with is_win=offer.is_win is_current=offer.is_current %}
- {% if not is_current and forloop.first and page_obj.number == 1 %}
+ {% for offer in object_list %}
+ {% with is_win=offer.is_win is_current=offer.is_current %}
+ {% if not is_current and forloop.first and page_obj.number == 1 %}