{%assign tsize = include.title | size%}{% if include.url %}<a href='{{include.url}}'>{% endif %}{% for t in include.title %}{% if t == 'en' %}{{t}}{% endif %}{% endfor %}{%if tsize > 1%}{% for t in include.title %}{% if forloop.first %} <span class='mlang'>({% endif %}{% unless t == 'en' %}<span lang='{{t}}'>{{t}}</span>{% unless forloop.last %}, {% endunless %}{% endunless %}{% if forloop.last %})</span>{% endif %}{% endfor %}{% endif %}{% if include.url %}{% if include.external %}{% include_cached icon.html name=“external-link” label=“External Site” %}{% endif %}</a>{% endif %}