{% extends "base.html" %} {% load static %} {% load i18n %} {% block title %}User {{ username }}{% endblock %} {% block content %}

{{ user.username }}'s {% trans "Profile" %}

{% trans "Wishlist" %}

{% if wishes %} {% else %} {% endif %}

{% trans "Offers" %}

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