{% from "fields/list/_truncated.html" import truncated %} {% from "fields/_copy_button.html" import copy_button %} {% if field.copy_to_clipboard %} {% call truncated() -%} {{ data | string | escape }} {%- endcall %} {{ copy_button(data) }} {% else %} {% call truncated() -%} {{ data | string | escape }} {%- endcall %} {% endif %}