{{ drupal_block('location_users_search_block') }}

Total Locations: {{ count }}

{% for row in data %} {% endfor %}
Store Location Associated Users
{{ row.store_location.text }} {% for user in row.users %} {{ user.text }}{% if not loop.last %}, {% endif %} {% endfor %}