<block type="sales/order_email_items" name="items" template="email/order/items.phtml">
   <action method="addItemRender">
      <type>default</type>
      <block>sales/order_email_items_order_default</block>
      <template>email/order/items/order/default.phtml</template>
   </action>
   <action method="addItemRender">
      <type>grouped</type>
      <block>sales/order_email_items_order_grouped</block>
      <template>email/order/items/order/default.phtml</template>
   </action>
   <block type="sales/order_totals" name="order_totals" template="sales/order/totals.phtml">
      <action method="setLabelProperties">
         <value>colspan=&quot;3&quot; align=&quot;right&quot; style=&quot;padding:3px 9px&quot;</value>
      </action>
      <action method="setValueProperties">
         <value>align=&quot;right&quot; style=&quot;padding:3px 9px&quot;</value>
      </action>
      <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml">
         <action method="setIsPlaneMode">
            <value>1</value>
         </action>
      </block>
   </block>
</block>
<block type="core/text_list" name="additional.product.info"/>
<reference name="items">
   <action method="addItemRender">
      <type>bundle</type>
      <block>bundle/sales_order_items_renderer</block>
      <template>bundle/email/order/items/order/default.phtml</template>
   </action>
</reference>
