jinja2 template error in ansible

Hello, I am searching which packages are available to install on windows using win_update module. for example I am getting 3 package name.

I want print them like below.

ServerName Patch Details
serverA 2019-08 Security Only Quality Update for Windows Server 2012 R2 for x64-based Systems (KB4512489)
serverA 2020-06 Security Monthly Quality Rollup for Windows Server 2012 R2 for x64-based Systems (KB4561666)
serverA 2019-07 Security Only Quality Update for Windows Server 2012 R2 for x64-based Systems (KB4507457)

i am using below template.