{# Compact TOON/JSON viewer for list_display cells. Collapsed: shows preview_lines of TOON. Expanded: full text + JSON↔TOON toggle + close button. Mode is persisted in localStorage under key 'django_admin_toon_mode'. #}
{# --- Collapsed preview --- #} {% if has_more %}
{{ preview }}
{% else %}
{{ preview }}
{% endif %} {# --- Expanded full view --- #} {% if has_more %}
{# Toggle bar #}
{# Content #}
{{ toon_text }}
{{ json_text }}
{% endif %}