{% extends "retrieval/base.html" %} {% comment %} ########################################################################### # # # Copyright (c) 2011 - Idiap Research Institute # # http://www.idiap.ch/ # # # # See file COPYING for the license associated to this software # # # ########################################################################### {% endcomment %} {% block content %}
 

{% if formChangePwd %} {{ formChangePwd }} {% endif %}

{% if message %}

{{ message }}

{% endif %} {% if formChangePwd %} {% endif %}


 
{% endblock %}