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

{{ username }}'s' Wishlist

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