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