changeset 0d257e57900b in modules/stock:default
details: https://hg.tryton.org/modules/stock?cmd=changeset;node=0d257e57900b
description:
        Do not set page break on Relatorio paragraph

        As Relatorio remove the paragraph, we need to add an small empty line 
to keep
        the page break on the result.

        issue9514
        review329341002
diffstat:

 delivery_note.fodt     |  158 +++++++++++++++++++++++++++-------------------
 internal_shipment.fodt |  164 +++++++++++++++++++++++++++++-------------------
 2 files changed, 191 insertions(+), 131 deletions(-)

diffs (794 lines):

diff -r af969acb9b16 -r 0d257e57900b delivery_note.fodt
--- a/delivery_note.fodt        Mon Oct 26 21:29:52 2020 +0100
+++ b/delivery_note.fodt        Tue Oct 27 21:12:51 2020 +0100
@@ -1,24 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<office:document 
xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" 
xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" 
xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" 
xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" 
xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" 
xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" 
xmlns:xlink="http://www.w3.org/1999/xlink"; 
xmlns:dc="http://purl.org/dc/elements/1.1/"; 
xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" 
xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" 
xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" 
xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" 
xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" 
xmlns:math="http://www.w3.org/1998/Math/MathML"; 
xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" 
xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" 
xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" 
xmlns:ooo="http://openoffice.org/2004/office"; 
xmlns:ooow="http://openoffice.org/2004/writer"; 
xmlns:oooc="http://openoffice.org/2004/calc"; 
xmlns:dom="http://www.w3.org/2001/xml-events"; 
xmlns:xforms="http://www.w3.org/2002/xforms"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:rpt="http://openoffice.org/2005/report"; 
xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" 
xmlns:xhtml="http://www.w3.org/1999/xhtml"; 
xmlns:grddl="http://www.w3.org/2003/g/data-view#"; 
xmlns:officeooo="http://openoffice.org/2009/office"; 
xmlns:tableooo="http://openoffice.org/2009/table"; 
xmlns:drawooo="http://openoffice.org/2010/draw"; 
xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0"
 
xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0"
 xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" 
xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0"
 xmlns:css3t="http://www.w3.org/TR/css3-text/"; office:version="1.2" 
office:mimetype="application/vnd.oasis.opendocument.text">
- <office:meta><meta:generator>LibreOffice/5.4.5.1$Linux_X86_64 
LibreOffice_project/40m0$Build-1</meta:generator><meta:creation-date>2008-06-07T15:29:02</meta:creation-date><dc:date>2009-03-26T18:33:13</dc:date><meta:editing-cycles>1</meta:editing-cycles><meta:editing-duration>PT0S</meta:editing-duration><meta:document-statistic
 meta:table-count="1" meta:image-count="0" meta:object-count="0" 
meta:page-count="2" meta:paragraph-count="27" meta:word-count="79" 
meta:character-count="1062" 
meta:non-whitespace-character-count="1010"/><meta:user-defined meta:name="Info 
1"/><meta:user-defined meta:name="Info 2"/><meta:user-defined meta:name="Info 
3"/><meta:user-defined meta:name="Info 4"/></office:meta>
+<office:document xmlns:officeooo="http://openoffice.org/2009/office"; 
xmlns:grddl="http://www.w3.org/2003/g/data-view#"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:xforms="http://www.w3.org/2002/xforms"; 
xmlns:dom="http://www.w3.org/2001/xml-events"; 
xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" 
xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" 
xmlns:math="http://www.w3.org/1998/Math/MathML"; 
xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" 
xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" 
xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" 
xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" 
xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0"
 xmlns:dc="http://purl.org/dc/elements/1.1/"; 
xmlns:ooo="http://openoffice.org/2004/office"; 
xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0"
 xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" 
xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" 
xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" 
xmlns:xlink="http://www.w3.org/1999/xlink"; 
xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" 
xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" 
xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0"
 xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" 
xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" 
xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" 
xmlns:rpt="http://openoffice.org/2005/report"; 
xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" 
xmlns:css3t="http://www.w3.org/TR/css3-text/"; 
xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" 
xmlns:ooow="http://openoffice.org/2004/writer"; 
xmlns:oooc="http://openoffice.org/2004/calc"; 
xmlns:tableooo="http://openoffice.org/2009/table"; 
xmlns:drawooo="http://openoffice.org/2010/draw"; office:version="1.2" 
office:mimetype="application/vnd.oasis.opendocument.text">
+ <office:meta><meta:generator>LibreOffice/6.4.6.2$Linux_X86_64 
LibreOffice_project/40$Build-2</meta:generator><meta:creation-date>2008-06-07T15:29:02</meta:creation-date><dc:date>2009-03-26T18:33:13</dc:date><meta:editing-cycles>1</meta:editing-cycles><meta:editing-duration>PT0S</meta:editing-duration><meta:document-statistic
 meta:table-count="1" meta:image-count="0" meta:object-count="0" 
meta:page-count="2" meta:paragraph-count="27" meta:word-count="75" 
meta:character-count="1008" 
meta:non-whitespace-character-count="960"/><meta:user-defined meta:name="Info 
1"/><meta:user-defined meta:name="Info 2"/><meta:user-defined meta:name="Info 
3"/><meta:user-defined meta:name="Info 4"/></office:meta>
  <office:settings>
   <config:config-item-set config:name="ooo:view-settings">
-   <config:config-item config:name="ViewAreaTop" 
config:type="long">30762</config:config-item>
+   <config:config-item config:name="ViewAreaTop" 
config:type="long">28998</config:config-item>
    <config:config-item config:name="ViewAreaLeft" 
config:type="long">0</config:config-item>
-   <config:config-item config:name="ViewAreaWidth" 
config:type="long">29300</config:config-item>
-   <config:config-item config:name="ViewAreaHeight" 
config:type="long">27571</config:config-item>
+   <config:config-item config:name="ViewAreaWidth" 
config:type="long">26301</config:config-item>
+   <config:config-item config:name="ViewAreaHeight" 
config:type="long">24026</config:config-item>
    <config:config-item config:name="ShowRedlineChanges" 
config:type="boolean">true</config:config-item>
    <config:config-item config:name="InBrowseMode" 
config:type="boolean">false</config:config-item>
    <config:config-item-map-indexed config:name="Views">
     <config:config-item-map-entry>
      <config:config-item config:name="ViewId" 
config:type="string">view2</config:config-item>
-     <config:config-item config:name="ViewLeft" 
config:type="long">17431</config:config-item>
-     <config:config-item config:name="ViewTop" 
config:type="long">36973</config:config-item>
+     <config:config-item config:name="ViewLeft" 
config:type="long">4651</config:config-item>
+     <config:config-item config:name="ViewTop" 
config:type="long">35512</config:config-item>
      <config:config-item config:name="VisibleLeft" 
config:type="long">0</config:config-item>
-     <config:config-item config:name="VisibleTop" 
config:type="long">30762</config:config-item>
-     <config:config-item config:name="VisibleRight" 
config:type="long">29298</config:config-item>
-     <config:config-item config:name="VisibleBottom" 
config:type="long">58332</config:config-item>
+     <config:config-item config:name="VisibleTop" 
config:type="long">28998</config:config-item>
+     <config:config-item config:name="VisibleRight" 
config:type="long">26300</config:config-item>
+     <config:config-item config:name="VisibleBottom" 
config:type="long">53023</config:config-item>
      <config:config-item config:name="ZoomType" 
config:type="short">0</config:config-item>
      <config:config-item config:name="ViewLayoutColumns" 
config:type="short">0</config:config-item>
      <config:config-item config:name="ViewLayoutBookMode" 
config:type="boolean">false</config:config-item>
@@ -39,9 +39,16 @@
    <config:config-item config:name="PrintFaxName" config:type="string"/>
    <config:config-item config:name="PrintPaperFromSetup" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="PrintTextPlaceholder" 
config:type="boolean">false</config:config-item>
+   <config:config-item config:name="HeaderSpacingBelowLastPara" 
config:type="boolean">false</config:config-item>
+   <config:config-item config:name="ContinuousEndnotes" 
config:type="boolean">false</config:config-item>
+   <config:config-item config:name="EmptyDbFieldHidesPara" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="ApplyParagraphMarkFormatToNumbering" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="PrintReversed" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="TabOverMargin" 
config:type="boolean">false</config:config-item>
+   <config:config-item config:name="EmbedAsianScriptFonts" 
config:type="boolean">true</config:config-item>
+   <config:config-item config:name="EmbedLatinScriptFonts" 
config:type="boolean">true</config:config-item>
+   <config:config-item config:name="DisableOffPagePositioning" 
config:type="boolean">false</config:config-item>
+   <config:config-item config:name="EmbedOnlyUsedFonts" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="EmbedFonts" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="SurroundTextWrapSmall" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="BackgroundParaOverDrawings" 
config:type="boolean">false</config:config-item>
@@ -54,24 +61,22 @@
    <config:config-item config:name="PrintSingleJobs" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="SmallCapsPercentage66" 
config:type="boolean">true</config:config-item>
    <config:config-item config:name="CollapseEmptyCellPara" 
config:type="boolean">true</config:config-item>
-   <config:config-item config:name="TreatSingleColumnBreakAsPageBreak" 
config:type="boolean">false</config:config-item>
-   <config:config-item config:name="MathBaselineAlignment" 
config:type="boolean">false</config:config-item>
-   <config:config-item config:name="AddFrameOffsets" 
config:type="boolean">false</config:config-item>
+   <config:config-item config:name="RsidRoot" 
config:type="int">1813180</config:config-item>
    <config:config-item config:name="IsLabelDocument" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="PrinterName" config:type="string"/>
    <config:config-item config:name="OutlineLevelYieldsNumbering" 
config:type="boolean">false</config:config-item>
-   <config:config-item config:name="MsWordCompTrailingBlanks" 
config:type="boolean">false</config:config-item>
-   <config:config-item config:name="IgnoreFirstLineIndentInNumbering" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="UpdateFromTemplate" 
config:type="boolean">true</config:config-item>
    <config:config-item config:name="PrintBlackFonts" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="TableRowKeep" 
config:type="boolean">false</config:config-item>
-   <config:config-item config:name="EmbeddedDatabaseName" 
config:type="string"/>
    <config:config-item config:name="IgnoreTabsAndBlanksForLineCalculation" 
config:type="boolean">false</config:config-item>
+   <config:config-item config:name="EmbedComplexScriptFonts" 
config:type="boolean">true</config:config-item>
    <config:config-item config:name="UseOldPrinterMetrics" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="InvertBorderSpacing" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="SaveGlobalDocumentLinks" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="TabsRelativeToIndent" 
config:type="boolean">true</config:config-item>
-   <config:config-item config:name="Rsid" 
config:type="int">2803237</config:config-item>
+   <config:config-item config:name="Rsid" 
config:type="int">2809848</config:config-item>
+   <config:config-item config:name="EmbeddedDatabaseName" 
config:type="string"/>
+   <config:config-item config:name="SaveThumbnail" 
config:type="boolean">true</config:config-item>
    <config:config-item config:name="PrintProspectRTL" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="PrintEmptyPages" 
