+ <ul class="grid{% if locations|length > 1%} two{% endif %}">
{% for id, location in locations %}
<li>{% if multimap is defined and multimap %}{{ id }} {% endif %}<a href="{{ location.link }}" title="{{ location.title }}">{{ location.title }}</a></li>
{% endfor %}
{% for id, location in locations %}
<li>{% if multimap is defined and multimap %}{{ id }} {% endif %}<a href="{{ location.link }}" title="{{ location.title }}">{{ location.title }}</a></li>