{% load fr_display %} {% with book.id|uuid as uuid %} {% with book|book_description as full %} {% if full %} {% with full|text_overflow as trimmed %} {% if trimmed != full %}
{% else %}
{{ full }}
{% endif %} {% endwith %} {% endif %} {% endwith %} {% endwith %}