config:type="boolean">true</config:config-item>
    <config:config-item config:name="ApplyUserData" 
config:type="boolean">false</config:config-item>
@@ -80,12 +85,18 @@
    <config:config-item config:name="FieldAutoUpdate" 
config:type="boolean">true</config:config-item>
    <config:config-item config:name="UseOldNumbering" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="AddParaTableSpacing" 
config:type="boolean">true</config:config-item>
+   <config:config-item config:name="MsWordCompTrailingBlanks" 
config:type="boolean">false</config:config-item>
+   <config:config-item config:name="IgnoreFirstLineIndentInNumbering" 
config:type="boolean">false</config:config-item>
+   <config:config-item config:name="PrinterPaperFromSetup" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="CharacterCompressionType" 
config:type="short">0</config:config-item>
    <config:config-item config:name="SaveVersionOnClose" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="ChartAutoUpdate" 
config:type="boolean">true</config:config-item>
    <config:config-item config:name="PrinterIndependentLayout" 
config:type="string">high-resolution</config:config-item>
    <config:config-item config:name="IsKernAsianPunctuation" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="UseFormerObjectPositioning" 
config:type="boolean">false</config:config-item>
+   <config:config-item config:name="TreatSingleColumnBreakAsPageBreak" 
config:type="boolean">false</config:config-item>
+   <config:config-item config:name="MathBaselineAlignment" 
config:type="boolean">false</config:config-item>
+   <config:config-item config:name="AddFrameOffsets" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="AddVerticalFrameOffsets" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="SubtractFlysAnchoredAtFlys" 
config:type="boolean">true</config:config-item>
    <config:config-item config:name="AddParaSpacingToTableCells" 
config:type="boolean">true</config:config-item>
@@ -101,7 +112,6 @@
    <config:config-item config:name="RedlineProtectionKey" 
config:type="base64Binary"/>
    <config:config-item config:name="PropLineSpacingShrinksFirstLine" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="ConsiderTextWrapOnObjPos" 
config:type="boolean">false</config:config-item>
-   <config:config-item config:name="RsidRoot" 
config:type="int">1813180</config:config-item>
    <config:config-item config:name="StylesNoDefault" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="LinkUpdateMode" 
config:type="short">1</config:config-item>
    <config:config-item config:name="AlignTabStopPosition" 
config:type="boolean">true</config:config-item>
@@ -123,8 +133,8 @@
  <office:font-face-decls>
   <style:font-face style:name="StarSymbol" svg:font-family="StarSymbol"/>
   <style:font-face style:name="Liberation Serif2" 
svg:font-family="&apos;Liberation Serif&apos;" 
style:font-family-generic="roman" style:font-pitch="variable"/>
-  <style:font-face style:name="Liberation Serif1" 
svg:font-family="&apos;Liberation Serif&apos;" style:font-adornments="Bold" 
style:font-family-generic="roman" style:font-pitch="variable"/>
-  <style:font-face style:name="Liberation Serif" 
svg:font-family="&apos;Liberation Serif&apos;" style:font-adornments="Regular" 
style:font-family-generic="roman" style:font-pitch="variable"/>
+  <style:font-face style:name="Liberation Serif" 
svg:font-family="&apos;Liberation Serif&apos;" style:font-adornments="Bold" 
style:font-family-generic="roman" style:font-pitch="variable"/>
+  <style:font-face style:name="Liberation Serif1" 
svg:font-family="&apos;Liberation Serif&apos;" style:font-adornments="Regular" 
style:font-family-generic="roman" style:font-pitch="variable"/>
   <style:font-face style:name="Thorndale AMT" svg:font-family="&apos;Thorndale 
AMT&apos;" style:font-family-generic="roman" style:font-pitch="variable"/>
   <style:font-face style:name="Liberation Sans1" 
svg:font-family="&apos;Liberation Sans&apos;" style:font-family-generic="swiss" 
style:font-pitch="variable"/>
   <style:font-face style:name="Liberation Sans" 
svg:font-family="&apos;Liberation Sans&apos;" style:font-adornments="Regular" 
style:font-family-generic="swiss" style:font-pitch="variable"/>
@@ -133,15 +143,15 @@
  </office:font-face-decls>
  <office:styles>
   <style:default-style style:family="graphic">
-   <style:graphic-properties svg:stroke-color="#000000" 
draw:fill-color="#99ccff" fo:wrap-option="no-wrap" 
draw:shadow-offset-x="0.1181in" draw:shadow-offset-y="0.1181in" 
draw:start-line-spacing-horizontal="0.1114in" 
draw:start-line-spacing-vertical="0.1114in" 
draw:end-line-spacing-horizontal="0.1114in" 
draw:end-line-spacing-vertical="0.1114in" style:flow-with-text="false"/>
-   <style:paragraph-properties style:text-autospace="ideograph-alpha" 
style:line-break="strict" style:font-independent-line-spacing="false">
+   <style:graphic-properties svg:stroke-color="#000000" 
draw:fill-color="#99ccff" fo:wrap-option="no-wrap" draw:shadow-offset-x="0.3cm" 
draw:shadow-offset-y="0.3cm" draw:start-line-spacing-horizontal="0.283cm" 
draw:start-line-spacing-vertical="0.283cm" 
draw:end-line-spacing-horizontal="0.283cm" 
draw:end-line-spacing-vertical="0.283cm" style:flow-with-text="false"/>
+   <style:paragraph-properties style:text-autospace="ideograph-alpha" 
style:line-break="strict" style:writing-mode="lr-tb" 
style:font-independent-line-spacing="false">
     <style:tab-stops/>
    </style:paragraph-properties>
    <style:text-properties style:use-window-font-color="true" 
style:font-name="Thorndale AMT" fo:font-size="12pt" fo:language="en" 
fo:country="US" style:letter-kerning="true" style:font-name-asian="Andale Sans 
UI" style:font-size-asian="10.5pt" style:language-asian="zxx" 
style:country-asian="none" style:font-name-complex="Andale Sans UI" 
style:font-size-complex="12pt" style:language-complex="zxx" 
style:country-complex="none"/>
   </style:default-style>
   <style:default-style style:family="paragraph">
-   <style:paragraph-properties fo:hyphenation-ladder-count="no-limit" 
style:text-autospace="ideograph-alpha" style:punctuation-wrap="hanging" 
style:line-break="strict" style:tab-stop-distance="0.4925in" 
style:writing-mode="lr-tb"/>
-   <style:text-properties style:use-window-font-color="true" 
style:font-name="Thorndale AMT" fo:font-size="12pt" fo:language="en" 
fo:country="US" style:letter-kerning="true" style:font-name-asian="Andale Sans 
UI" style:font-size-asian="10.5pt" style:language-asian="zxx" 
style:country-asian="none" style:font-name-complex="Andale Sans UI" 
style:font-size-complex="12pt" style:language-complex="zxx" 
style:country-complex="none" fo:hyphenate="false" 
fo:hyphenation-remain-char-count="2" fo:hyphenation-push-char-count="2"/>
+   <style:paragraph-properties fo:hyphenation-ladder-count="no-limit" 
style:text-autospace="ideograph-alpha" style:punctuation-wrap="hanging" 
style:line-break="strict" style:tab-stop-distance="1.251cm" 
style:writing-mode="lr-tb"/>
+   <style:text-properties style:use-window-font-color="true" 
style:font-name="Thorndale AMT" fo:font-size="12pt" fo:language="en" 
fo:country="US" style:letter-kerning="true" style:font-name-asian="Andale Sans 
UI" style:font-size-asian="10.5pt" style:language-asian="zxx" 
style:country-asian="none" style:font-name-complex="Andale Sans UI" 
style:font-size-complex="12pt" style:language-complex="zxx" 
style:country-complex="none" fo:hyphenate="false" 
fo:hyphenation-remain-char-count="2" fo:hyphenation-push-char-count="2" 
loext:hyphenation-no-caps="false"/>
   </style:default-style>
   <style:default-style style:family="table">
    <style:table-properties table:border-model="collapsing"/>
@@ -153,18 +163,18 @@
    <style:text-properties style:font-name="Liberation Sans" 
fo:font-family="&apos;Liberation Sans&apos;" style:font-style-name="Regular" 
style:font-family-generic="swiss" style:font-pitch="variable" 
style:font-size-asian="10.5pt"/>
   </style:style>
   <style:style style:name="Heading" style:family="paragraph" 
style:parent-style-name="Standard" style:next-style-name="Text_20_body" 
style:class="text">
-   <style:paragraph-properties fo:margin-top="0.1665in" 
fo:margin-bottom="0.0835in" loext:contextual-spacing="false" 
fo:keep-with-next="always"/>
-   <style:text-properties style:font-name="Liberation Serif" 
fo:font-family="&apos;Liberation Serif&apos;" style:font-style-name="Regular" 
style:font-family-generic="roman" style:font-pitch="variable" 
fo:font-size="16pt" style:font-name-asian="DejaVu Sans" 
style:font-family-asian="&apos;DejaVu Sans&apos;" 
style:font-family-generic-asian="system" style:font-pitch-asian="variable" 
style:font-size-asian="14pt" style:font-name-complex="DejaVu Sans" 
style:font-family-complex="&apos;DejaVu Sans&apos;" 
style:font-family-generic-complex="system" style:font-pitch-complex="variable" 
style:font-size-complex="14pt"/>
+   <style:paragraph-properties fo:margin-top="0.423cm" 
fo:margin-bottom="0.212cm" loext:contextual-spacing="false" 
fo:keep-with-next="always"/>
+   <style:text-properties style:font-name="Liberation Serif1" 
fo:font-family="&apos;Liberation Serif&apos;" style:font-style-name="Regular" 
style:font-family-generic="roman" style:font-pitch="variable" 
fo:font-size="16pt" style:font-name-asian="DejaVu Sans" 
style:font-family-asian="&apos;DejaVu Sans&apos;" 
style:font-family-generic-asian="system" style:font-pitch-asian="variable" 
style:font-size-asian="14pt" style:font-name-complex="DejaVu Sans" 
style:font-family-complex="&apos;DejaVu Sans&apos;" 
style:font-family-generic-complex="system" style:font-pitch-complex="variable" 
style:font-size-complex="14pt"/>
   </style:style>
   <style:style style:name="Text_20_body" style:display-name="Text body" 
style:family="paragraph" style:parent-style-name="Standard" style:class="text">
-   <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.0835in" 
loext:contextual-spacing="false"/>
+   <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0.212cm" 
loext:contextual-spacing="false"/>
    <style:text-properties style:font-name="Liberation Sans" 
fo:font-family="&apos;Liberation Sans&apos;" style:font-style-name="Regular" 
style:font-family-generic="swiss" style:font-pitch="variable" 
style:font-size-asian="10.5pt"/>
   </style:style>
   <style:style style:name="List" style:family="paragraph" 
style:parent-style-name="Text_20_body" style:class="list">
    <style:text-properties style:font-size-asian="12pt"/>
   </style:style>
   <style:style style:name="Caption" style:family="paragraph" 
