{% extends "base.html" %} {% load i18n plmapp_tags %} {% block content %}

{% trans "PASSWORD MODIFICATION:" %}

{% ifnotequal user.username 'test' %} {% csrf_token %} {{modification_form }}
{% trans "Type" %}{{ object_type }}
 
{% endifnotequal %} {% endblock %}