{% if has_password %}Change{% else %}Set{% endif %} password

{% if has_password %} {{ macros.field(_locals, 'password', 'current_password', null, 'Current password') }}

Forgot your password?

{% endif %} {{ macros.field(_locals, 'password', 'new_password', null, 'New password') }} {{ macros.field(_locals, 'password', 'new_password_confirmation', null, 'New password confirmation') }} {{ macros.csrf(getCsrfToken) }}
{% if has_password %} {% endif %}