{% if item.projects is not empty %}
{{ project.description|striptags|slice(0, 150) ~ (project.description|length > 150 ? '...' : '') }}