{% csrf_token %}

{{data.pUser.name}}

{{data.pUser.name}}'s Current Recipes

{%if not data.my_recipes %} {%endif%} {% for recipe in data.my_recipes %}
{{recipe.recipe_name}}
{{recipe.description}}
{%endfor%}
{% if data.message %} {% endif %}