{% extends "ldt/user/user_base.html" %} {# form of name's change #} {% load i18n %} {% block content_title %}{% trans "Change user name" %} {% endblock %} {% block css_import %} {{ block.super }} {% endblock %} {% block content %} {{ block.super }} {% if form %}

{% trans "Please modify your firstname or your lastname" %}

{% csrf_token %}
{% else %}

{% trans "Your name has been modified" %}

{% endif %} {% endblock%}