{% load humanize filters i18n %} {% with wishes=topic.wish_collection %} {% endwith %} {% if user.is_authenticated %}
{% trans "someone should populate this" %} {% with wished=topic|wished_by:user %} {% trans "remove the wish i asked" %} {% trans "someone should populate this" %} {% endwith %}
{% endif %}