{% extends "userprofile/base_2col.html" %} {% load i18n %} {% load txcommontags %} {% block title %}{% trans "Edit your personal information" %}{% endblock %} {% block robots %}noindex,nofollow{% endblock %} {% block extracss %} {% endblock %} {% block extrajs %} {% endblock %} {% block userprofile_navigation %} {% include "userprofile/menu.html" %} {% endblock %} {% block userprofile_content %}

{% trans "Edit your personal information" %}

{% if form.errors %}
Some errors occured while saving your data.
{% endif %}

{% trans "Insert some information about you." %}

{% csrf_token %} {% form_as_table_rows form %}
{% endblock %}