{% extends 'index.html' %} {% load static %} {% block content %} {% if active_offers_list %} {% for Offer in active_offers_list %}
{{ Offer.description|truncatewords:50 }}