{% extends 'base.html.twig' %} {% block title %}Whishlist{% endblock %} {% block body %} {% for message in app.flashes('success') %} {% endfor %}

{{ username }}'s Wishlist

{% if wishes == [] %} {% else %} {% endif %}

{{ username }}'s Offers

{% if offers|length > 0 %}
{% for offer in offers %}
{% endfor %}
{% else %} {% endif %} {% endblock %}