Magento 2.4.4 + 2.4.5 has made changes to Email templates:
https://developer.adobe.com/commerce/frontend-core/guide/templates/email-migration/
I’m working on the upgrade to 2.4.5 and this depend section is no longer working:
{{depend order.getIsNotVirtual()}}
<div class="ampdf-address-section-item">
<p class="ampdf-title ampdf-text">{{trans "Shipping Address"}}</p>
<p class="ampdf-text">{{var formattedShippingAddress|raw}}</p>
</div>
{{/depend}}
How do I translate this into the new 2.4.4-2.4.5 requirement?