{% extends base %} {% block content %}

Just put what you would like to Add to your page in future?

Add Wish;


Wish List

{% for w in wishlist %} {%if current_user.IsAdmin %} {%endif%} {%endfor%}
{{forloop.counter}}. By {%if w.Owner%} {{w.Owner.Name}} {{w.Owner.Surname}} {% else %} Anonymous{% endif %} on {{w.DateAdded|date:"y/M/d"}} {{w.Wish}}Delete
{% endblock %}