{% extends 'base.html' %} {% load static %} {% block title %}Offers{% endblock %} {% block content %}

Offers

{% if offers %}
{% for offer in offers %}
{% endfor %}
{% else %} {% endif %} {% endblock %}