{# Custom password field widget with show/hide toggle button This template enhances password fields with a toggle button to show/hide the password. The JavaScript (password-toggle.js) will automatically enhance all password fields. #} {% set type = type|default('password') %} {{ block('form_widget_simple') }}