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