Tg typical controller action
@expose("myproject.templates.approved_message") def approve(self,id): approver = Approve() approver.approve_item_with(id) return dict()