{% extends "base.html" %} {% load i18n %} {% load url from future %} {% block htmltitle %}{% trans 'Remove item from wishlist' %}{% endblock %} {% block title %}{% trans 'Remove item from wishlist' %}{% endblock %} {% block content %} {% blocktrans %}Are you sure you want to remove {{ form.instance }} from your wishlist?{% endblocktrans %}
{% endblock content %}