{% extends "freeadmin/generic_form.html" %} {% block form %}

{% trans "The system will reboot to perform this operation!" %}

{% trans "All your passwords will be reseted, make sure to set them after reboot." %}

{{ block.super }} {% endblock %} {% block oklabel %}{% trans "Update" %}{% endblock %}