email_all = ((0, ‘Иванов’, ‘ivanov@mail.ru’), (1, ‘Иванов’, ‘ivanov@mail.ru’)
<html><body>Адреса электронной почты<br/> <table> {% for info in all_email_all %} <tr> <td>{{info[1]}}</td> </tr> {% endfor %} <table> </body></html>
Template error
In template c:\djproject\templates\email_info.html, error at line 3
Could not parse the remainder: '' from 'info'
как отобразить таблицу?