style:parent-style-name="Standard" style:class="extra">
-   <style:paragraph-properties fo:margin-top="0.0835in" 
fo:margin-bottom="0.0835in" loext:contextual-spacing="false" 
text:number-lines="false" text:line-number="0"/>
+   <style:paragraph-properties fo:margin-top="0.212cm" 
fo:margin-bottom="0.212cm" loext:contextual-spacing="false" 
text:number-lines="false" text:line-number="0"/>
    <style:text-properties fo:font-size="12pt" fo:font-style="italic" 
style:font-size-asian="12pt" style:font-style-asian="italic" 
style:font-size-complex="12pt" style:font-style-complex="italic"/>
   </style:style>
   <style:style style:name="Index" style:family="paragraph" 
style:parent-style-name="Standard" style:class="index">
@@ -177,7 +187,7 @@
   </style:style>
   <style:style style:name="Table_20_Heading" style:display-name="Table 
Heading" style:family="paragraph" style:parent-style-name="Table_20_Contents" 
style:class="extra" style:master-page-name="">
    <style:paragraph-properties fo:text-align="center" 
style:justify-single-word="false" style:page-number="auto" 
text:number-lines="false" text:line-number="0"/>
-   <style:text-properties style:font-name="Liberation Serif1" 
fo:font-family="&apos;Liberation Serif&apos;" style:font-style-name="Bold" 
style:font-family-generic="roman" style:font-pitch="variable" 
fo:font-weight="bold" style:font-size-asian="10.5pt" 
style:font-weight-asian="bold" style:font-weight-complex="bold"/>
+   <style:text-properties style:font-name="Liberation Serif" 
fo:font-family="&apos;Liberation Serif&apos;" style:font-style-name="Bold" 
style:font-family-generic="roman" style:font-pitch="variable" 
fo:font-weight="bold" style:font-size-asian="10.5pt" 
style:font-weight-asian="bold" style:font-weight-complex="bold"/>
   </style:style>
   <style:style style:name="Heading_20_1" style:display-name="Heading 1" 
style:family="paragraph" style:parent-style-name="Heading" 
style:next-style-name="Text_20_body" style:class="text">
    <style:text-properties fo:font-size="16pt" fo:font-weight="bold" 
style:font-size-asian="115%" style:font-weight-asian="bold" 
style:font-size-complex="115%" style:font-weight-complex="bold"/>
@@ -188,11 +198,19 @@
   <style:style style:name="Heading_20_3" style:display-name="Heading 3" 
style:family="paragraph" style:parent-style-name="Heading" 
style:next-style-name="Text_20_body" style:class="text">
    <style:text-properties fo:font-size="14pt" fo:font-weight="bold" 
style:font-size-asian="14pt" style:font-weight-asian="bold" 
style:font-size-complex="14pt" style:font-weight-complex="bold"/>
   </style:style>
+  <style:style style:name="Header_20_and_20_Footer" style:display-name="Header 
and Footer" style:family="paragraph" style:parent-style-name="Standard" 
style:class="extra">
+   <style:paragraph-properties text:number-lines="false" text:line-number="0">
+    <style:tab-stops>
+     <style:tab-stop style:position="8.5cm" style:type="center"/>
+     <style:tab-stop style:position="17cm" style:type="right"/>
+    </style:tab-stops>
+   </style:paragraph-properties>
+  </style:style>
   <style:style style:name="Header" style:family="paragraph" 
style:parent-style-name="Standard" style:class="extra">
    <style:paragraph-properties text:number-lines="false" text:line-number="0">
     <style:tab-stops>
-     <style:tab-stop style:position="3.4626in" style:type="center"/>
-     <style:tab-stop style:position="6.9252in" style:type="right"/>
+     <style:tab-stop style:position="8.795cm" style:type="center"/>
+     <style:tab-stop style:position="17.59cm" style:type="right"/>
     </style:tab-stops>
    </style:paragraph-properties>
    <style:text-properties fo:font-size="9pt" style:font-size-asian="10.5pt"/>
@@ -200,25 +218,25 @@
   <style:style style:name="Footer" style:family="paragraph" 
style:parent-style-name="Standard" style:class="extra">
    <style:paragraph-properties text:number-lines="false" text:line-number="0">
     <style:tab-stops>
-     <style:tab-stop style:position="3.4626in" style:type="center"/>
-     <style:tab-stop style:position="6.9252in" style:type="right"/>
+     <style:tab-stop style:position="8.795cm" style:type="center"/>
+     <style:tab-stop style:position="17.59cm" style:type="right"/>
     </style:tab-stops>
    </style:paragraph-properties>
    <style:text-properties fo:font-size="9pt" style:font-size-asian="10.5pt"/>
   </style:style>
   <style:style style:name="Text_20_body_20_indent" style:display-name="Text 
body indent" style:family="paragraph" style:parent-style-name="Text_20_body" 
style:class="text">
-   <style:paragraph-properties fo:margin-left="0.1965in" fo:margin-right="0in" 
fo:text-indent="0in" style:auto-text-indent="false"/>
+   <style:paragraph-properties fo:margin-left="0.499cm" fo:margin-right="0cm" 
fo:text-indent="0cm" style:auto-text-indent="false"/>
   </style:style>
   <style:style style:name="Text" style:family="paragraph" 
style:parent-style-name="Caption" style:class="extra"/>
   <style:style style:name="Quotations" style:family="paragraph" 
style:parent-style-name="Standard" style:class="html">
-   <style:paragraph-properties fo:margin-left="0.3937in" 
fo:margin-right="0.3937in" fo:margin-top="0in" fo:margin-bottom="0.1965in" 
loext:contextual-spacing="false" fo:text-indent="0in" 
style:auto-text-indent="false"/>
+   <style:paragraph-properties fo:margin-left="1cm" fo:margin-right="1cm" 
fo:margin-top="0cm" fo:margin-bottom="0.499cm" loext:contextual-spacing="false" 
fo:text-indent="0cm" style:auto-text-indent="false"/>
   </style:style>
   <style:style style:name="Title" style:family="paragraph" 
style:parent-style-name="Heading" style:next-style-name="Text_20_body" 
style:class="chapter">
    <style:paragraph-properties fo:text-align="center" 
style:justify-single-word="false"/>
    <style:text-properties fo:font-size="28pt" fo:font-weight="bold" 
style:font-size-asian="28pt" style:font-weight-asian="bold" 
style:font-size-complex="28pt" style:font-weight-complex="bold"/>
   </style:style>
   <style:style style:name="Subtitle" style:family="paragraph" 
style:parent-style-name="Heading" style:next-style-name="Text_20_body" 
style:class="chapter">
-   <style:paragraph-properties fo:margin-top="0.0417in" 
fo:margin-bottom="0.0835in" loext:contextual-spacing="false" 
fo:text-align="center" style:justify-single-word="false"/>
+   <style:paragraph-properties fo:margin-top="0.106cm" 
fo:margin-bottom="0.212cm" loext:contextual-spacing="false" 
fo:text-align="center" style:justify-single-word="false"/>
    <style:text-properties fo:font-size="18pt" style:font-size-asian="18pt" 
style:font-size-complex="18pt"/>
   </style:style>
   <style:style style:name="Placeholder" style:family="text">
@@ -229,71 +247,71 @@
   </style:style>
   <text:outline-style style:name="Outline">
    <text:outline-level-style text:level="1" style:num-format="">
-    <style:list-level-properties text:min-label-distance="0.15in"/>
+    <style:list-level-properties text:min-label-distance="0.381cm"/>
    </text:outline-level-style>
    <text:outline-level-style text:level="2" style:num-format="">
-    <style:list-level-properties text:min-label-distance="0.15in"/>
+    <style:list-level-properties text:min-label-distance="0.381cm"/>
    </text:outline-level-style>
    <text:outline-level-style text:level="3" style:num-format="">
-    <style:list-level-properties text:min-label-distance="0.15in"/>
+    <style:list-level-properties text:min-label-distance="0.381cm"/>
    </text:outline-level-style>
    <text:outline-level-style text:level="4" style:num-format="">
-    <style:list-level-properties text:min-label-distance="0.15in"/>
+    <style:list-level-properties text:min-label-distance="0.381cm"/>
    </text:outline-level-style>
    <text:outline-level-style text:level="5" style:num-format="">
-    <style:list-level-properties text:min-label-distance="0.15in"/>
+    <style:list-level-properties text:min-label-distance="0.381cm"/>
    </text:outline-level-style>
    <text:outline-level-style text:level="6" style:num-format="">
-    <style:list-level-properties text:min-label-distance="0.15in"/>
+    <style:list-level-properties text:min-label-distance="0.381cm"/>
    </text:outline-level-style>
    <text:outline-level-style text:level="7" style:num-format="">
-    <style:list-level-properties text:min-label-distance="0.15in"/>
+    <style:list-level-properties text:min-label-distance="0.381cm"/>
    </text:outline-level-style>
    <text:outline-level-style text:level="8" style:num-format="">
-    <style:list-level-properties text:min-label-distance="0.15in"/>
+    <style:list-level-properties text:min-label-distance="0.381cm"/>
    </text:outline-level-style>
    <text:outline-level-style text:level="9" style:num-format="">
-    <style:list-level-properties text:min-label-distance="0.15in"/>
+    <style:list-level-properties text:min-label-distance="0.381cm"/>
    </text:outline-level-style>
    <text:outline-level-style text:level="10" style:num-format="">
-    <style:list-level-properties text:min-label-distance="0.15in"/>
+    <style:list-level-properties text:min-label-distance="0.381cm"/>
    </text:outline-level-style>
   </text:outline-style>
   <text:notes-configuration text:note-class="footnote" style:num-format="1" 
text:start-value="0" text:footnotes-position="page" 
text:start-numbering-at="document"/>
   <text:notes-configuration text:note-class="endnote" style:num-format="i" 
text:start-value="0"/>
-  <text:linenumbering-configuration text:number-lines="false" 
text:offset="0.1965in" style:num-format="1" text:number-position="left" 
text:increment="5"/>
+  <text:linenumbering-configuration text:number-lines="false" 
text:offset="0.499cm" style:num-format="1" text:number-position="left" 
text:increment="5"/>
  </office:styles>
  <office:automatic-styles>
   <style:style style:name="Table1" style:family="table">
-   <style:table-properties style:width="6.6924in" fo:margin-left="0in" 
fo:margin-right="0in" fo:margin-top="0.15in" fo:margin-bottom="0in" 
table:align="margins"/>
+   <style:table-properties style:width="16.999cm" fo:margin-left="0cm" 
fo:margin-right="0cm" fo:margin-top="0.381cm" fo:margin-bottom="0cm" 
table:align="margins"/>
   </style:style>
   <style:style style:name="Table1.A" style:family="table-column">
-   <style:table-column-properties style:column-width="3.7819in" 
style:rel-column-width="37032*"/>
+   <style:table-column-properties style:column-width="9.606cm" 
style:rel-column-width="37032*"/>
   </style:style>
   <style:style style:name="Table1.B" style:family="table-column">
-   <style:table-column-properties style:column-width="2.9104in" 
style:rel-column-width="28503*"/>
+   <style:table-column-properties style:column-width="7.392cm" 
style:rel-column-width="28503*"/>
   </style:style>
   <style:style style:name="Table1.A1" style:family="table-cell">
