{% if mentions is defined and mentions|length > 0 %}

💬   {{ mentions | length }} Mention{% if mentions | length != 1 %}s{% endif %}

{% for html in mentions %} {{ html }} {% endfor %}
{% endif %}