<div class="col-12">
[% IF ctx.password_age == -1 %]
[% l('You have never changed your password. Please consider updating your password.') %]
- [% ELSIF ctx.password_age >= (ctx.ctx.password_expire_age - 7) %]
- [% l('Your password is <b>[_1]</b> days old.',ctx.password_age) %][%- IF !need_password_change %] [% l('You will be asked to change your password soon.') %][%- ELSE %] [% l('It is recommended to update your password every <b>[_1]</b> days. Please consider updating your password.',ctx.ctx.password_expire_age) %][% END %]
+ [% ELSIF ctx.password_age >= (ctx.password_expire_age - 7) %]
+ [% l('Your password is <b>[_1]</b> days old.',ctx.password_age) %][%- IF !need_password_change %] [% l('You will be asked to change your password soon.') %][%- ELSE %] [% l('It is recommended to update your password every <b>[_1]</b> days. Please consider updating your password.',ctx.password_expire_age) %][% END %]
[% END %]
[% IF need_password_change %]
<br>
<span class="alert">
[% IF ctx.password_age == -1 %]
[% l('You have never changed your password. Please consider updating your password.') %]
- [% ELSIF ctx.password_age >= (ctx.ctx.password_expire_age - 7) %]
- [% l('Your password is <b>[_1]</b> days old.',ctx.password_age) %][%- IF !need_password_change %] [% l('You will be asked to change your password soon.') %][%- ELSE %] [% l('It is recommended to update your password every <b>[_1]</b> days. Please consider updating your password.',ctx.ctx.password_expire_age) %][% END %]
+ [% ELSIF ctx.password_age >= (ctx.password_expire_age - 7) %]
+ [% l('Your password is <b>[_1]</b> days old.',ctx.password_age) %][%- IF !need_password_change %] [% l('You will be asked to change your password soon.') %][%- ELSE %] [% l('It is recommended to update your password every <b>[_1]</b> days. Please consider updating your password.',ctx.password_expire_age) %][% END %]
[% END %]
[% IF need_password_change %]
<a href='update_password'