[Answer]-Sending new objects to template

1👍

Unfortunately, template rendering in django is conduct on the server side. To do client side DOM manipulation, you will need to use a javascript library.

Angularjs / knockoutjs / Jquery are good libraries to look at.

Leave a comment