-   <style:table-cell-properties fo:background-color="#cccccc" 
fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" 
fo:border-right="none" fo:border-top="0.05pt solid #000000" 
fo:border-bottom="0.05pt solid #000000">
+   <style:table-cell-properties fo:background-color="#cccccc" 
fo:padding="0.097cm" fo:border-left="0.05pt solid #000000" 
fo:border-right="none" fo:border-top="0.05pt solid #000000" 
fo:border-bottom="0.05pt solid #000000">
     <style:background-image/>
    </style:table-cell-properties>
   </style:style>
   <style:style style:name="Table1.B1" style:family="table-cell">
-   <style:table-cell-properties fo:background-color="#cccccc" 
fo:padding="0.0382in" fo:border="0.05pt solid #000000">
+   <style:table-cell-properties fo:background-color="#cccccc" 
fo:padding="0.097cm" fo:border="0.05pt solid #000000">
     <style:background-image/>
    </style:table-cell-properties>
   </style:style>
   <style:style style:name="Table1.A2" style:family="table-cell">
-   <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt 
solid #000000" fo:border-right="0.05pt solid #000000" fo:border-top="none" 
fo:border-bottom="0.05pt solid #000000"/>
+   <style:table-cell-properties fo:padding="0.097cm" fo:border-left="0.05pt 
solid #000000" fo:border-right="0.05pt solid #000000" fo:border-top="none" 
fo:border-bottom="0.05pt solid #000000"/>
   </style:style>
   <style:style style:name="Table1.A3" style:family="table-cell">
-   <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt 
solid #000000" fo:border-right="none" fo:border-top="none" 
fo:border-bottom="0.05pt solid #000000"/>
+   <style:table-cell-properties fo:padding="0.097cm" fo:border-left="0.05pt 
solid #000000" fo:border-right="none" fo:border-top="none" 
fo:border-bottom="0.05pt solid #000000"/>
   </style:style>
   <style:style style:name="Table1.B3" style:family="table-cell">
-   <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt 
solid #000000" fo:border-right="0.05pt solid #000000" fo:border-top="none" 
fo:border-bottom="0.05pt solid #000000"/>
+   <style:table-cell-properties fo:padding="0.097cm" fo:border-left="0.05pt 
solid #000000" fo:border-right="0.05pt solid #000000" fo:border-top="none" 
fo:border-bottom="0.05pt solid #000000"/>
   </style:style>
   <style:style style:name="Table1.A4" style:family="table-cell">
-   <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt 
solid #000000" fo:border-right="0.05pt solid #000000" fo:border-top="none" 
fo:border-bottom="0.05pt solid #000000"/>
+   <style:table-cell-properties fo:padding="0.097cm" fo:border-left="0.05pt 
solid #000000" fo:border-right="0.05pt solid #000000" fo:border-top="none" 
fo:border-bottom="0.05pt solid #000000"/>
   </style:style>
   <style:style style:name="P1" style:family="paragraph" 
style:parent-style-name="Header">
    <style:paragraph-properties fo:text-align="center" 
style:justify-single-word="false"/>
@@ -346,19 +364,19 @@
    <style:paragraph-properties fo:break-before="page"/>
   </style:style>
   <style:style style:name="P15" style:family="paragraph" 
style:parent-style-name="Standard">
-   <style:paragraph-properties fo:margin-left="4.4409in" fo:margin-right="0in" 
fo:text-indent="0in" style:auto-text-indent="false"/>
+   <style:paragraph-properties fo:margin-left="11.28cm" fo:margin-right="0cm" 
fo:text-indent="0cm" style:auto-text-indent="false"/>
    <style:text-properties style:font-name="Liberation Sans1"/>
   </style:style>
   <style:style style:name="P16" style:family="paragraph" 
style:parent-style-name="Standard">
-   <style:paragraph-properties fo:margin-left="4.4409in" fo:margin-right="0in" 
fo:text-indent="0in" style:auto-text-indent="false"/>
+   <style:paragraph-properties fo:margin-left="11.28cm" fo:margin-right="0cm" 
fo:text-indent="0cm" style:auto-text-indent="false"/>
    <style:text-properties style:font-name="Liberation Sans1" 
officeooo:paragraph-rsid="0028d873"/>
   </style:style>
   <style:style style:name="P17" style:family="paragraph" 
style:parent-style-name="Standard" style:master-page-name="">
-   <style:paragraph-properties fo:margin-left="4.4409in" fo:margin-right="0in" 
fo:text-indent="0in" style:auto-text-indent="false" style:page-number="auto" 
fo:break-before="page"/>
+   <style:paragraph-properties fo:margin-left="11.28cm" fo:margin-right="0cm" 
fo:text-indent="0cm" style:auto-text-indent="false" style:page-number="auto" 
fo:break-before="page"/>
    <style:text-properties style:font-name="Liberation Sans1"/>
   </style:style>
   <style:style style:name="P18" style:family="paragraph" 
style:parent-style-name="Standard" style:master-page-name="">
-   <style:paragraph-properties fo:margin-left="4.4409in" fo:margin-right="0in" 
fo:text-indent="0in" style:auto-text-indent="false" style:page-number="auto" 
fo:break-before="page"/>
+   <style:paragraph-properties fo:margin-left="11.28cm" fo:margin-right="0cm" 
fo:text-indent="0cm" style:auto-text-indent="false" style:page-number="auto" 
fo:break-before="page"/>
    <style:text-properties style:font-name="Liberation Sans1" 
officeooo:paragraph-rsid="0028d873"/>
   </style:style>
   <style:style style:name="P19" style:family="paragraph" 
style:parent-style-name="Heading_20_1">
@@ -368,6 +386,14 @@
   <style:style style:name="P20" style:family="paragraph" 
style:parent-style-name="Standard">
    <style:text-properties officeooo:paragraph-rsid="001d64ef"/>
   </style:style>
+  <style:style style:name="P21" style:family="paragraph" 
style:parent-style-name="Standard">
+   <style:paragraph-properties fo:margin-left="11.28cm" fo:margin-right="0cm" 
fo:text-indent="0cm" style:auto-text-indent="false"/>
+   <style:text-properties style:font-name="Liberation Sans1" 
officeooo:paragraph-rsid="0028d873"/>
+  </style:style>
+  <style:style style:name="P22" style:family="paragraph" 
style:parent-style-name="Standard" style:master-page-name="">
+   <style:paragraph-properties fo:margin-left="0cm" fo:margin-right="0cm" 
fo:text-indent="0cm" style:auto-text-indent="false" style:page-number="auto" 
fo:break-before="page"/>
+   <style:text-properties style:font-name="Liberation Sans1" 
fo:font-size="6pt" officeooo:paragraph-rsid="0028d873" 
style:font-size-asian="5.25pt" style:font-size-complex="6pt"/>
+  </style:style>
   <style:style style:name="T1" style:family="text">
    <style:text-properties fo:font-weight="bold" style:font-weight-asian="bold" 
style:font-weight-complex="bold"/>
   </style:style>
@@ -375,14 +401,14 @@
    <style:text-properties fo:font-weight="normal" 
style:font-weight-asian="normal" style:font-weight-complex="normal"/>
   </style:style>
   <style:page-layout style:name="pm1">
-   <style:page-layout-properties fo:page-width="8.2673in" 
fo:page-height="11.6925in" style:num-format="1" 
style:print-orientation="portrait" fo:margin-top="0.7874in" 
fo:margin-bottom="0.7874in" fo:margin-left="0.7874in" 
fo:margin-right="0.7874in" style:writing-mode="lr-tb" 
style:layout-grid-color="#c0c0c0" style:layout-grid-lines="44" 
style:layout-grid-base-height="0.2165in" style:layout-grid-ruby-height="0in" 
style:layout-grid-mode="none" style:layout-grid-ruby-below="false" 
style:layout-grid-print="true" style:layout-grid-display="true" 
style:footnote-max-height="0in">
-    <style:footnote-sep style:width="0.0071in" 
style:distance-before-sep="0.0398in" style:distance-after-sep="0.0398in" 
style:line-style="none" style:adjustment="left" style:rel-width="25%" 
style:color="#000000"/>
+   <style:page-layout-properties fo:page-width="20.999cm" 
fo:page-height="29.699cm" style:num-format="1" 
style:print-orientation="portrait" fo:margin-top="2cm" fo:margin-bottom="2cm" 
fo:margin-left="2cm" fo:margin-right="2cm" style:writing-mode="lr-tb" 
style:layout-grid-color="#c0c0c0" style:layout-grid-lines="44" 
style:layout-grid-base-height="0.55cm" style:layout-grid-ruby-height="0cm" 
style:layout-grid-mode="none" style:layout-grid-ruby-below="false" 
style:layout-grid-print="true" style:layout-grid-display="true" 
style:footnote-max-height="0cm">
+    <style:footnote-sep style:width="0.018cm" 
style:distance-before-sep="0.101cm" style:distance-after-sep="0.101cm" 
style:line-style="none" style:adjustment="left" style:rel-width="25%" 
style:color="#000000"/>
    </style:page-layout-properties>
    <style:header-style>
-    <style:header-footer-properties fo:min-height="0in" fo:margin-left="0in" 
fo:margin-right="0in" fo:margin-bottom="0.1965in"/>
+    <style:header-footer-properties fo:min-height="0cm" fo:margin-left="0cm" 
fo:margin-right="0cm" fo:margin-bottom="0.499cm"/>
    </style:header-style>
    <style:footer-style>
-    <style:header-footer-properties fo:min-height="0in" fo:margin-left="0in" 
fo:margin-right="0in" fo:margin-top="0.1965in"/>
+    <style:header-footer-properties fo:min-height="0cm" fo:margin-left="0cm" 
fo:margin-right="0cm" fo:margin-top="0.499cm"/>
    </style:footer-style>
   </style:page-layout>
  </office:automatic-styles>
@@ -414,9 +440,11 @@
     <text:sequence-decl text:display-outline-level="0" text:name="Table"/>
     <text:sequence-decl text:display-outline-level="0" text:name="Text"/>
     <text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
+    <text:sequence-decl text:display-outline-level="0" text:name="Figure"/>
    </text:sequence-decls>
    <text:p text:style-name="P14"><text:placeholder 
text:placeholder-type="text">&lt;for each=&quot;shipment in 
records&quot;&gt;</text:placeholder></text:p>
-   <text:p text:style-name="P18"><text:placeholder 
text:placeholder-type="text">&lt;replace 
text:p=&quot;set_lang(shipment.delivery_address.party.lang)&quot;&gt;</text:placeholder></text:p>
+   <text:p text:style-name="P22"/>
+   <text:p text:style-name="P16"><text:placeholder 
text:placeholder-type="text">&lt;replace 
text:p=&quot;set_lang(shipment.delivery_address.party.lang)&quot;&gt;</text:placeholder></text:p>
    <text:p text:style-name="P16"><text:placeholder 
text:placeholder-type="text">&lt;replace 
text:p=&quot;shipment.set_lang(shipment.delivery_address.party.lang)&quot;&gt;</text:placeholder></text:p>
    <text:p text:style-name="P16"><text:placeholder 
