{# Full TOON/JSON viewer for readonly_fields on change form. Wraps in native
/ (no JS needed for open/close). Toggle and copy button use Alpine.js with localStorage mode persistence. #} {% if collapsible %}
chevron_right {{ label }} {{ line_count }} lines
{% else %}
{{ label }} {{ line_count }} lines
{% endif %} {# Toggle bar #}
{# Copy button #}
{# Content #}
{{ toon_text }}
{{ json_text }}
{% if collapsible %}
{% else %} {% endif %}