<fo:page-sequence master-reference="first">

    <fo:flow flow-name="xsl-region-body">

        <!-- table start -->
        <fo:table table-layout="fixed" border-collapse="separate">
            <fo:table-column column-width="140mm" />
            <fo:table-column column-width="50mm" />

            <fo:table-body>
                <fo:table-row>
                    <fo:table-cell border-width="0.02mm" border-style="none" number-columns-spanned="2" display-align="center">
                        <fo:block text-align="center" font-size="20pt" font-weight="bold" font-style="italic">%%categorie%%</fo:block>
                    </fo:table-cell>
                </fo:table-row>

                <fo:table-row>
                    <fo:table-cell border-width="0.02mm" border-style="none" number-columns-spanned="2" display-align="center">
                        <fo:block text-align="center" white-space-collapse="false"> </fo:block>
                    </fo:table-cell>
                </fo:table-row>

                <fo:table-row>
                    <fo:table-cell border-width="0.02mm" border-style="solid" number-columns-spanned="1" display-align="center">
                        <fo:block text-align="start" font-weight="bold" white-space-collapse="false"> Produs</fo:block>
                    </fo:table-cell>

                    <fo:table-cell border-width="0.02mm" border-style="solid" number-columns-spanned="1" display-align="center">
                        <fo:block text-align="end" font-weight="bold" white-space-collapse="false">Pret </fo:block>
                    </fo:table-cell>
                </fo:table-row>

                <fo:table-row>
                    <fo:table-cell border-width="0.02mm" border-style="none" number-columns-spanned="2" display-align="center">
                        <fo:block text-align="center" white-space-collapse="false"> </fo:block>
                    </fo:table-cell>
                </fo:table-row>

                %%content%%

            </fo:table-body>
        </fo:table>
        <!-- table end -->

    </fo:flow>
</fo:page-sequence>