{% extends "layout.html" %} {% block title %}Golem : User{% endblock %} {% block head %} {% endblock %} {% block content %}

New User

{% if edition_mode %} {% else %} {% endif %}
{% if not edit_user %}
{% endif %}
{% if edition_mode %}

{% endif %}

{% include "users/reset_password.html" %} {% endblock %}