{{extend 'layout.html'}}
{{for c in xrange(sheet.cols):}} {{pass}} {{for r in xrange(sheet.rows):}} {{for c in xrange(sheet.cols):}} {{pass}} {{pass}}
c{{=c}}
r{{=r}} {{=XML(sheet.nodes['r%sc%s'%(r,c)].xml())}}