{% load i18n %} {% trans 'User Settings' %}

{% trans 'User Settings' %}

{% trans 'Select your login shell.' %}

{% trans 'Username' %} :{{ username }}
{% trans 'Current Login Shell' %}:{{ currentShell }}

{% for field in form %} {% endfor %}
{{ field.label_tag }}
{{ field }}

{{ field.errors }}

{% if error %}

{{ error }}

{% endif %}

{% trans 'Return to Login page' %}