[% IF status == "success" %]
[% flashIcon(level='notice', size='tiny') %]

[% i18n("Your password has been updated") %]

[% ELSIF status == "error_match" %]
[% flashIcon(level='error') %]

[% i18n("The two entered passwords did not match") %]

[% ELSIF status == "error_fill" %]
[% flashIcon(level='error') %]

[% i18n("One of the password fields hasn't been filled") %]

[% END %]
[% INCLUDE 'status/menu.html' %]