[ {% for a in autores %} ["{{a}}", [ {% for articulo in a.articulos.all %} "{{ articulo.titulo }}", {% endfor %} ], ], {% endfor %} ]