The code ``` class TableUsers(Table): account_name = Col(_('account_name')) ``` resolves to the HTML string `account_name` instead of `Account name`. Translation in regular python and jinja2 code works.