{% comment %}
Template for encrypted password field with copy button.
Based on Django's default password widget with Unfold styling and copy button.
{% endcomment %}
{% include "django/forms/widgets/input.html" %}
{% if widget.show_copy_button %}
{% endif %}