I want to make some calculations with product data and display them in a custom table, for example: I have a list of the kind: [{'name': u'Ipad', 'percentage': 45}, {'name': u'Imac', 'percentage': 20}] , how I can show this table in a form view, maybe I can do this with Qweb templates?, any example?, thanks.