{% comment %} Template for encrypted text field with copy button. Based on unfold/widgets/text.html with added copy functionality. {% endcomment %}
{% if widget.prefix %} {{ widget.prefix }} {% endif %} {% if widget.prefix_icon %} {{ widget.prefix_icon }} {% endif %} {% include "django/forms/widgets/input.html" %} {% if widget.suffix %} {{ widget.suffix }} {% endif %} {% if widget.suffix_icon %} {{ widget.suffix_icon }} {% endif %} {% if widget.show_copy_button %} {% endif %}