{% extends "header.html" %} {% block body %}

Welcome {{user}}. Thank you for using TripMeal

All user recipes

You have added {{nr}} out of {{tr}} recipes.

{% if nr != 0 %} {% for recipe in recipes %} {% endfor %}
Country Title
{{recipe.country}} {{recipe.title}} Edit
{% else %}

Maybe you can contribute with your own favourite recipe and make TripMeal even better :)

{% endif %}

Create a weekly menu

Click here to create a weekly menu. Your favourites will be among the list. If you have less than 7 favourites, we will pick the rest for you. Good luck :)

{% endblock %}