{% extends "../base/layout.html" %} {% set tabActive = currentTab %} {% set isProfile = profile || false %} {% block title %} {% if user !== undefined %} TerraMA² {{ i18n.__('User Update') }} {% else %} TerraMA² {{ i18n.__('User Registration') }} {% endif %} {% endblock %} {% block styles %} {% endblock %} {% block javascripts %} {% endblock %} {% block content %}

{{ i18n.__('General Data') }}

{{ i18n.__('Name is required') }}
{{ i18n.__('Username is required') }}
{{ i18n.__('Password is required') }}
{{ i18n.__('Confirm password is required') }} {{ i18n.__('The password confirmation must be identical to the password') }}
{{ i18n.__('Email is required') }}
{% endblock %}