Try this: > PageTemplate > <TR bgcolor="#333333" tal:repeat="charts > here/getChartsMethod"> > <span TAL:replace="charts/title">Title</span> > <span TAL:replace="python python:'%0.f' % charts.plays">Plays</span> </TR> cheers, Chris