{% extends "base.html" %} {% load i18n wtm_tags %} {% block title %}{% trans "Manage your preferences" %}{% endblock title %} {% block content %}

{% trans "Privacy settings" %}

{% wtm_status_table %} {% wtm_manage_form %} {% endblock content %}