Есть словарь
('\xcf\xff\xf2\xed\xe8\xf6\xe0', [['2', 'text'], ['9', 'text'], ['16', 'text'], ['23', 'text'], ['30', 'text']]) ('\xd1\xf0\xe5\xe4\xe0', [0, ['7', 'text'], ['14', 'text'], ['21', 'text'], ['28', 'text']]) ('\xc2\xee\xf1\xea\xf0\xe5\xf1\xe5\xed\xfc\xe5', [['4', 'text'], ['11', 'text'], ['18', 'text'], ['25', 'text'], 0]) ('\xc2\xf2\xee\xf0\xed\xe8\xea', [0, ['6', 'text'], ['13', 'text'], ['20', 'text'], ['27', 'text']]) ('\xd7\xe5\xf2\xe2\xe5\xf0\xe3', [['1', 'text'], ['8', 'text'], ['15', 'text'], ['22', 'text'], ['29', 'text']]) ('\xd1\xf3\xe1\xe1\xee\xf2\xe0', [['3', 'text'], ['10', 'text'], ['17', 'text'], ['24', 'text'], ['31', 'text']]) ('\xcf\xee\xed\xe5\xe4\xe5\xeb\xfc\xed\xe8\xea', [0, ['5', 'text'], ['12', 'text'], ['19', 'text'], ['26', 'text']])
<table> {% for key, value in result.iteritems() %} <tr> <th> {{ key }} </th> <td> {{ value }} </td> </tr> {% endfor %} </table>