{% extends "../base.html" %} {% block content %} {% if account.is_some() %}
Opublikuj
{% endif %}

Rzeczy wystawione na sprzedaż

{% for offer in my_offers %} {% for contact in offer.contacts %} {% endfor %} {% endfor %} {% for offer in offers %} {% for contact in offer.contacts %} {% endfor %} {% endfor %}
{% endblock %}