sendList();
return false;
});
$(".delete-list").click(function(e){
return confirm(_("Are you sure you want to delete this list?"));
[% END %]
-