{% extends 'base.html' %} {% block title %}Offer: {{ offer.title }}{% endblock %} {% block meta %} {% endblock %} {% block content %} {% if offer.user == request.user %}{% endif %}
Generic placeholder image

{{ offer.title }}

{% if offer.user == user %} Me {% else %} {{ offer.user.username }} {% endif %}

{{ offer.zipcode }}

{% if distance > 0 %}

ca. {{ distance }} km

{% endif %}

Description

{{ offer.description }}

{% if offer.user == user %} {% else %}

Wishes

{{ offer.user.username }} would like some of the following in return:

{% if wishes %} {% else %} {% endif %}
Offer trade {% endif %} {% endblock %}