{% load i18n %} function makeOption(text, value, title) { /* Format an option for a select element */ var html = ``; return html; } function makeOptionsList(elements, textFunc, valueFunc, titleFunc) { /* * Programatically generate a list of