{% endif %}
{% if entity.banner is null %}
{% if d2_sys_config('sys_text_show_desc') %}{% endif %}
{{ entity.title }} |
{{ entity.subTitle }} |
{{ entity.titleInfo }} |
|
{% if entity.description|length > 200 %}{{ entity.description|filterScript()|raw }} {% else %}{{ entity.description|filterScript()|raw }}{% endif %} |
{% else %}
|
{{ entity.title }} |
{{ entity.subTitle }} |
|
{{ entity.description|length > 200 ? entity.description|slice(0, 201)|split(' ')|slice(0, -1)|join(' ') ~ ' …' : entity.description }} |
|
{% endif %}
{% if not loop.first and loop.index%3 == 0 %}