{% if item.type_id == 2 %}
{% include "NCBSWBundle:Exposition:display_behaviors/hyperlink_footnote.html.twig" %}
{% else %}
{% set aText = item.text|split(' ') %}
{% set aNewText = [] %}{% set nCount = 0 %}
{% for str in aText %}{#
#}{% if nCount == 0 %}{#
#}{% if str|first in [1,2,3,4,5,6,7,8,9,] and '.' in str %}{#
#}{% else %}{#
#}{% set aNewText = aNewText|merge([str]) %}{#
#}{% endif %}{#
#}{% else %}{#
#}{% set aNewText = aNewText|merge([str]) %}{#
#}{% endif %}{#
#}{% set nCount = nCount +1 %}{#
#}{% endfor %}{{ aNewText|join(' ')|trim|nl2br }}
{% endif %}