{# List all of the locations to create a legend #}
{% set data = cms.location %}
{% set data = data|sort('name') %}
{# Kind of gross but since featured is a true or false flag groupby sorts by false first so we just have to test for it all gross like below #}