text:placeholder-type="text">&lt;for each=&quot;line in 
shipment.delivery_address.full_address.split(&apos;\n&apos;)&quot;&gt;</text:placeholder></text:p>
    <text:p text:style-name="P15"><text:placeholder 
text:placeholder-type="text">&lt;line&gt;</text:placeholder></text:p>
diff -r af969acb9b16 -r 0d257e57900b internal_shipment.fodt
--- a/internal_shipment.fodt    Mon Oct 26 21:29:52 2020 +0100
+++ b/internal_shipment.fodt    Tue Oct 27 21:12:51 2020 +0100
@@ -1,29 +1,30 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<office:document 
xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" 
xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" 
xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" 
xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" 
xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" 
xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" 
xmlns:xlink="http://www.w3.org/1999/xlink"; 
xmlns:dc="http://purl.org/dc/elements/1.1/"; 
xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" 
xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" 
xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" 
xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" 
xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" 
xmlns:math="http://www.w3.org/1998/Math/MathML"; 
xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" 
xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" 
xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" 
xmlns:ooo="http://openoffice.org/2004/office"; 
xmlns:ooow="http://openoffice.org/2004/writer"; 
xmlns:oooc="http://openoffice.org/2004/calc"; 
xmlns:dom="http://www.w3.org/2001/xml-events"; 
xmlns:xforms="http://www.w3.org/2002/xforms"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:rpt="http://openoffice.org/2005/report"; 
xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" 
xmlns:xhtml="http://www.w3.org/1999/xhtml"; 
xmlns:grddl="http://www.w3.org/2003/g/data-view#"; 
xmlns:officeooo="http://openoffice.org/2009/office"; 
xmlns:tableooo="http://openoffice.org/2009/table"; 
xmlns:drawooo="http://openoffice.org/2010/draw"; 
xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0"
 
xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0"
 xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" 
xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0"
 xmlns:css3t="http://www.w3.org/TR/css3-text/"; office:version="1.2" 
office:mimetype="application/vnd.oasis.opendocument.text">
- <office:meta><meta:generator>LibreOffice/5.2.7.2$Linux_X86_64 
LibreOffice_project/20m0$Build-2</meta:generator><meta:initial-creator>Bertrand 
Chenal</meta:initial-creator><meta:creation-date>2009-03-26T13:54:48</meta:creation-date><dc:date>2016-08-14T17:42:50.327378604</dc:date><meta:editing-cycles>61</meta:editing-cycles><meta:editing-duration>PT7H26M47S</meta:editing-duration><meta:document-statistic
 meta:character-count="953" meta:image-count="0" 
meta:non-whitespace-character-count="911" meta:object-count="0" 
meta:page-count="2" meta:paragraph-count="35" meta:table-count="1" 
meta:word-count="77"/><meta:user-defined meta:name="Info 1"/><meta:user-defined 
meta:name="Info 2"/><meta:user-defined meta:name="Info 3"/><meta:user-defined 
meta:name="Info 4"/></office:meta>
+<office:document xmlns:officeooo="http://openoffice.org/2009/office"; 
xmlns:grddl="http://www.w3.org/2003/g/data-view#"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:xforms="http://www.w3.org/2002/xforms"; 
xmlns:dom="http://www.w3.org/2001/xml-events"; 
xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" 
xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" 
xmlns:math="http://www.w3.org/1998/Math/MathML"; 
xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" 
xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" 
xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" 
xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" 
xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0"
 xmlns:dc="http://purl.org/dc/elements/1.1/"; 
xmlns:ooo="http://openoffice.org/2004/office"; 
xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0"
 xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" 
xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" 
xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" 
xmlns:xlink="http://www.w3.org/1999/xlink"; 
xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" 
xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" 
xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0"
 xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" 
xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" 
xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" 
xmlns:rpt="http://openoffice.org/2005/report"; 
xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" 
xmlns:css3t="http://www.w3.org/TR/css3-text/"; 
xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" 
xmlns:ooow="http://openoffice.org/2004/writer"; 
xmlns:oooc="http://openoffice.org/2004/calc"; 
xmlns:tableooo="http://openoffice.org/2009/table"; 
xmlns:drawooo="http://openoffice.org/2010/draw"; office:version="1.2" 
office:mimetype="application/vnd.oasis.opendocument.text">
+ <office:meta><meta:generator>LibreOffice/6.4.6.2$Linux_X86_64 
LibreOffice_project/40$Build-2</meta:generator><meta:initial-creator>Bertrand 
Chenal</meta:initial-creator><meta:creation-date>2009-03-26T13:54:48</meta:creation-date><dc:date>2020-10-24T23:33:19.178125329</dc:date><meta:editing-cycles>62</meta:editing-cycles><meta:editing-duration>PT7H27M11S</meta:editing-duration><meta:document-statistic
 meta:table-count="1" meta:image-count="0" meta:object-count="0" 
meta:page-count="2" meta:paragraph-count="35" meta:word-count="77" 
meta:character-count="953" 
meta:non-whitespace-character-count="911"/><meta:user-defined meta:name="Info 
1"/><meta:user-defined meta:name="Info 2"/><meta:user-defined meta:name="Info 
3"/><meta:user-defined meta:name="Info 4"/></office:meta>
  <office:settings>
   <config:config-item-set config:name="ooo:view-settings">
-   <config:config-item config:name="ViewAreaTop" 
config:type="long">0</config:config-item>
+   <config:config-item config:name="ViewAreaTop" 
config:type="long">23186</config:config-item>
    <config:config-item config:name="ViewAreaLeft" 
config:type="long">0</config:config-item>
-   <config:config-item config:name="ViewAreaWidth" 
config:type="long">43760</config:config-item>
-   <config:config-item config:name="ViewAreaHeight" 
config:type="long">21691</config:config-item>
+   <config:config-item config:name="ViewAreaWidth" 
config:type="long">26301</config:config-item>
+   <config:config-item config:name="ViewAreaHeight" 
config:type="long">24026</config:config-item>
    <config:config-item config:name="ShowRedlineChanges" 
config:type="boolean">true</config:config-item>
    <config:config-item config:name="InBrowseMode" 
config:type="boolean">false</config:config-item>
    <config:config-item-map-indexed config:name="Views">
     <config:config-item-map-entry>
      <config:config-item config:name="ViewId" 
config:type="string">view2</config:config-item>
-     <config:config-item config:name="ViewLeft" 
config:type="long">2630</config:config-item>
-     <config:config-item config:name="ViewTop" 
config:type="long">5313</config:config-item>
+     <config:config-item config:name="ViewLeft" 
config:type="long">4651</config:config-item>
+     <config:config-item config:name="ViewTop" 
config:type="long">35512</config:config-item>
      <config:config-item config:name="VisibleLeft" 
config:type="long">0</config:config-item>
-     <config:config-item config:name="VisibleTop" 
config:type="long">0</config:config-item>
-     <config:config-item config:name="VisibleRight" 
config:type="long">43759</config:config-item>
-     <config:config-item config:name="VisibleBottom" 
config:type="long">21689</config:config-item>
+     <config:config-item config:name="VisibleTop" 
config:type="long">23186</config:config-item>
+     <config:config-item config:name="VisibleRight" 
config:type="long">26300</config:config-item>
+     <config:config-item config:name="VisibleBottom" 
config:type="long">47210</config:config-item>
      <config:config-item config:name="ZoomType" 
config:type="short">0</config:config-item>
      <config:config-item config:name="ViewLayoutColumns" 
config:type="short">0</config:config-item>
      <config:config-item config:name="ViewLayoutBookMode" 
config:type="boolean">false</config:config-item>
      <config:config-item config:name="ZoomFactor" 
config:type="short">100</config:config-item>
      <config:config-item config:name="IsSelectedFrame" 
config:type="boolean">false</config:config-item>
+     <config:config-item config:name="AnchoredTextOverflowLegacy" 
config:type="boolean">false</config:config-item>
     </config:config-item-map-entry>
    </config:config-item-map-indexed>
   </config:config-item-set>
@@ -38,9 +39,16 @@
    <config:config-item config:name="PrintFaxName" config:type="string"/>
    <config:config-item config:name="PrintPaperFromSetup" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="PrintTextPlaceholder" 
config:type="boolean">false</config:config-item>
+   <config:config-item config:name="HeaderSpacingBelowLastPara" 
config:type="boolean">false</config:config-item>
+   <config:config-item config:name="ContinuousEndnotes" 
config:type="boolean">false</config:config-item>
+   <config:config-item config:name="EmptyDbFieldHidesPara" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="ApplyParagraphMarkFormatToNumbering" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="PrintReversed" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="TabOverMargin" 
config:type="boolean">false</config:config-item>
+   <config:config-item config:name="EmbedAsianScriptFonts" 
config:type="boolean">true</config:config-item>
+   <config:config-item config:name="EmbedLatinScriptFonts" 
config:type="boolean">true</config:config-item>
+   <config:config-item config:name="DisableOffPagePositioning" 
config:type="boolean">false</config:config-item>
+   <config:config-item config:name="EmbedOnlyUsedFonts" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="EmbedFonts" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="SurroundTextWrapSmall" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="BackgroundParaOverDrawings" 
config:type="boolean">false</config:config-item>
@@ -53,23 +61,22 @@
    <config:config-item config:name="PrintSingleJobs" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="SmallCapsPercentage66" 
config:type="boolean">true</config:config-item>
    <config:config-item config:name="CollapseEmptyCellPara" 
config:type="boolean">true</config:config-item>
-   <config:config-item config:name="TreatSingleColumnBreakAsPageBreak" 
config:type="boolean">false</config:config-item>
-   <config:config-item config:name="MathBaselineAlignment" 
config:type="boolean">false</config:config-item>
-   <config:config-item config:name="AddFrameOffsets" 
config:type="boolean">false</config:config-item>
+   <config:config-item config:name="RsidRoot" 
config:type="int">1178252</config:config-item>
    <config:config-item config:name="IsLabelDocument" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="PrinterName" config:type="string"/>
    <config:config-item config:name="OutlineLevelYieldsNumbering" 
config:type="boolean">false</config:config-item>
-   <config:config-item config:name="IgnoreFirstLineIndentInNumbering" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="UpdateFromTemplate" 
config:type="boolean">true</config:config-item>
    <config:config-item config:name="PrintBlackFonts" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="TableRowKeep" 
config:type="boolean">false</config:config-item>
-   <config:config-item config:name="EmbeddedDatabaseName" 
config:type="string"/>
    <config:config-item config:name="IgnoreTabsAndBlanksForLineCalculation" 
config:type="boolean">false</config:config-item>
+   <config:config-item config:name="EmbedComplexScriptFonts" 
config:type="boolean">true</config:config-item>
    <config:config-item config:name="UseOldPrinterMetrics" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="InvertBorderSpacing" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="SaveGlobalDocumentLinks" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="TabsRelativeToIndent" 
