{{ header }}{{ column_left }}
{% if success %}
{{ success }}
{% endif %} {% if error_warning %}
{{ error_warning }}
{% endif %}

{{ text_edit }}

{% if error_username %}
{{ error_username }}
{% endif %}
{% if error_firstname %}
{{ error_firstname }}
{% endif %}
{% if error_lastname %}
{{ error_lastname }}
{% endif %}
{% if error_email %}
{{ error_email }}
{% endif %}
{% if error_password %}
{{ error_password }}
{% endif %}
{% if error_confirm %}
{{ error_confirm }}
{% endif %}
{{ footer }}