{% extends 'base.html' %} {% block content %}
{% set footer %} {% endset %} {% call widget.gcard(title='Create new user', footer=footer) %} {{ widget.gform('form_change_password', form, ['current_password','password','confirm']) }} {% endcall %} {% if role == 'admin' %} {% call widget.gcard(title='Recreate Plugins Cache') %}
{% endcall %} {% endif %}
{% endblock %}