config:type="boolean">true</config:config-item>
-   <config:config-item config:name="Rsid" 
config:type="int">2010487</config:config-item>
+   <config:config-item config:name="Rsid" 
config:type="int">2029623</config:config-item>
+   <config:config-item config:name="EmbeddedDatabaseName" 
config:type="string"/>
+   <config:config-item config:name="SaveThumbnail" 
config:type="boolean">true</config:config-item>
    <config:config-item config:name="PrintProspectRTL" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="PrintEmptyPages" 
config:type="boolean">true</config:config-item>
    <config:config-item config:name="ApplyUserData" 
config:type="boolean">true</config:config-item>
@@ -78,12 +85,18 @@
    <config:config-item config:name="FieldAutoUpdate" 
config:type="boolean">true</config:config-item>
    <config:config-item config:name="UseOldNumbering" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="AddParaTableSpacing" 
config:type="boolean">true</config:config-item>
+   <config:config-item config:name="MsWordCompTrailingBlanks" 
config:type="boolean">false</config:config-item>
+   <config:config-item config:name="IgnoreFirstLineIndentInNumbering" 
config:type="boolean">false</config:config-item>
+   <config:config-item config:name="PrinterPaperFromSetup" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="CharacterCompressionType" 
config:type="short">0</config:config-item>
    <config:config-item config:name="SaveVersionOnClose" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="ChartAutoUpdate" 
config:type="boolean">true</config:config-item>
    <config:config-item config:name="PrinterIndependentLayout" 
config:type="string">high-resolution</config:config-item>
    <config:config-item config:name="IsKernAsianPunctuation" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="UseFormerObjectPositioning" 
config:type="boolean">false</config:config-item>
+   <config:config-item config:name="TreatSingleColumnBreakAsPageBreak" 
config:type="boolean">false</config:config-item>
+   <config:config-item config:name="MathBaselineAlignment" 
config:type="boolean">false</config:config-item>
+   <config:config-item config:name="AddFrameOffsets" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="AddVerticalFrameOffsets" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="SubtractFlysAnchoredAtFlys" 
config:type="boolean">true</config:config-item>
    <config:config-item config:name="AddParaSpacingToTableCells" 
config:type="boolean">true</config:config-item>
@@ -99,7 +112,6 @@
    <config:config-item config:name="RedlineProtectionKey" 
config:type="base64Binary"/>
    <config:config-item config:name="PropLineSpacingShrinksFirstLine" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="ConsiderTextWrapOnObjPos" 
config:type="boolean">false</config:config-item>
-   <config:config-item config:name="RsidRoot" 
config:type="int">1178252</config:config-item>
    <config:config-item config:name="StylesNoDefault" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="LinkUpdateMode" 
config:type="short">1</config:config-item>
    <config:config-item config:name="AlignTabStopPosition" 
config:type="boolean">true</config:config-item>
@@ -130,15 +142,15 @@
  </office:font-face-decls>
  <office:styles>
   <style:default-style style:family="graphic">
-   <style:graphic-properties svg:stroke-color="#000000" 
draw:fill-color="#99ccff" fo:wrap-option="no-wrap" 
draw:shadow-offset-x="0.1181in" draw:shadow-offset-y="0.1181in" 
draw:start-line-spacing-horizontal="0.1114in" 
draw:start-line-spacing-vertical="0.1114in" 
draw:end-line-spacing-horizontal="0.1114in" 
draw:end-line-spacing-vertical="0.1114in" style:flow-with-text="false"/>
-   <style:paragraph-properties style:text-autospace="ideograph-alpha" 
style:line-break="strict" style:writing-mode="lr-tb" 
style:font-independent-line-spacing="false">
+   <style:graphic-properties svg:stroke-color="#000000" 
draw:fill-color="#99ccff" fo:wrap-option="no-wrap" draw:shadow-offset-x="0.3cm" 
draw:shadow-offset-y="0.3cm" draw:start-line-spacing-horizontal="0.283cm" 
draw:start-line-spacing-vertical="0.283cm" 
draw:end-line-spacing-horizontal="0.283cm" 
draw:end-line-spacing-vertical="0.283cm" style:flow-with-text="false"/>
+   <style:paragraph-properties style:text-autospace="ideograph-alpha" 
style:line-break="strict" style:font-independent-line-spacing="false">
     <style:tab-stops/>
    </style:paragraph-properties>
    <style:text-properties style:use-window-font-color="true" 
style:font-name="Thorndale AMT" fo:font-size="12pt" fo:language="en" 
fo:country="US" style:letter-kerning="true" style:font-name-asian="Andale Sans 
UI" style:font-size-asian="10.5pt" style:language-asian="zxx" 
style:country-asian="none" style:font-name-complex="Andale Sans UI" 
style:font-size-complex="12pt" style:language-complex="zxx" 
style:country-complex="none"/>
   </style:default-style>
   <style:default-style style:family="paragraph">
-   <style:paragraph-properties fo:hyphenation-ladder-count="no-limit" 
style:text-autospace="ideograph-alpha" style:punctuation-wrap="hanging" 
style:line-break="strict" style:tab-stop-distance="0.4925in" 
style:writing-mode="lr-tb"/>
-   <style:text-properties style:use-window-font-color="true" 
style:font-name="Thorndale AMT" fo:font-size="12pt" fo:language="en" 
fo:country="US" style:letter-kerning="true" style:font-name-asian="Andale Sans 
UI" style:font-size-asian="10.5pt" style:language-asian="zxx" 
style:country-asian="none" style:font-name-complex="Andale Sans UI" 
style:font-size-complex="12pt" style:language-complex="zxx" 
style:country-complex="none" fo:hyphenate="false" 
fo:hyphenation-remain-char-count="2" fo:hyphenation-push-char-count="2"/>
+   <style:paragraph-properties fo:hyphenation-ladder-count="no-limit" 
style:text-autospace="ideograph-alpha" style:punctuation-wrap="hanging" 
style:line-break="strict" style:tab-stop-distance="1.251cm" 
style:writing-mode="lr-tb"/>
+   <style:text-properties style:use-window-font-color="true" 
style:font-name="Thorndale AMT" fo:font-size="12pt" fo:language="en" 
fo:country="US" style:letter-kerning="true" style:font-name-asian="Andale Sans 
UI" style:font-size-asian="10.5pt" style:language-asian="zxx" 
style:country-asian="none" style:font-name-complex="Andale Sans UI" 
style:font-size-complex="12pt" style:language-complex="zxx" 
style:country-complex="none" fo:hyphenate="false" 
fo:hyphenation-remain-char-count="2" fo:hyphenation-push-char-count="2" 
loext:hyphenation-no-caps="false"/>
   </style:default-style>
   <style:default-style style:family="table">
    <style:table-properties table:border-model="collapsing"/>
@@ -150,18 +162,18 @@
    <style:text-properties style:font-name="Liberation Sans" 
fo:font-family="&apos;Liberation Sans&apos;" style:font-style-name="Regular" 
style:font-family-generic="swiss" style:font-pitch="variable" 
style:font-size-asian="10.5pt"/>
   </style:style>
   <style:style style:name="Heading" style:family="paragraph" 
style:parent-style-name="Standard" style:next-style-name="Text_20_body" 
style:class="text">
-   <style:paragraph-properties fo:margin-top="0.1665in" 
fo:margin-bottom="0.0835in" loext:contextual-spacing="false" 
fo:keep-with-next="always"/>
+   <style:paragraph-properties fo:margin-top="0.423cm" 
fo:margin-bottom="0.212cm" loext:contextual-spacing="false" 
fo:keep-with-next="always"/>
    <style:text-properties style:font-name="Liberation Serif" 
fo:font-family="&apos;Liberation Serif&apos;" style:font-style-name="Regular" 
style:font-family-generic="roman" style:font-pitch="variable" 
fo:font-size="16pt" style:font-name-asian="DejaVu Sans" 
style:font-family-asian="&apos;DejaVu Sans&apos;" 
style:font-family-generic-asian="system" style:font-pitch-asian="variable" 
style:font-size-asian="14pt" style:font-name-complex="DejaVu Sans" 
style:font-family-complex="&apos;DejaVu Sans&apos;" 
style:font-family-generic-complex="system" style:font-pitch-complex="variable" 
style:font-size-complex="14pt"/>
   </style:style>
   <style:style style:name="Text_20_body" style:display-name="Text body" 
style:family="paragraph" style:parent-style-name="Standard" style:class="text">
-   <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.0835in" 
loext:contextual-spacing="false"/>
+   <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0.212cm" 
loext:contextual-spacing="false"/>
    <style:text-properties style:font-name="Liberation Sans" 
fo:font-family="&apos;Liberation Sans&apos;" style:font-style-name="Regular" 
style:font-family-generic="swiss" style:font-pitch="variable" 
style:font-size-asian="10.5pt"/>
   </style:style>
   <style:style style:name="List" style:family="paragraph" 
style:parent-style-name="Text_20_body" style:class="list">
    <style:text-properties style:font-size-asian="12pt"/>
   </style:style>
   <style:style style:name="Caption" style:family="paragraph" 
style:parent-style-name="Standard" style:class="extra">
-   <style:paragraph-properties fo:margin-top="0.0835in" 
fo:margin-bottom="0.0835in" loext:contextual-spacing="false" 
text:number-lines="false" text:line-number="0"/>
+   <style:paragraph-properties fo:margin-top="0.212cm" 
fo:margin-bottom="0.212cm" loext:contextual-spacing="false" 
text:number-lines="false" text:line-number="0"/>
    <style:text-properties fo:font-size="12pt" fo:font-style="italic" 
style:font-size-asian="12pt" style:font-style-asian="italic" 
style:font-size-complex="12pt" style:font-style-complex="italic"/>
   </style:style>
   <style:style style:name="Index" style:family="paragraph" 
style:parent-style-name="Standard" style:class="index">
@@ -179,11 +191,19 @@
    <style:paragraph-properties fo:text-align="center" 
style:justify-single-word="false" style:page-number="auto" 
text:number-lines="false" text:line-number="0"/>
    <style:text-properties style:font-name="Liberation Serif1" 
fo:font-family="&apos;Liberation Serif&apos;" style:font-style-name="Bold" 
style:font-family-generic="roman" style:font-pitch="variable" 
fo:font-weight="bold" style:font-size-asian="10.5pt" 
style:font-weight-asian="bold" style:font-weight-complex="bold"/>
   </style:style>
+  <style:style style:name="Header_20_and_20_Footer" style:display-name="Header 
and Footer" style:family="paragraph" style:parent-style-name="Standard" 
style:class="extra">
+   <style:paragraph-properties text:number-lines="false" text:line-number="0">
+    <style:tab-stops>
+     <style:tab-stop style:position="8.5cm" style:type="center"/>
+     <style:tab-stop style:position="17cm" style:type="right"/>
+    </style:tab-stops>
+   </style:paragraph-properties>
+  </style:style>
   <style:style style:name="Header" style:family="paragraph" 
style:parent-style-name="Standard" style:class="extra">
    <style:paragraph-properties text:number-lines="false" text:line-number="0">
     <style:tab-stops>
