var tinyMCELinkList = new Array( {% for l in links %}["{{ l.title|escape }}", "{{ l.value }}"]{% if not forloop.last %},{% endif %} {% endfor %} );