<t t-name="account.report_timesheet">
    <t t-call="web.html_container">
        <t t-foreach="docs" t-as="doc">
            <t t-call="hr_timesheet.report_timesheet" t-lang="doc.partner_id.lang">
                <t t-set="docs" t-value="doc.timesheet_ids"/>
            </t>
        </t>
    </t>
</t>