-     <style:tab-stop style:position="3.4626in" style:type="center"/>
-     <style:tab-stop style:position="6.9252in" style:type="right"/>
+     <style:tab-stop style:position="8.795cm" style:type="center"/>
+     <style:tab-stop style:position="17.59cm" style:type="right"/>
     </style:tab-stops>
    </style:paragraph-properties>
    <style:text-properties fo:font-size="9pt" style:font-size-asian="10.5pt"/>
@@ -194,8 +214,8 @@
   <style:style style:name="Footer" style:family="paragraph" 
style:parent-style-name="Standard" style:class="extra">
    <style:paragraph-properties text:number-lines="false" text:line-number="0">
     <style:tab-stops>
-     <style:tab-stop style:position="3.4626in" style:type="center"/>
-     <style:tab-stop style:position="6.9252in" style:type="right"/>
+     <style:tab-stop style:position="8.795cm" style:type="center"/>
+     <style:tab-stop style:position="17.59cm" style:type="right"/>
     </style:tab-stops>
    </style:paragraph-properties>
    <style:text-properties fo:font-size="9pt" style:font-size-asian="10.5pt"/>
@@ -204,18 +224,18 @@
    <style:text-properties fo:font-size="14pt" fo:font-weight="bold" 
style:font-size-asian="14pt" style:font-weight-asian="bold" 
style:font-size-complex="14pt" style:font-weight-complex="bold"/>
   </style:style>
   <style:style style:name="Text_20_body_20_indent" style:display-name="Text 
body indent" style:family="paragraph" style:parent-style-name="Text_20_body" 
style:class="text">
-   <style:paragraph-properties fo:margin-left="0.1965in" fo:margin-right="0in" 
fo:margin-top="0in" fo:margin-bottom="0in" loext:contextual-spacing="false" 
fo:text-indent="0in" style:auto-text-indent="false"/>
+   <style:paragraph-properties fo:margin-left="0.499cm" fo:margin-right="0cm" 
fo:margin-top="0cm" fo:margin-bottom="0cm" loext:contextual-spacing="false" 
fo:text-indent="0cm" style:auto-text-indent="false"/>
   </style:style>
   <style:style style:name="Text" style:family="paragraph" 
style:parent-style-name="Caption" style:class="extra"/>
   <style:style style:name="Quotations" style:family="paragraph" 
style:parent-style-name="Standard" style:class="html">
-   <style:paragraph-properties fo:margin-left="0.3937in" 
fo:margin-right="0.3937in" fo:margin-top="0in" fo:margin-bottom="0.1965in" 
loext:contextual-spacing="false" fo:text-indent="0in" 
style:auto-text-indent="false"/>
+   <style:paragraph-properties fo:margin-left="1cm" fo:margin-right="1cm" 
fo:margin-top="0cm" fo:margin-bottom="0.499cm" loext:contextual-spacing="false" 
fo:text-indent="0cm" style:auto-text-indent="false"/>
   </style:style>
   <style:style style:name="Title" style:family="paragraph" 
style:parent-style-name="Heading" style:next-style-name="Text_20_body" 
style:class="chapter">
    <style:paragraph-properties fo:text-align="center" 
style:justify-single-word="false"/>
    <style:text-properties fo:font-size="28pt" fo:font-weight="bold" 
style:font-size-asian="28pt" style:font-weight-asian="bold" 
style:font-size-complex="28pt" style:font-weight-complex="bold"/>
   </style:style>
   <style:style style:name="Subtitle" style:family="paragraph" 
style:parent-style-name="Heading" style:next-style-name="Text_20_body" 
style:class="chapter">
-   <style:paragraph-properties fo:margin-top="0.0417in" 
fo:margin-bottom="0.0835in" loext:contextual-spacing="false" 
fo:text-align="center" style:justify-single-word="false"/>
+   <style:paragraph-properties fo:margin-top="0.106cm" 
fo:margin-bottom="0.212cm" loext:contextual-spacing="false" 
fo:text-align="center" style:justify-single-word="false"/>
    <style:text-properties fo:font-size="18pt" style:font-size-asian="18pt" 
style:font-size-complex="18pt"/>
   </style:style>
   <style:style style:name="Placeholder" style:family="text">
@@ -226,92 +246,92 @@
   </style:style>
   <text:outline-style style:name="Outline">
    <text:outline-level-style text:level="1" style:num-format="">
-    <style:list-level-properties text:min-label-distance="0.15in"/>
+    <style:list-level-properties text:min-label-distance="0.381cm"/>
    </text:outline-level-style>
    <text:outline-level-style text:level="2" style:num-format="">
-    <style:list-level-properties text:min-label-distance="0.15in"/>
+    <style:list-level-properties text:min-label-distance="0.381cm"/>
    </text:outline-level-style>
    <text:outline-level-style text:level="3" style:num-format="">
-    <style:list-level-properties text:min-label-distance="0.15in"/>
+    <style:list-level-properties text:min-label-distance="0.381cm"/>
    </text:outline-level-style>
    <text:outline-level-style text:level="4" style:num-format="">
-    <style:list-level-properties text:min-label-distance="0.15in"/>
+    <style:list-level-properties text:min-label-distance="0.381cm"/>
    </text:outline-level-style>
    <text:outline-level-style text:level="5" style:num-format="">
-    <style:list-level-properties text:min-label-distance="0.15in"/>
+    <style:list-level-properties text:min-label-distance="0.381cm"/>
    </text:outline-level-style>
    <text:outline-level-style text:level="6" style:num-format="">
-    <style:list-level-properties text:min-label-distance="0.15in"/>
+    <style:list-level-properties text:min-label-distance="0.381cm"/>
    </text:outline-level-style>
    <text:outline-level-style text:level="7" style:num-format="">
-    <style:list-level-properties text:min-label-distance="0.15in"/>
+    <style:list-level-properties text:min-label-distance="0.381cm"/>
    </text:outline-level-style>
    <text:outline-level-style text:level="8" style:num-format="">
-    <style:list-level-properties text:min-label-distance="0.15in"/>
+    <style:list-level-properties text:min-label-distance="0.381cm"/>
    </text:outline-level-style>
    <text:outline-level-style text:level="9" style:num-format="">
-    <style:list-level-properties text:min-label-distance="0.15in"/>
+    <style:list-level-properties text:min-label-distance="0.381cm"/>
    </text:outline-level-style>
    <text:outline-level-style text:level="10" style:num-format="">
-    <style:list-level-properties text:min-label-distance="0.15in"/>
+    <style:list-level-properties text:min-label-distance="0.381cm"/>
    </text:outline-level-style>
   </text:outline-style>
   <text:notes-configuration text:note-class="footnote" style:num-format="1" 
text:start-value="0" text:footnotes-position="page" 
text:start-numbering-at="document"/>
   <text:notes-configuration text:note-class="endnote" style:num-format="i" 
text:start-value="0"/>
-  <text:linenumbering-configuration text:number-lines="false" 
text:offset="0.1965in" style:num-format="1" text:number-position="left" 
text:increment="5"/>
+  <text:linenumbering-configuration text:number-lines="false" 
text:offset="0.499cm" style:num-format="1" text:number-position="left" 
text:increment="5"/>
  </office:styles>
  <office:automatic-styles>
   <style:style style:name="Table1" style:family="table">
-   <style:table-properties style:width="6.6924in" fo:margin-left="0in" 
fo:margin-right="0in" fo:margin-top="0.15in" fo:margin-bottom="0in" 
table:align="margins"/>
+   <style:table-properties style:width="16.999cm" fo:margin-left="0cm" 
fo:margin-right="0cm" fo:margin-top="0.381cm" fo:margin-bottom="0cm" 
table:align="margins"/>
   </style:style>
   <style:style style:name="Table1.A" style:family="table-column">
-   <style:table-column-properties style:column-width="1.8438in" 
style:rel-column-width="18053*"/>
+   <style:table-column-properties style:column-width="4.683cm" 
style:rel-column-width="18053*"/>
   </style:style>
   <style:style style:name="Table1.C" style:family="table-column">
-   <style:table-column-properties style:column-width="1.8444in" 
style:rel-column-width="18060*"/>
+   <style:table-column-properties style:column-width="4.685cm" 
style:rel-column-width="18060*"/>
   </style:style>
   <style:style style:name="Table1.D" style:family="table-column">
-   <style:table-column-properties style:column-width="1.1611in" 
style:rel-column-width="11369*"/>
+   <style:table-column-properties style:column-width="2.949cm" 
style:rel-column-width="11369*"/>
   </style:style>
   <style:style style:name="Table1.A1" style:family="table-cell">
-   <style:table-cell-properties fo:background-color="#cccccc" 
fo:padding="0.0382in" fo:border-left="0.05pt solid #000000" 
fo:border-right="none" fo:border-top="0.05pt solid #000000" 
fo:border-bottom="0.05pt solid #000000">
+   <style:table-cell-properties fo:background-color="#cccccc" 
fo:padding="0.097cm" fo:border-left="0.05pt solid #000000" 
fo:border-right="none" fo:border-top="0.05pt solid #000000" 
fo:border-bottom="0.05pt solid #000000">
     <style:background-image/>
    </style:table-cell-properties>
   </style:style>
   <style:style style:name="Table1.D1" style:family="table-cell">
-   <style:table-cell-properties fo:background-color="#cccccc" 
fo:padding="0.0382in" fo:border="0.05pt solid #000000">
+   <style:table-cell-properties fo:background-color="#cccccc" 
fo:padding="0.097cm" fo:border="0.05pt solid #000000">
     <style:background-image/>
    </style:table-cell-properties>
   </style:style>
   <style:style style:name="Table1.A2" style:family="table-cell">
-   <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt 
solid #000000" fo:border-right="none" fo:border-top="none" 
fo:border-bottom="0.05pt solid #000000"/>
+   <style:table-cell-properties fo:padding="0.097cm" fo:border-left="0.05pt 
solid #000000" fo:border-right="none" fo:border-top="none" 
fo:border-bottom="0.05pt solid #000000"/>
   </style:style>
   <style:style style:name="Table1.C2" style:family="table-cell">
-   <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt 
solid #000000" fo:border-right="none" fo:border-top="none" 
fo:border-bottom="0.05pt solid #000000"/>
+   <style:table-cell-properties fo:padding="0.097cm" fo:border-left="0.05pt 
solid #000000" fo:border-right="none" fo:border-top="none" 
fo:border-bottom="0.05pt solid #000000"/>
   </style:style>
   <style:style style:name="Table1.D2" style:family="table-cell">
-   <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt 
solid #000000" fo:border-right="0.05pt solid #000000" fo:border-top="none" 
fo:border-bottom="0.05pt solid #000000"/>
+   <style:table-cell-properties fo:padding="0.097cm" fo:border-left="0.05pt 
solid #000000" fo:border-right="0.05pt solid #000000" fo:border-top="none" 
fo:border-bottom="0.05pt solid #000000"/>
   </style:style>
   <style:style style:name="Table1.A3" style:family="table-cell">
-   <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt 
solid #000000" fo:border-right="none" fo:border-top="none" 
fo:border-bottom="0.05pt solid #000000"/>
+   <style:table-cell-properties fo:padding="0.097cm" fo:border-left="0.05pt 
solid #000000" fo:border-right="none" fo:border-top="none" 
fo:border-bottom="0.05pt solid #000000"/>
   </style:style>
   <style:style style:name="Table1.B3" style:family="table-cell">
