[Answered ]-Cannot print list of string in django template 21 December 2023 by thecoderscamp.com 2 Just put it into quotes: {% for column in columns %} alert("{{column}}"); {% endfor %} alecxe [Answered ]-Sync db between prod and dev system Source:stackexchange.com