{% extends 'base.html' %} {% set title = 'Your account was closed' %} {% set crumbs = [(None, title)] %} {% set meta = (('robots', 'noindex'),) %} {% block content %}

{{ _('Your account was sucessfully closed!') }}

{{ _('We\'re sorry to see you go.') }}

{% endblock %}