-   <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt 
solid #000000" fo:border-right="none" fo:border-top="none" 
fo:border-bottom="0.05pt solid #000000"/>
+   <style:table-cell-properties fo:padding="0.097cm" fo:border-left="0.05pt 
solid #000000" fo:border-right="none" fo:border-top="none" 
fo:border-bottom="0.05pt solid #000000"/>
   </style:style>
   <style:style style:name="Table1.C3" style:family="table-cell">
-   <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt 
solid #000000" fo:border-right="none" fo:border-top="none" 
fo:border-bottom="0.05pt solid #000000"/>
+   <style:table-cell-properties fo:padding="0.097cm" fo:border-left="0.05pt 
solid #000000" fo:border-right="none" fo:border-top="none" 
fo:border-bottom="0.05pt solid #000000"/>
   </style:style>
   <style:style style:name="Table1.D3" style:family="table-cell">
-   <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt 
solid #000000" fo:border-right="0.05pt solid #000000" fo:border-top="none" 
fo:border-bottom="0.05pt solid #000000"/>
+   <style:table-cell-properties fo:padding="0.097cm" fo:border-left="0.05pt 
solid #000000" fo:border-right="0.05pt solid #000000" fo:border-top="none" 
fo:border-bottom="0.05pt solid #000000"/>
   </style:style>
   <style:style style:name="Table1.A4" style:family="table-cell">
-   <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt 
solid #000000" fo:border-right="none" fo:border-top="none" 
fo:border-bottom="0.05pt solid #000000"/>
+   <style:table-cell-properties fo:padding="0.097cm" fo:border-left="0.05pt 
solid #000000" fo:border-right="none" fo:border-top="none" 
fo:border-bottom="0.05pt solid #000000"/>
   </style:style>
   <style:style style:name="Table1.C4" style:family="table-cell">
-   <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt 
solid #000000" fo:border-right="none" fo:border-top="none" 
fo:border-bottom="0.05pt solid #000000"/>
+   <style:table-cell-properties fo:padding="0.097cm" fo:border-left="0.05pt 
solid #000000" fo:border-right="none" fo:border-top="none" 
fo:border-bottom="0.05pt solid #000000"/>
   </style:style>
   <style:style style:name="Table1.D4" style:family="table-cell">
-   <style:table-cell-properties fo:padding="0.0382in" fo:border-left="0.05pt 
solid #000000" fo:border-right="0.05pt solid #000000" fo:border-top="none" 
fo:border-bottom="0.05pt solid #000000"/>
+   <style:table-cell-properties fo:padding="0.097cm" fo:border-left="0.05pt 
solid #000000" fo:border-right="0.05pt solid #000000" fo:border-top="none" 
fo:border-bottom="0.05pt solid #000000"/>
   </style:style>
   <style:style style:name="P1" style:family="paragraph" 
style:parent-style-name="Header">
    <style:paragraph-properties fo:text-align="center" 
style:justify-single-word="false"/>
@@ -360,15 +380,25 @@
    <style:text-properties officeooo:paragraph-rsid="00139706"/>
   </style:style>
   <style:style style:name="P14" style:family="paragraph" 
style:parent-style-name="Standard">
-   <style:paragraph-properties fo:margin-left="4.4291in" fo:margin-right="0in" 
fo:text-align="end" style:justify-single-word="false" fo:text-indent="0in" 
style:auto-text-indent="false"/>
+   <style:paragraph-properties fo:margin-left="11.25cm" fo:margin-right="0cm" 
fo:text-align="end" style:justify-single-word="false" fo:text-indent="0cm" 
style:auto-text-indent="false"/>
   </style:style>
   <style:style style:name="P15" style:family="paragraph" 
style:parent-style-name="Standard" style:master-page-name="">
-   <style:paragraph-properties fo:margin-left="4.4291in" fo:margin-right="0in" 
fo:text-align="end" style:justify-single-word="false" fo:text-indent="0in" 
style:auto-text-indent="false" style:page-number="auto" fo:break-before="page"/>
+   <style:paragraph-properties fo:margin-left="11.25cm" fo:margin-right="0cm" 
fo:text-align="end" style:justify-single-word="false" fo:text-indent="0cm" 
style:auto-text-indent="false" style:page-number="auto" fo:break-before="page"/>
   </style:style>
   <style:style style:name="P16" style:family="paragraph" 
style:parent-style-name="Heading_20_1">
    <style:paragraph-properties fo:text-align="center" 
style:justify-single-word="false"/>
    <style:text-properties style:text-underline-style="solid" 
style:text-underline-width="auto" style:text-underline-color="font-color" 
fo:font-weight="bold" style:font-weight-asian="bold" 
style:font-weight-complex="bold"/>
   </style:style>
+  <style:style style:name="P17" style:family="paragraph" 
style:parent-style-name="Standard">
+   <style:paragraph-properties fo:margin-left="11.25cm" fo:margin-right="0cm" 
fo:text-align="end" style:justify-single-word="false" fo:text-indent="0cm" 
style:auto-text-indent="false"/>
+  </style:style>
+  <style:style style:name="P18" style:family="paragraph" 
style:parent-style-name="Standard" style:master-page-name="">
+   <style:paragraph-properties fo:margin-left="0cm" fo:margin-right="0cm" 
fo:text-align="start" style:justify-single-word="false" fo:text-indent="0cm" 
style:auto-text-indent="false" style:page-number="auto" fo:break-before="page"/>
+   <style:text-properties fo:font-size="6pt" style:font-size-asian="5.25pt" 
style:font-size-complex="6pt"/>
+  </style:style>
+  <style:style style:name="P19" style:family="paragraph" 
style:parent-style-name="Standard">
+   <style:paragraph-properties fo:break-before="page"/>
+  </style:style>
   <style:style style:name="T1" style:family="text">
    <style:text-properties fo:font-weight="bold" style:font-weight-asian="bold" 
style:font-weight-complex="bold"/>
   </style:style>
@@ -379,14 +409,14 @@
    <style:text-properties fo:font-weight="normal" 
style:font-weight-asian="normal" style:font-weight-complex="normal"/>
   </style:style>
   <style:page-layout style:name="pm1">
-   <style:page-layout-properties fo:page-width="8.2673in" 
fo:page-height="11.6925in" style:num-format="1" 
style:print-orientation="portrait" fo:margin-top="0.7874in" 
fo:margin-bottom="0.7874in" fo:margin-left="0.7874in" 
fo:margin-right="0.7874in" style:writing-mode="lr-tb" 
style:footnote-max-height="0in">
-    <style:footnote-sep style:width="0.0071in" 
style:distance-before-sep="0.0398in" style:distance-after-sep="0.0398in" 
style:line-style="none" style:adjustment="left" style:rel-width="25%" 
style:color="#000000"/>
+   <style:page-layout-properties fo:page-width="20.999cm" 
fo:page-height="29.699cm" style:num-format="1" 
style:print-orientation="portrait" fo:margin-top="2cm" fo:margin-bottom="2cm" 
fo:margin-left="2cm" fo:margin-right="2cm" style:writing-mode="lr-tb" 
style:layout-grid-color="#c0c0c0" style:layout-grid-lines="20" 
style:layout-grid-base-height="0.706cm" style:layout-grid-ruby-height="0.353cm" 
style:layout-grid-mode="none" style:layout-grid-ruby-below="false" 
style:layout-grid-print="false" style:layout-grid-display="false" 
style:footnote-max-height="0cm">
+    <style:footnote-sep style:width="0.018cm" 
style:distance-before-sep="0.101cm" style:distance-after-sep="0.101cm" 
style:line-style="none" style:adjustment="left" style:rel-width="25%" 
style:color="#000000"/>
    </style:page-layout-properties>
    <style:header-style>
-    <style:header-footer-properties fo:min-height="0in" fo:margin-left="0in" 
fo:margin-right="0in" fo:margin-bottom="0.1965in"/>
+    <style:header-footer-properties fo:min-height="0cm" fo:margin-left="0cm" 
fo:margin-right="0cm" fo:margin-bottom="0.499cm"/>
    </style:header-style>
    <style:footer-style>
-    <style:header-footer-properties fo:min-height="0in" fo:margin-left="0in" 
fo:margin-right="0in" fo:margin-top="0.1965in"/>
+    <style:header-footer-properties fo:min-height="0cm" fo:margin-left="0cm" 
fo:margin-right="0cm" fo:margin-top="0.499cm"/>
    </style:footer-style>
   </style:page-layout>
  </office:automatic-styles>
@@ -418,9 +448,11 @@
     <text:sequence-decl text:display-outline-level="0" text:name="Table"/>
     <text:sequence-decl text:display-outline-level="0" text:name="Text"/>
     <text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
+    <text:sequence-decl text:display-outline-level="0" text:name="Figure"/>
    </text:sequence-decls>
    <text:p text:style-name="P12"><text:placeholder 
text:placeholder-type="text">&lt;for each=&quot;shipment in 
records&quot;&gt;</text:placeholder></text:p>
-   <text:p text:style-name="P15"><text:placeholder 
text:placeholder-type="text">&lt;if test=&quot;shipment.to_location.warehouse 
and shipment.to_location.warehouse.address&quot;&gt;</text:placeholder></text:p>
+   <text:p text:style-name="P18"/>
+   <text:p text:style-name="P14"><text:placeholder 
text:placeholder-type="text">&lt;if test=&quot;shipment.to_location.warehouse 
and shipment.to_location.warehouse.address&quot;&gt;</text:placeholder></text:p>
    <text:p text:style-name="P14"><text:placeholder 
text:placeholder-type="text">&lt;for each=&quot;line in 
shipment.to_location.warehouse.address.full_address.split(&apos;\n&apos;)&quot;&gt;</text:placeholder></text:p>
    <text:p text:style-name="P14"><text:placeholder 
text:placeholder-type="text">&lt;line&gt;</text:placeholder></text:p>
    <text:p text:style-name="P14"><text:placeholder 
text:placeholder-type="text">&lt;/for&gt;</text:placeholder></text:p>
@@ -474,7 +506,7 @@
       <text:p text:style-name="Table_20_Contents"><text:placeholder 
text:placeholder-type="text">&lt;move.product.rec_name&gt;</text:placeholder></text:p>
      </table:table-cell>
      <table:table-cell table:style-name="Table1.D4" office:value-type="string">
-      <text:p text:style-name="P11"><text:placeholder 
text:placeholder-type="text">&lt;format_number(move.quantity, user.language, 
digits=move.unit_digits)&gt;</text:placeholder> <text:placeholder 
text:placeholder-type="text">&lt;move.uom.symbol&gt;</text:placeholder></text:p>
+      <text:p text:style-name="P11"><text:placeholder 
text:placeholder-type="text">&lt;format_number(move.quantity, user.language, 
digits=move.unit_digits)&gt;</text:placeholder><text:s/><text:placeholder 
text:placeholder-type="text">&lt;move.uom.symbol&gt;</text:placeholder></text:p>
      </table:table-cell>
     </table:table-row>
     <table:table-row>

Reply via email to