{% extends 'base.html' %} {% load i18n %} {% 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 %} {% trans "You" %} {% else %} {{ offer.user.username }} {% endif %}

{{ offer.zipcode }}

{% if dist %}

ca. {{ dist }} km

{% endif %}

{% trans "Description" %}

{{ offer.description }}

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

{% trans "Wishes" %}

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

{% if wishes %} {% else %} {% endif %}
{% csrf_token %}
{% endif %} {% endblock %}