If you want to show order attributes in the email, there is need to insert variable to the email template content.
1. In the templates "New Order" and "New Order for Guest" please use the following variable:
{{block class="Magetrend\OrderAttribute\Block\Sales\Order\Email\Attributes" order_id=$order_id}}
2. In the templates "New Invoice" and "New Invoice for Guest" please use the following variable:
{{block class="Magetrend\OrderAttribute\Block\Sales\Order\Email\Attributes" order_id=$order_id source_type=invoice}}
3. In the templates "New Shipment Order" and "New Shipment for Guest" please use the following variable:
{{block class="Magetrend\OrderAttribute\Block\Sales\Order\Email\Attributes" order_id=$order_id source_type=shipment}}
4. In the templates "New Creditmemo" and "New Creditmemo for Guest" please use the following variable:
{{block class="Magetrend\OrderAttribute\Block\Sales\Order\Email\Attributes" order_id=$order_id source_type=creditmemo}}