<data priority="50">
    <xpath expr="//table[@id='main_table']/tbody[1]/tr[1]" position="attributes">
        <attribute name="t-att-class">"first"</attribute>
    </xpath>
    <xpath expr="//table[@id='main_table']/tbody[1]/tr[1]/td[3]" position="after">
        <t t-if="line_ids.product_id.type_description">
            <tr class="second">
                <td/>
                <td colspan="5">
                    <span t-field="line_ids.product_description_variants"/>
                    <br/>
                    <t t-if="line_ids.product_id.country_of_origin_id.code">
          Ursprungsland:
            <span t-field="line_ids.product_id.country_of_origin_id.code"/>
          </t>
                    <t t-if="line_ids.product_id.hs_code">
          / Zollposition:
            <span t-field="line_ids.product_id.hs_code"/>
          </t>
                </td>
            </tr>
        </t>
        <t t-if="not line_ids.product_id.type_description">
            <tr class="second">
                <td/>
                <td colspan="5">
                    <t t-if="line_ids.product_id.country_of_origin_id.code">
          Ursprungsland:
            <span t-field="line_ids.product_id.country_of_origin_id.code"/>
          </t>
                    <t t-if="line_ids.product_id.hs_code">
          / Zollposition:
            <span t-field="line_ids.product_id.hs_code"/>
          </t>
                </td>
            </tr>
        </t>
    </xpath>
</data>
