<script>
function getAddLocationPlaceHolder() {
return '{{ 'search_form.addLocation'|trans }}';
}
function getDefaultPlaceHolder() {
return '{{ 'search_form.searchPlaceholder'|trans }}';
</script>