{% extends "uds/internal_page.html" %} {% load i18n %} {% load static %} {% block title %} {% trans "UDS User Preferences" %} {% endblock %} {% block content %}

{% trans "Preferences" %}

{% csrf_token %} {% autoescape off %}{{ prefs_form }}{% endautoescape %}
{% include "uds/snippets/back_to_list.html" %}
{% endblock %}