{% if entity.resourceType == constant('D2\\ResourceBundle\\Entity\\Resource::TYPE_RT_DOCUMENT') %}
{% if entity.banner is null %}
{% else %}
{% endif %}
|
{{ entity.title }} |
{{ entity.subTitle }} |
{{ entity.titleInfo }} |
|
{% else %}
{% if entity.banner is not null %}
|
{% endif %}
{{ entity.title }} |
{{ entity.subTitle }} |
{{ entity.titleInfo }} |
{% if entity.resourceType == constant('D2\\ResourceBundle\\Entity\\Resource::TYPE_RT_TEXT') %}
|
{{ entity.text|length > 100 ? entity.text|filterScript|striptags|slice(0, 201)|split(' ')|slice(0, -1)|join(' ') ~ ' …' : entity.text|filterScript|striptags }} |
{% endif %}
|
{% endif %}