{##
# Template
#
# @ListChild (list="head", weight="1350")
#}
{% if this.isFastlaneEnabled() %}
{% set flConfig = this.getFlConfig() %}
<script>
var flConfig = {
allowedLocations: JSON.parse('{{ flConfig.allowedLocations|raw }}'),
states: JSON.parse('{{ flConfig.states|raw }}')
};
</script>
{% endif %}