{% extends "base.html" %} {% block title %} Unsubscribe {% endblock %} {% load static %} {% block content %} {% block extra_js %}{% endblock %}

You've unsubscribed

You won't get any additional promotional emails.

Note that you will still receive emails when you've been outbid, or when your watched lots are ending soon.

{% if request.user.is_authenticated %} Preferences {% else %}Your account{% endif %} {% endblock %}