symfony 2 twig limit the length of the text and put three dots November 22, 2022 by Tarik {{ myentity.text|length > 50 ? myentity.text|slice(0, 50) ~ '...' : myentity.text }} You need Twig 1.6