{% extends "base.html" %} {% load i18n %} {% comment %} Copyright 2010 Canonical Ltd. This software is licensed under the GNU Affero General Public License version 3 (see the file LICENSE). {% endcomment %} {% block title %} {% trans "Choose your language" %} {% endblock %} {% block text_title %} {% trans "Choose your language" %} {% endblock %} {% block bodyclass %}set-language{% endblock %} {% block menu %}{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% csrf_token %} {% for lang in supported_languages %}

{% endfor %}

{% trans "Can't find your language?" %}

{% blocktrans %}We welcome volunteers to help us translate this site to new languages. If you are able to help, please visit our translations site to get started.{% endblocktrans %}

{% endblock %}