I want to render a table which holds all entity data.
There should be a noscript version which additional renders two colomns with editing and deleting operations and a default javascript version where it gets solved dynamicaly over a sidebar.
Is there a way to let this decision to twig? So that twig detects if javascript is supported and if not renders the additional fields?
Regards