<?xml version="1.0" encoding="UTF-8"?><xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:d="http://docbook.org/ns/docbook" xmlns:egonp="http://schemas.gov.sk/form/00319031.A0000224.000000273.SpolocneRozhodnutie_TLZ2061_Compact/2.0" xmlns:exsl="http://exslt.org/common" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en" exclude-result-prefixes="d" version="1.0"><xsl:template match="/"><fo:root><fo:layout-master-set><fo:simple-page-master master-name="A4" page-height="842px" page-width="595px" margin-top="20px" margin-bottom="10px" margin-left="15mm" margin-right="10mm"><fo:region-body margin-bottom="10mm" /><fo:region-after region-name="footer" extent="10mm" /></fo:simple-page-master><fo:simple-page-master master-name="A4first" page-height="842px" page-width="595px" margin-top="15px" margin-bottom="10px" margin-left="15mm" margin-right="10mm"><fo:region-body margin-bottom="10mm" /><fo:region-after region-name="footer" extent="10mm" /></fo:simple-page-master><fo:simple-page-master master-name="A4last" page-height="842px" page-width="595px" margin-top="20px" margin-bottom="10px" margin-left="15mm" margin-right="10mm"><fo:region-body margin-bottom="10mm" /><fo:region-after region-name="footer2" extent="15mm" /></fo:simple-page-master><fo:page-sequence-master master-name="document"><fo:repeatable-page-master-alternatives><fo:conditional-page-master-reference page-position="only" master-reference="A4last" /><fo:conditional-page-master-reference page-position="first" master-reference="A4first" /><fo:conditional-page-master-reference page-position="rest" master-reference="A4" /><fo:conditional-page-master-reference page-position="last" master-reference="A4last" /></fo:repeatable-page-master-alternatives></fo:page-sequence-master></fo:layout-master-set><fo:page-sequence master-reference="document" font-family="Times New Roman" font-size="10px"><fo:static-content flow-name="footer"><fo:block text-align="end"><fo:page-number />/
                        <fo:page-number-citation ref-id="TheVeryLastPage" /></fo:block></fo:static-content><fo:static-content flow-name="footer2"><xsl:call-template name="FooterTemplate" /><fo:block text-align="end"><fo:page-number />/
                        <fo:page-number-citation ref-id="TheVeryLastPage" /></fo:block></fo:static-content><fo:flow flow-name="xsl-region-body"><xsl:apply-templates /><fo:block id="TheVeryLastPage" /></fo:flow></fo:page-sequence></fo:root></xsl:template><xsl:decimal-format name="euro" decimal-separator="," grouping-separator=" " /><xsl:template name="string-replace-all"><xsl:param name="text" /><xsl:param name="replace" /><xsl:param name="by" /><xsl:choose><xsl:when test="contains($text, $replace)"><xsl:value-of select="substring-before($text,$replace)" /><xsl:value-of select="$by" /><xsl:call-template name="string-replace-all"><xsl:with-param name="text" select="substring-after($text,$replace)" /><xsl:with-param name="replace" select="$replace" /><xsl:with-param name="by" select="$by" /></xsl:call-template></xsl:when><xsl:otherwise><xsl:value-of select="$text" /></xsl:otherwise></xsl:choose></xsl:template><xsl:template name="getMesto"><xsl:param name="text" /><xsl:param name="separator" /><xsl:choose><xsl:when test="contains($text, $separator)"><xsl:value-of select="substring-before($text,$separator)" /></xsl:when><xsl:otherwise><xsl:value-of select="$text" /></xsl:otherwise></xsl:choose></xsl:template><xsl:template name="getPredSeparatorom"><xsl:param name="text" /><xsl:param name="separator" /><xsl:choose><xsl:when test="contains($text, $separator)"><xsl:value-of select="substring-before($text,$separator)" /></xsl:when><xsl:otherwise><xsl:value-of select="&apos;&apos;" /></xsl:otherwise></xsl:choose></xsl:template><xsl:template name="urobFormatovaneCislo"><xsl:param name="hodnota" /><xsl:choose><xsl:when test="contains($hodnota, &apos; &apos;)"><xsl:value-of select="$hodnota" /></xsl:when><xsl:otherwise><xsl:value-of select="format-number(translate($hodnota, &quot;,&quot;, &quot;.&quot;), &quot;### ##0,00##&quot;, &quot;euro&quot;)" /></xsl:otherwise></xsl:choose></xsl:template><xsl:template name="getMsU"><xsl:param name="text" /><xsl:param name="separator" /><xsl:choose><xsl:when test="contains($text, $separator)"><xsl:value-of select="substring-after($text,$separator)" /></xsl:when><xsl:otherwise><xsl:value-of select="$text" /></xsl:otherwise></xsl:choose></xsl:template><xsl:template name="formatTimeTrimSeconds"><xsl:param name="time" /><xsl:variable name="timeString" select="string($time)" /><xsl:if test="$timeString != &apos;&apos;"><xsl:value-of select="substring($timeString, 1, 5)" /></xsl:if></xsl:template><xsl:template name="formatTime"><xsl:param name="time" /><xsl:variable name="timeString" select="string($time)" /><xsl:if test="$timeString != &apos;&apos;"><xsl:value-of select="substring($timeString, 1, 8)" /></xsl:if></xsl:template><xsl:template name="formatToSkDate"><xsl:param name="date" /><xsl:variable name="dateString" select="string($date)" /><xsl:choose><xsl:when test="$dateString != &apos;&apos; and string-length($dateString)=10 and string(number(substring($dateString, 1, 4))) != &apos;NaN&apos; "><xsl:value-of select="concat(substring($dateString, 9, 2), &apos;.&apos;, substring($dateString, 6, 2), &apos;.&apos;, substring($dateString, 1, 4))" /></xsl:when><xsl:otherwise><xsl:value-of select="$dateString" /></xsl:otherwise></xsl:choose></xsl:template><xsl:template name="formatToSkDateTime"><xsl:param name="dateTime" /><xsl:variable name="dateTimeString" select="string($dateTime)" /><xsl:choose><xsl:when test="$dateTimeString!= &apos;&apos; and string-length($dateTimeString)&gt;18 and string(number(substring($dateTimeString, 1, 4))) != &apos;NaN&apos; "><xsl:value-of select="concat(substring($dateTimeString, 9, 2), &apos;.&apos;, substring($dateTimeString, 6, 2), &apos;.&apos;, substring($dateTimeString, 1, 4),&apos; &apos;, substring($dateTimeString, 12, 2),&apos;:&apos;, substring($dateTimeString, 15, 2))" /></xsl:when><xsl:otherwise><xsl:value-of select="$dateTimeString" /></xsl:otherwise></xsl:choose></xsl:template><xsl:template name="formatToSkDateTimeSecond"><xsl:param name="dateTime" /><xsl:variable name="dateTimeString" select="string($dateTime)" /><xsl:choose><xsl:when test="$dateTimeString!= &apos;&apos; and string-length($dateTimeString)&gt;18 and string(number(substring($dateTimeString, 1, 4))) != &apos;NaN&apos; "><xsl:value-of select="concat(substring($dateTimeString, 9, 2), &apos;.&apos;, substring($dateTimeString, 6, 2), &apos;.&apos;, substring($dateTimeString, 1, 4),&apos; &apos;, substring($dateTimeString, 12, 2),&apos;:&apos;, substring($dateTimeString, 15, 2),&apos;:&apos;, substring($dateTimeString, 18, 2))" /></xsl:when><xsl:otherwise><xsl:value-of select="$dateTimeString" /></xsl:otherwise></xsl:choose></xsl:template><xsl:template name="UpperCaseUTF8SVK"><xsl:param name="text" /><xsl:variable name="smallcase" select="&apos;abcdefghijklmnopqrstuvwxyzáäéěíĺóôŕúůýčďľňřšťž&apos;" /><xsl:variable name="uppercase" select="&apos;ABCDEFGHIJKLMNOPQRSTUVWXYZÁÄÉĚÍĹÓÔŔÚŮÝČĎĽŇŘŠŤŽ&apos;" /><xsl:value-of select="translate($text, $smallcase, $uppercase)" /></xsl:template><xsl:variable name="whitespaceCharacters" select="&apos;&#xD;&#xA;&#xD;&#xA; &apos;" /><!-- Trim Right side of the String --><xsl:template name="TrimRight"><xsl:param name="input" /><xsl:param name="trim" select="$whitespaceCharacters" /><xsl:variable name="length" select="string-length($input)" /><xsl:if test="string-length($input) &gt; 0"><xsl:choose><xsl:when test="contains($trim, substring($input, $length, 1))"><xsl:call-template name="TrimRight"><xsl:with-param name="input" select="substring($input, 1, $length - 1)" /><xsl:with-param name="trim" select="$trim" /></xsl:call-template></xsl:when><xsl:otherwise><xsl:value-of select="$input" /></xsl:otherwise></xsl:choose></xsl:if></xsl:template><!-- Trim Left side of the String --><xsl:template name="TrimLeft"><xsl:param name="input" /><xsl:param name="trim" select="$whitespaceCharacters" /><xsl:if test="string-length($input) &gt; 0"><xsl:choose><xsl:when test="contains($trim, substring($input, 1, 1))"><xsl:call-template name="TrimLeft"><xsl:with-param name="input" select="substring($input, 2)" /><xsl:with-param name="trim" select="$trim" /></xsl:call-template></xsl:when><xsl:otherwise><xsl:value-of select="$input" /></xsl:otherwise></xsl:choose></xsl:if></xsl:template><!-- Trim both sides of the String --><xsl:template name="Trim"><xsl:param name="input" /><xsl:param name="trim" select="$whitespaceCharacters" /><xsl:call-template name="TrimRight"><xsl:with-param name="input"><xsl:call-template name="TrimLeft"><xsl:with-param name="input" select="$input" /><xsl:with-param name="trim" select="$trim" /></xsl:call-template></xsl:with-param><xsl:with-param name="trim" select="$trim" /></xsl:call-template></xsl:template><xsl:template name="getFirst"><xsl:param name="text" /><xsl:param name="separator" /><xsl:choose><xsl:when test="contains($text, $separator)"><xsl:value-of select="substring-before($text,$separator)" /></xsl:when><xsl:otherwise><xsl:value-of select="$text" /></xsl:otherwise></xsl:choose></xsl:template><xsl:template name="getLast"><xsl:param name="text" /><xsl:param name="separator" /><xsl:choose><xsl:when test="contains($text, $separator)"><xsl:value-of select="substring-after($text,$separator)" /></xsl:when><xsl:otherwise><xsl:value-of select="$text" /></xsl:otherwise></xsl:choose></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061"><fo:table><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell><xsl:apply-templates select="./egonp:Obec" /><xsl:apply-templates select="./egonp:SekciaRozhodnutieHlavicka" /><xsl:apply-templates select="./egonp:SekciaAdresat" /><xsl:apply-templates select="./egonp:sekciaRozhodnutieCislo" /><xsl:apply-templates select="./egonp:SekciaVyrok" /><xsl:apply-templates select="./egonp:SekciaVyrubuje" /><xsl:apply-templates select="./egonp:SekciaDanovnik" /><xsl:apply-templates select="./egonp:SekciaDanovnikPopis" /><xsl:apply-templates select="./egonp:SekciaObdobie" /><xsl:apply-templates select="./egonp:SekciaDzN" /><xsl:apply-templates select="./egonp:SekciaPes" /><xsl:apply-templates select="./egonp:SekciaAUT" /><xsl:apply-templates select="./egonp:SekciaNHP" /><xsl:apply-templates select="./egonp:SekciaDzNSpl" /><xsl:apply-templates select="./egonp:SekciaPesSpl" /><xsl:apply-templates select="./egonp:SekciaAUTSpl" /><xsl:apply-templates select="./egonp:SekciaNHPSpl" /><xsl:apply-templates select="./egonp:SekciaDzNPlatba" /><xsl:apply-templates select="./egonp:SekciaPesPlatba" /><xsl:apply-templates select="./egonp:SekciaAUTPlatba" /><xsl:apply-templates select="./egonp:SekciaNHPPlatba" /><xsl:apply-templates select="./egonp:SekciaUpresnenie" /><xsl:apply-templates select="./egonp:SekciaOdovodnenie" /><fo:block keep-together.within-page="always"><xsl:apply-templates select="./egonp:SekciaPoucenie" /><xsl:apply-templates select="./egonp:SekciaPodpis" /><xsl:apply-templates select="./egonp:SekciaDorucujeSa" /><xsl:apply-templates select="./egonp:SekciaZakonEGovInfo" /></fo:block><xsl:apply-templates select="./egonp:Obec_pata" /></fo:table-cell></fo:table-row></fo:table-body></fo:table></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:Obec"><fo:block border-width="0.3pt" margin-left="1pt" margin-top="1pt" margin-right="1pt"><fo:block margin-bottom="10pt" border-bottom-width="0.5pt" border-bottom-style="solid" border-bottom-color="black"><fo:table><fo:table-column /><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell width="100"><fo:block margin-top="1mm" margin-right="1mm" margin-left="1mm"><fo:table><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell><fo:block margin-top="0pt"></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:table-cell><fo:table-cell width="340"><fo:block margin-top="1mm" margin-right="3mm" margin-bottom="3mm"><fo:table><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell width="340"><fo:block font-weight="bold" text-align="center" font-size="14px"><xsl:if test="/egonp:eForm_eGov_vystup_002061/egonp:Obec/egonp:Obec_MsU"><xsl:variable name="resultMesto"><xsl:call-template name="getMesto"><xsl:with-param name="text" select="/egonp:eForm_eGov_vystup_002061/egonp:Obec/egonp:Obec_MsU" /><xsl:with-param name="separator" select="':'" /></xsl:call-template></xsl:variable><xsl:call-template name="UpperCaseUTF8SVK"><xsl:with-param name="text" select="$resultMesto" /></xsl:call-template></xsl:if></fo:block></fo:table-cell></fo:table-row><fo:table-row><fo:table-cell width="340"><fo:block text-align="center"><xsl:call-template name="getMsU"><xsl:with-param name="text" select="/egonp:eForm_eGov_vystup_002061/egonp:Obec/egonp:Obec_MsU" /><xsl:with-param name="separator" select="':'" /></xsl:call-template></fo:block></fo:table-cell></fo:table-row><fo:table-row><fo:table-cell width="340"><fo:block text-align="center"><xsl:value-of select="/egonp:eForm_eGov_vystup_002061/egonp:Obec/egonp:Obec_Titulok" /></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:table-cell><fo:table-cell><fo:block margin-right="1mm" margin-top="2mm" /><fo:block margin-right="3mm" margin-top="2mm" /><fo:block margin-right="3mm" margin-top="2mm" /></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:block></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaRozhodnutieHlavicka"><fo:block><fo:table margin-top="10px"><fo:table-column column-width="19%" /><fo:table-column column-width="54%" /><fo:table-column column-width="9%" /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell><fo:block font-weight="bold"><xsl:if test="string-length(./egonp:RozhodnutieHlavicka_gatl1) > 0"><xsl:value-of select="./egonp:RozhodnutieHlavicka_gatl1_text" /></xsl:if></fo:block></fo:table-cell><fo:table-cell><fo:block><xsl:value-of select="./egonp:RozhodnutieHlavicka_gatl1" /></fo:block></fo:table-cell><fo:table-cell><fo:block font-weight="bold" text-indent="6mm"><xsl:call-template name="getFirst"><xsl:with-param name="text" select="./egonp:RozhodnutieHlavicka_gatl4" /><xsl:with-param name="separator" select="' '" /></xsl:call-template></fo:block></fo:table-cell><fo:table-cell><fo:block><xsl:call-template name="getLast"><xsl:with-param name="text" select="./egonp:RozhodnutieHlavicka_gatl4" /><xsl:with-param name="separator" select="' '" /></xsl:call-template></fo:block></fo:table-cell></fo:table-row><fo:table-row><fo:table-cell><fo:block font-weight="bold"><xsl:if test="string-length(./egonp:RozhodnutieHlavicka_c_kon_pi) > 0"><xsl:value-of select="./egonp:RozhodnutieHlavicka_c_kon_pi_text" /></xsl:if></fo:block></fo:table-cell><fo:table-cell><fo:block><xsl:if test="string-length(./egonp:RozhodnutieHlavicka_c_kon_pi) > 0"><xsl:value-of select="./egonp:RozhodnutieHlavicka_c_kon_pi" /></xsl:if></fo:block></fo:table-cell><fo:table-cell><fo:block font-weight="bold" text-indent="6mm"><xsl:call-template name="getFirst"><xsl:with-param name="text" select="./egonp:RozhodnutieHlavicka_gatl5" /><xsl:with-param name="separator" select="' '" /></xsl:call-template></fo:block></fo:table-cell><fo:table-cell><fo:block><xsl:call-template name="getLast"><xsl:with-param name="text" select="./egonp:RozhodnutieHlavicka_gatl5" /><xsl:with-param name="separator" select="' '" /></xsl:call-template></fo:block></fo:table-cell></fo:table-row><fo:table-row><fo:table-cell><fo:block font-weight="bold"><xsl:if test="string-length(./egonp:RozhodnutieHlavicka_gatl2) > 0"><xsl:value-of select="./egonp:RozhodnutieHlavicka_gatl2_text" /></xsl:if></fo:block></fo:table-cell><fo:table-cell><fo:block><xsl:if test="string-length(./egonp:RozhodnutieHlavicka_gatl2) > 0"><xsl:value-of select="./egonp:RozhodnutieHlavicka_gatl2" /></xsl:if></fo:block></fo:table-cell><fo:table-cell><fo:block /></fo:table-cell><fo:table-cell><fo:block /></fo:table-cell></fo:table-row><fo:table-row><fo:table-cell><fo:block font-weight="bold"><xsl:if test="string-length(./egonp:RozhodnutieHlavicka_gatl3) > 0"><xsl:value-of select="./egonp:RozhodnutieHlavicka_gatl3_text" /></xsl:if></fo:block></fo:table-cell><fo:table-cell><fo:block><xsl:if test="string-length(./egonp:RozhodnutieHlavicka_gatl3) > 0"><xsl:value-of select="./egonp:RozhodnutieHlavicka_gatl3" /></xsl:if></fo:block></fo:table-cell><fo:table-cell><fo:block /></fo:table-cell><fo:table-cell><fo:block /></fo:table-cell></fo:table-row><fo:table-row><fo:table-cell><fo:block font-weight="bold"><xsl:if test="string-length(./egonp:RozhodnutieHlavicka_email) > 0"><xsl:value-of select="./egonp:RozhodnutieHlavicka_email_text" /></xsl:if></fo:block></fo:table-cell><fo:table-cell><fo:block><xsl:if test="string-length(./egonp:RozhodnutieHlavicka_email) > 0"><xsl:value-of select="./egonp:RozhodnutieHlavicka_email" /></xsl:if></fo:block></fo:table-cell><fo:table-cell><fo:block /></fo:table-cell><fo:table-cell><fo:block /></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaAdresat"><fo:table margin-top="10px"><fo:table-column column-width="19%" /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell><fo:block font-weight="bold"><xsl:value-of select="./egonp:Adresat_Riadok1" /></fo:block></fo:table-cell><fo:table-cell><fo:block><xsl:value-of select="./egonp:Adresat_mpf" /></fo:block></fo:table-cell></fo:table-row><fo:table-row><fo:table-cell><fo:block font-weight="bold"><xsl:value-of select="./egonp:Adresat_Riadok2" /></fo:block></fo:table-cell><fo:table-cell><fo:block><xsl:call-template name="string-replace-all"><xsl:with-param name="text" select="./egonp:Adresat_adr" /><xsl:with-param name="replace" select="'&#10;'" /><xsl:with-param name="by" select="', '" /></xsl:call-template></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:sekciaRozhodnutieCislo"><fo:block border-width="0.3pt" margin-left="1pt" margin-right="1pt" margin-top="15pt" margin-bottom="1pt"><fo:block margin-bottom="1pt"><fo:table margin-bottom="1pt" width="100%"><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell margin-top="1pt" margin-bottom="1pt"><fo:block margin-top="1mm" margin-right="3mm" margin-bottom="1pt"><fo:table margin-bottom="1pt"><fo:table-column /><fo:table-body><fo:table-row margin-bottom="1pt"><fo:table-cell text-align="center" margin-bottom="1pt" font-size="13px"><fo:block font-weight="bold" margin-top="1pt" margin-bottom="1pt"><xsl:value-of select="./egonp:RozhodnutieCislo_text" /><xsl:text></xsl:text><xsl:value-of select="./egonp:RozhodnutieCislo_ce_rok" /></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:block></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaVyrok"><fo:block border-width="0.3pt" margin-top="10pt"><fo:block margin-bottom="1pt"><fo:table><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell><fo:block><fo:table><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell border-width="0.6pt" background-color="white" padding="1pt"><fo:block hyphenate="true" linefeed-treatment="preserve" text-align="justify"><xsl:variable name="VyrokText"><xsl:call-template name="Trim"><xsl:with-param name="input" select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaVyrok/egonp:Vyrok_text_gatl7" /></xsl:call-template></xsl:variable><xsl:choose><xsl:when test="contains($VyrokText,&apos;ruší&apos;)"><xsl:call-template name="string-replace-all"><xsl:with-param name="text" select="substring-before($VyrokText,&apos; ruší&apos;)" /><xsl:with-param name="replace" select="&apos;%0A&apos;" /><xsl:with-param name="by" select="&apos;&#xD;&#xA;&apos;" /></xsl:call-template></xsl:when><xsl:otherwise><xsl:call-template name="string-replace-all"><xsl:with-param name="text" select="." /><xsl:with-param name="replace" select="&apos;%0A&apos;" /><xsl:with-param name="by" select="&apos;&#xD;&#xA;&apos;" /></xsl:call-template></xsl:otherwise></xsl:choose></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:block></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaVyrubuje"><fo:block border-width="0.3pt" margin-left="1pt" margin-top="5pt" margin-bottom="5pt" margin-right="1pt"><fo:block><!--<fo:table><fo:table-column/><fo:table-body><fo:table-row><fo:table-cell><fo:block margin-right="3mm"><fo:table><fo:table-column/><fo:table-body><fo:table-row><fo:table-cell><fo:block margin-top="1mm" font-weight="bold" text-align="center">vyrubuje</fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table>--></fo:block></fo:block></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDanovnik"><fo:block border-width="0.3pt" margin-left="1pt" margin-top="1pt" margin-right="1pt"><fo:block><!--<fo:table><fo:table-column/><fo:table-body><fo:table-row><fo:table-cell><fo:block margin-right="3mm"><fo:table><fo:table-column/><fo:table-body><fo:table-row><fo:table-cell><fo:block>daňovníkovi:</fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table>--></fo:block></fo:block></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDanovnikPopis"><fo:block border-width="0.3pt" margin-top="2pt"><fo:block><fo:table><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell><fo:block margin-right="3mm"><fo:table><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell><xsl:variable name="VyrokText"><xsl:call-template name="Trim"><xsl:with-param name="input" select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaVyrok/egonp:Vyrok_text_gatl7" /></xsl:call-template></xsl:variable><fo:block margin-top="1mm" font-weight="bold" text-align="center"><xsl:choose><xsl:when test="contains($VyrokText,&apos; ruší a&apos;)">ruší a vyrubuje</xsl:when><xsl:when test="contains($VyrokText,&apos; ruší&apos;)">ruší</xsl:when><xsl:otherwise>vyrubuje</xsl:otherwise></xsl:choose></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:table-cell></fo:table-row><fo:table-row><fo:table-cell><fo:block margin-right="3mm"><fo:table><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell><fo:block><xsl:value-of select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDanovnik/egonp:SekciaDanovnik_text" /></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:table-cell></fo:table-row><fo:table-row><fo:table-cell><fo:block margin-right="3mm"><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell width="190"><fo:block font-weight="bold"><xsl:value-of select="./egonp:DanovnikPopis_Riadok1" /></fo:block></fo:table-cell><fo:table-cell border-width="0.6pt" background-color="white" padding="1pt" width="380"><fo:block><xsl:value-of select="./egonp:DanovnikPopis_mpf" /><fo:inline color="white">___</fo:inline></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block><fo:block margin-right="3mm"><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell width="190"><fo:block font-weight="bold"><xsl:value-of select="./egonp:DanovnikPopis_Riadok2" /></fo:block></fo:table-cell><fo:table-cell border-width="0.6pt" background-color="white" padding="1pt" width="380"><fo:block><xsl:value-of select="./egonp:DanovnikPopis_adr_tp" /><fo:inline color="white">___</fo:inline></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block><fo:block margin-right="3mm"><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell width="190"><xsl:variable name="Adresat_ICORC_iss_ico_rc"><xsl:call-template name="Trim"><xsl:with-param name="input" select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDanovnikPopis/egonp:DanovnikPopis_ico_rc_d_nar" /></xsl:call-template></xsl:variable><fo:block font-weight="bold"><xsl:choose><xsl:when test="contains($Adresat_ICORC_iss_ico_rc, &apos;.&apos;)"><xsl:value-of select="./egonp:DanovnikPopis_Riadok3" /></xsl:when><xsl:otherwise><xsl:choose><xsl:when test="string-length($Adresat_ICORC_iss_ico_rc)=10 or string-length($Adresat_ICORC_iss_ico_rc)=9"><xsl:value-of select="./egonp:DanovnikPopis_Riadok3" /></xsl:when><xsl:otherwise><xsl:value-of select="./egonp:DanovnikPopis_Riadok3" /></xsl:otherwise></xsl:choose></xsl:otherwise></xsl:choose></fo:block></fo:table-cell><fo:table-cell border-width="0.6pt" background-color="white" padding="1pt" width="380"><fo:block><xsl:value-of select="./egonp:DanovnikPopis_ico_rc_d_nar" /><fo:inline color="white">___</fo:inline></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block><fo:block margin-right="3mm"><xsl:if test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDanovnikPopis/egonp:Danovnik_I_O/text()"><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell width="190"><fo:block><xsl:value-of select="./egonp:DanovnikPopis_Riadok4" /></fo:block></fo:table-cell><fo:table-cell border-width="0.6pt" background-color="white" padding="1pt" width="380"><fo:block><xsl:value-of select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDanovnikPopis/egonp:Danovnik_I_O/text()" /><fo:inline color="white">___</fo:inline></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></xsl:if></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:block></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaObdobie"><fo:block border-width="0.3pt" margin-left="1pt" margin-top="2pt" margin-right="1pt"><fo:block margin-bottom="1pt" margin-top="10pt"><fo:table><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell><fo:block margin-right="3mm"><fo:table><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell text-align="center"><fo:block font-weight="bold"><xsl:value-of select="./egonp:Obdobie_rok" /></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:block></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN"><xsl:if test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaDzNSuma/egonp:DzNSuma_sumdzn/text()"><fo:block margin-top="1pt"><fo:block font-weight="bold" font-size="12px" background-color="white" color="black" margin-top="3pt" margin-right="3pt" padding-left="1pt" padding-top="2pt" keep-with-next.within-page="1">A. Daň z nehnuteľností v sume:
                    <fo:inline></fo:inline><fo:inline><xsl:call-template name="urobFormatovaneCislo"><xsl:with-param name="hodnota" select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaDzNSuma/egonp:DzNSuma_sumdzn/text()" /></xsl:call-template><fo:inline></fo:inline><fo:inline>€</fo:inline></fo:inline></fo:block><fo:table><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell><xsl:apply-templates select="./egonp:SekciaPozemky" /><xsl:apply-templates select="./egonp:SekciaStavby" /><xsl:apply-templates select="./egonp:SekciaByty" /><fo:block color="white">_</fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table><xsl:if test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaDzNTextAfter/text()"><fo:block background-color="white" color="black" margin-top="3pt" margin-right="3pt" linefeed-treatment="preserve" text-align="justify" padding-left="1pt" padding-top="2pt"><xsl:value-of select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaDzNTextAfter/text()" /></fo:block></xsl:if><fo:block margin-bottom="2pt" /></fo:block></xsl:if></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaPozemky"><xsl:if test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaPozemky/egonp:SekciaPozemkySpolu/egonp:PozemkySpolu_sumdp/text()"><xsl:variable name="PozemkySpoluSumdp"><xsl:call-template name="string-replace-all"><xsl:with-param name="text" select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaPozemky/egonp:SekciaPozemkySpolu/egonp:PozemkySpolu_sumdp/text()" /><xsl:with-param name="replace" select="&apos;,&apos;" /><xsl:with-param name="by" select="&apos;.&apos;" /></xsl:call-template></xsl:variable><xsl:if test="number($PozemkySpoluSumdp)!=0"><fo:block border-width="0.3pt" margin-left="0pt" margin-bottom="0pt" margin-top="0pt" margin-right="0pt"><fo:block font-weight="bold" font-size="11px" background-color="white" color="black" margin-top="3pt" margin-right="3pt" padding-left="1pt" padding-top="2pt" keep-with-next="always">I. Daň z pozemkov</fo:block><fo:table border-style="solid"><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaPozemky/text()=&apos;1&apos;"><fo:table-column column-width="200" /><fo:table-column column-width="62.5" /><fo:table-column column-width="62.5" /><fo:table-column column-width="60" /><fo:table-column column-width="60" /><fo:table-column column-width="80" /></xsl:when><xsl:otherwise><fo:table-column column-width="260" /><fo:table-column column-width="62.5" /><fo:table-column column-width="62.5" /><fo:table-column column-width="60" /><fo:table-column column-width="80" /></xsl:otherwise></xsl:choose><fo:table-body border-collapse="collapse"><fo:table-row keep-with-next="always" border-style="solid"><fo:table-cell border-width="0.3pt" border-style="solid" number-rows-spanned="2" display-align="center"><fo:block font-weight="bold" margin-left="2pt"><xsl:value-of select="./egonp:SekciaPozemky_PredmetDane" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid" number-columns-spanned="2"><fo:block font-weight="bold" text-align="center"><xsl:value-of select="./egonp:SekciaPozemky_ZakladDaneNadpis" /></fo:block></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaPozemky/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid" number-rows-spanned="2"><fo:block font-weight="bold" text-align="center"><xsl:value-of select="./egonp:SekciaPozemky_SadzbaDane" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid" number-rows-spanned="2"><fo:block font-weight="bold" text-align="center"><fo:block font-weight="bold"><xsl:value-of select="./egonp:SekciaPozemky_ZnizenieDane" /></fo:block></fo:block></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid" number-rows-spanned="2"><fo:block font-weight="bold" text-align="center"><xsl:value-of select="./egonp:SekciaPozemky_SadzbaDane" /></fo:block></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid" number-rows-spanned="2"><fo:block font-weight="bold" text-align="center"><xsl:value-of select="./egonp:SekciaPozemky_DanPomernaCast" /></fo:block></fo:table-cell></fo:table-row><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block font-weight="bold" text-align="center"><xsl:value-of select="./egonp:SekciaPozemky_ZakladDaneVymera" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block font-weight="bold" text-align="center"><xsl:value-of select="./egonp:SekciaPozemky_ZakladDaneHodnota" /></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table><fo:table border-style="solid"><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaPozemky/text()=&apos;1&apos;"><fo:table-column column-width="200" /><fo:table-column column-width="62.5" /><fo:table-column column-width="62.5" /><fo:table-column column-width="60" /><fo:table-column column-width="60" /><fo:table-column column-width="80" /></xsl:when><xsl:otherwise><fo:table-column column-width="260" /><fo:table-column column-width="62.5" /><fo:table-column column-width="62.5" /><fo:table-column column-width="60" /><fo:table-column column-width="80" /></xsl:otherwise></xsl:choose><fo:table-body><xsl:apply-templates select="./egonp:SekciaPozemkyPA" /><xsl:apply-templates select="./egonp:SekciaPozemkyPB" /><xsl:apply-templates select="./egonp:SekciaPozemkyPC" /><xsl:apply-templates select="./egonp:SekciaPozemkyPD" /><xsl:apply-templates select="./egonp:SekciaPozemkyPE" /><xsl:apply-templates select="./egonp:SekciaPozemkyPF" /><xsl:apply-templates select="./egonp:SekciaPozemkyPG" /><xsl:apply-templates select="./egonp:SekciaPozemkyPH" /><fo:table-row border-style="solid"><fo:table-cell><fo:block font-weight="bold" margin-left="1mm" text-align="left"><xsl:value-of select="./egonp:SekciaPozemkySpolu/egonp:PozemkySpolu_text" /></fo:block></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaPozemky/text()=&apos;1&apos;"><fo:table-cell number-columns-spanned="5"><xsl:apply-templates select="./egonp:SekciaPozemkySpolu" /></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell number-columns-spanned="4"><xsl:apply-templates select="./egonp:SekciaPozemkySpolu" /></fo:table-cell></xsl:otherwise></xsl:choose></fo:table-row></fo:table-body></fo:table><xsl:if test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaPozemky/egonp:SekciaPozemkyTextAfter/text()"><fo:block background-color="white" color="black" margin-top="3pt" margin-right="3pt" padding-left="1pt" padding-top="2pt" linefeed-treatment="preserve" text-align="justify"><xsl:value-of select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaPozemky/egonp:SekciaPozemkyTextAfter/text()" /></fo:block></xsl:if></fo:block></xsl:if></xsl:if></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaPozemky/egonp:SekciaPozemkyPA"><xsl:variable name="SekciaPozemkyPAHodn" select="count(./egonp:SekciaPozemkyPAHodn)" /><xsl:choose><xsl:when test="$SekciaPozemkyPAHodn&gt;1"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid" number-rows-spanned="{$SekciaPozemkyPAHodn}+1"><fo:block margin-left="3pt" padding-left="1pt" padding-top="2pt" font-size="10px"><xsl:value-of select="./egonp:SekciaPozemkyPAHodn/egonp:PozemkyPAHodn_predmet_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaPozemky/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></fo:table-row><xsl:apply-templates select="./egonp:SekciaPozemkyPAHodn" /></xsl:when><xsl:otherwise><xsl:variable name="PozemkyPAHodn_sk_pa_memo"><xsl:call-template name="string-replace-all"><xsl:with-param name="text" select="./egonp:SekciaPozemkyPAHodn/egonp:PozemkyPAHodn_sk_pa_memo/text()" /><xsl:with-param name="replace" select="','" /><xsl:with-param name="by" select="'.'" /></xsl:call-template></xsl:variable><xsl:if test="number($PozemkyPAHodn_sk_pa_memo)!=0"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block margin-left="3pt" padding-left="1pt" padding-top="2pt" font-size="10px"><xsl:value-of select="./egonp:SekciaPozemkyPAHodn/egonp:PozemkyPAHodn_predmet_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaPozemkyPAHodn/egonp:PozemkyPAHodn_vym_pa_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaPozemkyPAHodn/egonp:PozemkyPAHodn_sk_m2_pa_memo" /></fo:block></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaPozemky/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaPozemkyPAHodn/egonp:PozemkyPAHodn_sadz_pa_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaPozemkyPAHodn/egonp:PozemkyPAHodn_ulava_pa_memo" /></fo:block></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaPozemkyPAHodn/egonp:PozemkyPAHodn_sadz_pa_memo" /></fo:block></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaPozemkyPAHodn/egonp:PozemkyPAHodn_sk_pa_memo" /></fo:block></fo:table-cell></fo:table-row></xsl:if></xsl:otherwise></xsl:choose></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaPozemky/egonp:SekciaPozemkyPA/egonp:SekciaPozemkyPAHodn"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PozemkyPAHodn_vym_pa_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PozemkyPAHodn_sk_m2_pa_memo" /></fo:block></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaPozemky/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PozemkyPAHodn_sadz_pa_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PozemkyPAHodn_ulava_pa_memo" /></fo:block></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PozemkyPAHodn_sadz_pa_memo" /></fo:block></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PozemkyPAHodn_sk_pa_memo" /></fo:block></fo:table-cell></fo:table-row></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaPozemky/egonp:SekciaPozemkyPB"><xsl:variable name="SekciaPozemkyPBHodn" select="count(./egonp:SekciaPozemkyPBHodn)" /><xsl:choose><xsl:when test="$SekciaPozemkyPBHodn&gt;1"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid" number-rows-spanned="{$SekciaPozemkyPBHodn}+1"><fo:block margin-left="3pt" padding-left="1pt" padding-top="2pt" font-size="10px" keep-with-next="always"><xsl:value-of select="./egonp:SekciaPozemkyPBHodn/egonp:PozemkyPBHodn_predmet_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaPozemky/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></fo:table-row><xsl:apply-templates select="./egonp:SekciaPozemkyPBHodn" /></xsl:when><xsl:otherwise><xsl:variable name="PozemkyPBHodn_sk_pb_memo"><xsl:call-template name="string-replace-all"><xsl:with-param name="text" select="./egonp:SekciaPozemkyPBHodn/egonp:PozemkyPBHodn_sk_pb_memo/text()" /><xsl:with-param name="replace" select="','" /><xsl:with-param name="by" select="'.'" /></xsl:call-template></xsl:variable><xsl:if test="number($PozemkyPBHodn_sk_pb_memo)!=0"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block margin-left="3pt" padding-left="1pt" padding-top="2pt" font-size="10px" keep-with-next="always"><xsl:value-of select="./egonp:SekciaPozemkyPBHodn/egonp:PozemkyPBHodn_predmet_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaPozemkyPBHodn/egonp:PozemkyPBHodn_vym_pb_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaPozemkyPBHodn/egonp:PozemkyPBHodn_sk_m2_pb_memo" /></fo:block></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaPozemky/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaPozemkyPBHodn/egonp:PozemkyPBHodn_sadz_pb_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaPozemkyPBHodn/egonp:PozemkyPBHodn_ulava_pb_memo" /></fo:block></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaPozemkyPBHodn/egonp:PozemkyPBHodn_sadz_pb_memo" /></fo:block></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaPozemkyPBHodn/egonp:PozemkyPBHodn_sk_pb_memo" /></fo:block></fo:table-cell></fo:table-row></xsl:if></xsl:otherwise></xsl:choose></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaPozemky/egonp:SekciaPozemkyPB/egonp:SekciaPozemkyPBHodn"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PozemkyPBHodn_vym_pb_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PozemkyPBHodn_sk_m2_pb_memo" /></fo:block></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaPozemky/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PozemkyPBHodn_sadz_pb_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PozemkyPBHodn_ulava_pb_memo" /></fo:block></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PozemkyPBHodn_sadz_pb_memo" /></fo:block></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PozemkyPBHodn_sk_pb_memo" /></fo:block></fo:table-cell></fo:table-row></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaPozemky/egonp:SekciaPozemkyPC"><xsl:variable name="SekciaPozemkyPCHodn" select="count(./egonp:SekciaPozemkyPCHodn)" /><xsl:choose><xsl:when test="$SekciaPozemkyPCHodn&gt;1"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid" number-rows-spanned="{$SekciaPozemkyPCHodn}+1"><fo:block margin-left="3pt" padding-left="1pt" padding-top="2pt" font-size="10px" keep-with-next="always"><xsl:value-of select="./egonp:SekciaPozemkyPCHodn/egonp:PozemkyPCHodn_predmet_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaPozemky/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></fo:table-row><xsl:apply-templates select="./egonp:SekciaPozemkyPCHodn" /></xsl:when><xsl:otherwise><xsl:variable name="PozemkyPCHodn_sk_pc_memo"><xsl:call-template name="string-replace-all"><xsl:with-param name="text" select="./egonp:SekciaPozemkyPCHodn/egonp:PozemkyPCHodn_sk_pc_memo/text()" /><xsl:with-param name="replace" select="','" /><xsl:with-param name="by" select="'.'" /></xsl:call-template></xsl:variable><xsl:if test="number($PozemkyPCHodn_sk_pc_memo)!=0"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block margin-left="3pt" padding-left="1pt" padding-top="2pt" font-size="10px" keep-with-next="always"><xsl:value-of select="./egonp:SekciaPozemkyPCHodn/egonp:PozemkyPCHodn_predmet_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaPozemkyPCHodn/egonp:PozemkyPCHodn_vym_pc_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaPozemkyPCHodn/egonp:PozemkyPCHodn_sk_m2_pc_memo" /></fo:block></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaPozemky/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaPozemkyPCHodn/egonp:PozemkyPCHodn_sadz_pc_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaPozemkyPCHodn/egonp:PozemkyPCHodn_ulava_pc_memo" /></fo:block></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaPozemkyPCHodn/egonp:PozemkyPCHodn_sadz_pc_memo" /></fo:block></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaPozemkyPCHodn/egonp:PozemkyPCHodn_sk_pc_memo" /></fo:block></fo:table-cell></fo:table-row></xsl:if></xsl:otherwise></xsl:choose></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaPozemky/egonp:SekciaPozemkyPC/egonp:SekciaPozemkyPCHodn"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PozemkyPCHodn_vym_pc_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PozemkyPCHodn_sk_m2_pc_memo" /></fo:block></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaPozemky/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PozemkyPCHodn_sadz_pc_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PozemkyPCHodn_ulava_pc_memo" /></fo:block></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PozemkyPCHodn_sadz_pc_memo" /></fo:block></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PozemkyPCHodn_sk_pc_memo" /></fo:block></fo:table-cell></fo:table-row></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaPozemky/egonp:SekciaPozemkyPD"><xsl:variable name="SekciaPozemkyPDHodn" select="count(./egonp:SekciaPozemkyPDHodn)" /><xsl:choose><xsl:when test="$SekciaPozemkyPDHodn&gt;1"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid" number-rows-spanned="{$SekciaPozemkyPDHodn}+1"><fo:block margin-left="3pt" padding-left="1pt" padding-top="2pt" font-size="10px" keep-with-next="always"><xsl:value-of select="./egonp:SekciaPozemkyPDHodn/egonp:PozemkyPDHodn_predmet_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaPozemky/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></fo:table-row><xsl:apply-templates select="./egonp:SekciaPozemkyPDHodn" /></xsl:when><xsl:otherwise><xsl:variable name="PozemkyPDHodn_sk_pd_memo"><xsl:call-template name="string-replace-all"><xsl:with-param name="text" select="./egonp:SekciaPozemkyPDHodn/egonp:PozemkyPDHodn_sk_pd_memo/text()" /><xsl:with-param name="replace" select="','" /><xsl:with-param name="by" select="'.'" /></xsl:call-template></xsl:variable><xsl:if test="number($PozemkyPDHodn_sk_pd_memo)!=0"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block margin-left="3pt" padding-left="1pt" padding-top="2pt" font-size="10px" keep-with-next="always"><xsl:value-of select="./egonp:SekciaPozemkyPDHodn/egonp:PozemkyPDHodn_predmet_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaPozemkyPDHodn/egonp:PozemkyPDHodn_vym_pd_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaPozemkyPDHodn/egonp:PozemkyPDHodn_sk_m2_pd_memo" /></fo:block></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaPozemky/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaPozemkyPDHodn/egonp:PozemkyPDHodn_sadz_pd_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaPozemkyPDHodn/egonp:PozemkyPDHodn_ulava_pd_memo" /></fo:block></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaPozemkyPDHodn/egonp:PozemkyPDHodn_sadz_pd_memo" /></fo:block></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaPozemkyPDHodn/egonp:PozemkyPDHodn_sk_pd_memo" /></fo:block></fo:table-cell></fo:table-row></xsl:if></xsl:otherwise></xsl:choose></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaPozemky/egonp:SekciaPozemkyPD/egonp:SekciaPozemkyPDHodn"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PozemkyPDHodn_vym_pd_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PozemkyPDHodn_sk_m2_pd_memo" /></fo:block></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaPozemky/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PozemkyPDHodn_sadz_pd_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PozemkyPDHodn_ulava_pd_memo" /></fo:block></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PozemkyPDHodn_sadz_pd_memo" /></fo:block></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PozemkyPDHodn_sk_pd_memo" /></fo:block></fo:table-cell></fo:table-row></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaPozemky/egonp:SekciaPozemkyPE"><xsl:variable name="SekciaPozemkyPEHodn" select="count(./egonp:SekciaPozemkyPEHodn)" /><xsl:choose><xsl:when test="$SekciaPozemkyPEHodn&gt;1"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid" number-rows-spanned="{$SekciaPozemkyPEHodn}+1"><fo:block margin-left="3pt" padding-left="1pt" padding-top="2pt" font-size="10px" keep-with-next="always"><xsl:value-of select="./egonp:SekciaPozemkyPEHodn/egonp:PozemkyPEHodn_predmet_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaPozemky/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></fo:table-row><xsl:apply-templates select="./egonp:SekciaPozemkyPEHodn" /></xsl:when><xsl:otherwise><xsl:variable name="PozemkyPEHodn_sk_pe_memo"><xsl:call-template name="string-replace-all"><xsl:with-param name="text" select="./egonp:SekciaPozemkyPEHodn/egonp:PozemkyPEHodn_sk_pe_memo/text()" /><xsl:with-param name="replace" select="','" /><xsl:with-param name="by" select="'.'" /></xsl:call-template></xsl:variable><xsl:if test="number($PozemkyPEHodn_sk_pe_memo)!=0"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block margin-left="3pt" padding-left="1pt" padding-top="2pt" font-size="10px" keep-with-next="always"><xsl:value-of select="./egonp:SekciaPozemkyPEHodn/egonp:PozemkyPEHodn_predmet_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaPozemkyPEHodn/egonp:PozemkyPEHodn_vym_pe_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaPozemkyPEHodn/egonp:PozemkyPEHodn_sk_m2_pe_memo" /></fo:block></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaPozemky/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaPozemkyPEHodn/egonp:PozemkyPEHodn_sadz_pe_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaPozemkyPEHodn/egonp:PozemkyPEHodn_ulava_pe_memo" /></fo:block></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaPozemkyPEHodn/egonp:PozemkyPEHodn_sadz_pe_memo" /></fo:block></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaPozemkyPEHodn/egonp:PozemkyPEHodn_sk_pe_memo" /></fo:block></fo:table-cell></fo:table-row></xsl:if></xsl:otherwise></xsl:choose></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaPozemky/egonp:SekciaPozemkyPE/egonp:SekciaPozemkyPEHodn"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PozemkyPEHodn_vym_pe_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PozemkyPEHodn_sk_m2_pe_memo" /></fo:block></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaPozemky/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PozemkyPEHodn_sadz_pe_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PozemkyPEHodn_ulava_pe_memo" /></fo:block></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PozemkyPEHodn_sadz_pe_memo" /></fo:block></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PozemkyPEHodn_sk_pe_memo" /></fo:block></fo:table-cell></fo:table-row></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaPozemky/egonp:SekciaPozemkyPF"><xsl:variable name="SekciaPozemkyPFHodn" select="count(./egonp:SekciaPozemkyPFHodn)" /><xsl:choose><xsl:when test="$SekciaPozemkyPFHodn&gt;1"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid" number-rows-spanned="{$SekciaPozemkyPFHodn}+1"><fo:block margin-left="3pt" padding-left="1pt" padding-top="2pt" font-size="10px" keep-with-next="always"><xsl:value-of select="./egonp:SekciaPozemkyPFHodn/egonp:PozemkyPFHodn_predmet_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaPozemky/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></fo:table-row><xsl:apply-templates select="./egonp:SekciaPozemkyPFHodn" /></xsl:when><xsl:otherwise><xsl:variable name="PozemkyPFHodn_sk_pf_memo"><xsl:call-template name="string-replace-all"><xsl:with-param name="text" select="./egonp:SekciaPozemkyPFHodn/egonp:PozemkyPFHodn_sk_pf_memo/text()" /><xsl:with-param name="replace" select="','" /><xsl:with-param name="by" select="'.'" /></xsl:call-template></xsl:variable><xsl:if test="number($PozemkyPFHodn_sk_pf_memo)!=0"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block margin-left="3pt" padding-left="1pt" padding-top="2pt" font-size="10px" keep-with-next="always"><xsl:value-of select="./egonp:SekciaPozemkyPFHodn/egonp:PozemkyPFHodn_predmet_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaPozemkyPFHodn/egonp:PozemkyPFHodn_vym_pf_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaPozemkyPFHodn/egonp:PozemkyPFHodn_sk_m2_pf_memo" /></fo:block></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaPozemky/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaPozemkyPFHodn/egonp:PozemkyPFHodn_sadz_pf_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaPozemkyPFHodn/egonp:PozemkyPFHodn_ulava_pf_memo" /></fo:block></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaPozemkyPFHodn/egonp:PozemkyPFHodn_sadz_pf_memo" /></fo:block></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaPozemkyPFHodn/egonp:PozemkyPFHodn_sk_pf_memo" /></fo:block></fo:table-cell></fo:table-row></xsl:if></xsl:otherwise></xsl:choose></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaPozemky/egonp:SekciaPozemkyPF/egonp:SekciaPozemkyPFHodn"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PozemkyPFHodn_vym_pf_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PozemkyPFHodn_sk_m2_pf_memo" /></fo:block></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaPozemky/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PozemkyPFHodn_sadz_pf_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PozemkyPFHodn_ulava_pf_memo" /></fo:block></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PozemkyPFHodn_sadz_pf_memo" /></fo:block></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PozemkyPFHodn_sk_pf_memo" /></fo:block></fo:table-cell></fo:table-row></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaPozemky/egonp:SekciaPozemkyPG"><xsl:variable name="SekciaPozemkyPGHodn" select="count(./egonp:SekciaPozemkyPGHodn)" /><xsl:choose><xsl:when test="$SekciaPozemkyPGHodn&gt;1"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid" number-rows-spanned="{$SekciaPozemkyPGHodn}+1"><fo:block margin-left="3pt" padding-left="1pt" padding-top="2pt" font-size="10px" keep-with-next="always"><xsl:value-of select="./egonp:SekciaPozemkyPGHodn/egonp:PozemkyPGHodn_predmet_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaPozemky/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></fo:table-row><xsl:apply-templates select="./egonp:SekciaPozemkyPGHodn" /></xsl:when><xsl:otherwise><xsl:variable name="PozemkyPGHodn_sk_pg_memo"><xsl:call-template name="string-replace-all"><xsl:with-param name="text" select="./egonp:SekciaPozemkyPGHodn/egonp:PozemkyPGHodn_sk_pg_memo/text()" /><xsl:with-param name="replace" select="','" /><xsl:with-param name="by" select="'.'" /></xsl:call-template></xsl:variable><xsl:if test="number($PozemkyPGHodn_sk_pg_memo)!=0"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block margin-left="3pt" padding-left="1pt" padding-top="2pt" font-size="10px" keep-with-next="always"><xsl:value-of select="./egonp:SekciaPozemkyPGHodn/egonp:PozemkyPGHodn_predmet_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaPozemkyPGHodn/egonp:PozemkyPGHodn_vym_pg_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaPozemkyPGHodn/egonp:PozemkyPGHodn_sk_m2_pg_memo" /></fo:block></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaPozemky/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaPozemkyPGHodn/egonp:PozemkyPGHodn_sadz_pg_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaPozemkyPGHodn/egonp:PozemkyPGHodn_ulava_pg_memo" /></fo:block></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaPozemkyPGHodn/egonp:PozemkyPGHodn_sadz_pg_memo" /></fo:block></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaPozemkyPGHodn/egonp:PozemkyPGHodn_sk_pg_memo" /></fo:block></fo:table-cell></fo:table-row></xsl:if></xsl:otherwise></xsl:choose></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaPozemky/egonp:SekciaPozemkyPG/egonp:SekciaPozemkyPGHodn"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PozemkyPGHodn_vym_pg_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PozemkyPGHodn_sk_m2_pg_memo" /></fo:block></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaPozemky/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PozemkyPGHodn_sadz_pg_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PozemkyPGHodn_ulava_pg_memo" /></fo:block></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PozemkyPGHodn_sadz_pg_memo" /></fo:block></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PozemkyPGHodn_sk_pg_memo" /></fo:block></fo:table-cell></fo:table-row></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaPozemky/egonp:SekciaPozemkyPH"><xsl:variable name="SekciaPozemkyPHHodn" select="count(./egonp:SekciaPozemkyPHHodn)" /><xsl:choose><xsl:when test="$SekciaPozemkyPHHodn&gt;1"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid" number-rows-spanned="{$SekciaPozemkyPHHodn}+1"><fo:block margin-left="3pt" padding-left="1pt" padding-top="2pt" font-size="10px" keep-with-next="always"><xsl:value-of select="./egonp:SekciaPozemkyPHHodn/egonp:PozemkyPHHodn_predmet_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaPozemky/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></fo:table-row><xsl:apply-templates select="./egonp:SekciaPozemkyPHHodn" /></xsl:when><xsl:otherwise><xsl:variable name="PozemkyPHHodn_sk_ph_memo"><xsl:call-template name="string-replace-all"><xsl:with-param name="text" select="./egonp:SekciaPozemkyPHHodn/egonp:PozemkyPHHodn_sk_ph_memo/text()" /><xsl:with-param name="replace" select="','" /><xsl:with-param name="by" select="'.'" /></xsl:call-template></xsl:variable><xsl:if test="number($PozemkyPHHodn_sk_ph_memo)!=0"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block margin-left="3pt" padding-left="1pt" padding-top="2pt" font-size="10px" keep-with-next="always"><xsl:value-of select="./egonp:SekciaPozemkyPHHodn/egonp:PozemkyPHHodn_predmet_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaPozemkyPHHodn/egonp:PozemkyPHHodn_vym_ph_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaPozemkyPHHodn/egonp:PozemkyPHHodn_sk_m2_ph_memo" /></fo:block></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaPozemky/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaPozemkyPHHodn/egonp:PozemkyPHHodn_sadz_ph_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaPozemkyPHHodn/egonp:PozemkyPHHodn_ulava_ph_memo" /></fo:block></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaPozemkyPHHodn/egonp:PozemkyPHHodn_sadz_ph_memo" /></fo:block></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaPozemkyPHHodn/egonp:PozemkyPHHodn_sk_ph_memo" /></fo:block></fo:table-cell></fo:table-row></xsl:if></xsl:otherwise></xsl:choose></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaPozemky/egonp:SekciaPozemkyPH/egonp:SekciaPozemkyPHHodn"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PozemkyPHHodn_vym_ph_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PozemkyPHHodn_sk_m2_ph_memo" /></fo:block></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaPozemky/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PozemkyPHHodn_sadz_ph_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PozemkyPHHodn_ulava_ph_memo" /></fo:block></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PozemkyPHHodn_sadz_ph_memo" /></fo:block></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PozemkyPHHodn_sk_ph_memo" /></fo:block></fo:table-cell></fo:table-row></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaPozemky/egonp:SekciaPozemkySpolu"><fo:block font-weight="bold" margin-right="1mm" text-align="right" keep-with-previous.within-page="1"><fo:inline><fo:inline></fo:inline><xsl:call-template name="urobFormatovaneCislo"><xsl:with-param name="hodnota" select="./egonp:PozemkySpolu_sumdp" /></xsl:call-template><fo:inline></fo:inline><fo:inline>€</fo:inline></fo:inline></fo:block></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaStavby"><xsl:if test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaStavby/egonp:SekciaStavbySpolu/egonp:StavbySpolu_sumds/text()"><xsl:variable name="StavbySpoluSumds"><xsl:call-template name="string-replace-all"><xsl:with-param name="text" select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaStavby/egonp:SekciaStavbySpolu/egonp:StavbySpolu_sumds/text()" /><xsl:with-param name="replace" select="&apos;,&apos;" /><xsl:with-param name="by" select="&apos;.&apos;" /></xsl:call-template></xsl:variable><xsl:if test="number($StavbySpoluSumds)!=0"><fo:block border-width="0.3pt" margin-left="0pt" margin-bottom="0pt" margin-top="0pt" margin-right="0pt"><fo:block font-weight="bold" font-size="11px" background-color="white" color="black" margin-top="3pt" margin-right="3pt" padding-left="1pt" padding-top="2pt" keep-with-next="always">II. Daň zo stavieb</fo:block><fo:table border-style="solid"><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaStavby/text()=&apos;1&apos;"><fo:table-column column-width="245" /><fo:table-column column-width="70" /><fo:table-column column-width="70" /><fo:table-column column-width="70" /><fo:table-column column-width="70" /></xsl:when><xsl:otherwise><fo:table-column column-width="300" /><fo:table-column column-width="75" /><fo:table-column column-width="75" /><fo:table-column column-width="75" /></xsl:otherwise></xsl:choose><fo:table-body><fo:table-row border-style="solid"><fo:table-cell border-width="0.3pt" border-style="solid" display-align="center"><fo:block font-weight="bold" margin-left="2pt"><xsl:value-of select="./egonp:SekciaStavby_PredmetDane" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block font-weight="bold" text-align="center"><xsl:value-of select="./egonp:SekciaStavby_ZakladDane" /></fo:block></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaStavby/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block font-weight="bold" text-align="center"><xsl:value-of select="./egonp:SekciaStavby_SadzbaDane" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block font-weight="bold" text-align="center"><xsl:value-of select="./egonp:SekciaStavby_ZnizenieDane" /></fo:block></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block font-weight="bold" text-align="center"><xsl:value-of select="./egonp:SekciaStavby_SadzbaDane" /></fo:block></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block font-weight="bold" text-align="center"><xsl:value-of select="./egonp:SekciaStavby_DanPomernaCast" /></fo:block></fo:table-cell></fo:table-row><xsl:apply-templates select="./egonp:SekciaStavbySA" /><xsl:apply-templates select="./egonp:SekciaStavbySB" /><xsl:apply-templates select="./egonp:SekciaStavbySC" /><xsl:apply-templates select="./egonp:SekciaStavbySD" /><xsl:apply-templates select="./egonp:SekciaStavbySE" /><xsl:apply-templates select="./egonp:SekciaStavbySF" /><xsl:apply-templates select="./egonp:SekciaStavbySG" /><xsl:apply-templates select="./egonp:SekciaStavbySH" /><xsl:apply-templates select="./egonp:SekciaStavbySI" /><xsl:apply-templates select="./egonp:SekciaStavbySJ" /><fo:table-row border-style="solid"><fo:table-cell><fo:block font-weight="bold" margin-left="1mm" text-align="left"><xsl:value-of select="./egonp:SekciaStavbySpolu/egonp:StavbySpolu_text" /></fo:block></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaStavby/text()=&apos;1&apos;"><fo:table-cell number-columns-spanned="4"><xsl:apply-templates select="./egonp:SekciaStavbySpolu" /></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell number-columns-spanned="3"><xsl:apply-templates select="./egonp:SekciaStavbySpolu" /></fo:table-cell></xsl:otherwise></xsl:choose></fo:table-row></fo:table-body></fo:table><xsl:if test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaStavby/egonp:SekciaStavbyTextAfter/text()"><fo:block background-color="white" color="black" margin-top="3pt" margin-right="3pt" padding-left="1pt" padding-top="2pt" linefeed-treatment="preserve" text-align="justify"><xsl:value-of select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaStavby/egonp:SekciaStavbyTextAfter/text()" /></fo:block></xsl:if></fo:block></xsl:if></xsl:if></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaStavby/egonp:SekciaStavbySA"><xsl:variable name="PocetRiadkovA_Stavby" select="count(./egonp:SekciaStavbySAHodn)" /><xsl:choose><xsl:when test="$PocetRiadkovA_Stavby&gt;1"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid" number-rows-spanned="{$PocetRiadkovA_Stavby}+1"><fo:block margin-left="3pt" padding-left="1pt" padding-top="2pt" font-size="10px"><xsl:value-of select="./egonp:SekciaStavbySAHodn/egonp:StavbySAHodn_predmet_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaStavby/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></fo:table-row><xsl:apply-templates select="./egonp:SekciaStavbySAHodn" /></xsl:when><xsl:otherwise><xsl:variable name="StavbySAHodn_sk_sa_memo"><xsl:call-template name="string-replace-all"><xsl:with-param name="text" select="./egonp:SekciaStavbySAHodn/egonp:StavbySAHodn_sk_sa_memo/text()" /><xsl:with-param name="replace" select="','" /><xsl:with-param name="by" select="'.'" /></xsl:call-template></xsl:variable><xsl:if test="number($StavbySAHodn_sk_sa_memo)!=0"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block margin-left="3pt" padding-left="1pt" padding-top="2pt" font-size="10px"><xsl:value-of select="./egonp:SekciaStavbySAHodn/egonp:StavbySAHodn_predmet_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStavbySAHodn/egonp:StavbySAHodn_zakl_sa_memo" /></fo:block></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaStavby/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStavbySAHodn/egonp:StavbySAHodn_sadz_sa_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStavbySAHodn/egonp:StavbySAHodn_ulava_sa_memo" /></fo:block></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStavbySAHodn/egonp:StavbySAHodn_sadz_sa_memo" /></fo:block></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStavbySAHodn/egonp:StavbySAHodn_sk_sa_memo" /></fo:block></fo:table-cell></fo:table-row></xsl:if></xsl:otherwise></xsl:choose></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaStavby/egonp:SekciaStavbySA/egonp:SekciaStavbySAHodn"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySAHodn_zakl_sa_memo" /></fo:block></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaStavby/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySAHodn_sadz_sa_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySAHodn_ulava_sa_memo" /></fo:block></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySAHodn_sadz_sa_memo" /></fo:block></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySAHodn_sk_sa_memo" /></fo:block></fo:table-cell></fo:table-row></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaStavby/egonp:SekciaStavbySB"><xsl:variable name="PocetRiadkovB_Stavby" select="count(./egonp:SekciaStravbySBHodn)" /><xsl:choose><xsl:when test="$PocetRiadkovB_Stavby&gt;1"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid" number-rows-spanned="{$PocetRiadkovB_Stavby}+1"><fo:block margin-left="3pt" padding-left="1pt" padding-top="2pt" font-size="10px"><xsl:value-of select="./egonp:SekciaStravbySBHodn/egonp:StavbySBHodn_predmet_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaStavby/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></fo:table-row><xsl:apply-templates select="./egonp:SekciaStravbySBHodn" /></xsl:when><xsl:otherwise><xsl:variable name="StavbySBHodn_sk_sb_memo"><xsl:call-template name="string-replace-all"><xsl:with-param name="text" select="./egonp:SekciaStravbySBHodn/egonp:StavbySBHodn_sk_sb_memo/text()" /><xsl:with-param name="replace" select="','" /><xsl:with-param name="by" select="'.'" /></xsl:call-template></xsl:variable><xsl:if test="number($StavbySBHodn_sk_sb_memo)!=0"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block margin-left="3pt" padding-left="1pt" padding-top="2pt" font-size="10px"><xsl:value-of select="./egonp:SekciaStravbySBHodn/egonp:StavbySBHodn_predmet_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStravbySBHodn/egonp:StavbySBHodn_zakl_sb_memo" /></fo:block></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaStavby/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStravbySBHodn/egonp:StavbySBHodn_sadz_sb_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStravbySBHodn/egonp:StavbySBHodn_ulava_sb_memo" /></fo:block></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStravbySBHodn/egonp:StavbySBHodn_sadz_sb_memo" /></fo:block></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStravbySBHodn/egonp:StavbySBHodn_sk_sb_memo" /></fo:block></fo:table-cell></fo:table-row></xsl:if></xsl:otherwise></xsl:choose></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaStavby/egonp:SekciaStavbySB/egonp:SekciaStravbySBHodn"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySBHodn_zakl_sb_memo" /></fo:block></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaStavby/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySBHodn_sadz_sb_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySBHodn_ulava_sb_memo" /></fo:block></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySBHodn_sadz_sb_memo" /></fo:block></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySBHodn_sk_sb_memo" /></fo:block></fo:table-cell></fo:table-row></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaStavby/egonp:SekciaStavbySC"><xsl:variable name="PocetRiadkovC_Stavby" select="count(./egonp:SekciaStavbySCHodn)" /><xsl:choose><xsl:when test="$PocetRiadkovC_Stavby&gt;1"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid" number-rows-spanned="{$PocetRiadkovC_Stavby}+1"><fo:block margin-left="3pt" padding-left="1pt" padding-top="2pt" font-size="10px"><xsl:value-of select="./egonp:SekciaStavbySCHodn/egonp:StavbySCHodn_predmet_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaStavby/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></fo:table-row><xsl:apply-templates select="./egonp:SekciaStavbySCHodn" /></xsl:when><xsl:otherwise><xsl:variable name="StavbySCHodn_sk_sc_memo"><xsl:call-template name="string-replace-all"><xsl:with-param name="text" select="./egonp:SekciaStavbySCHodn/egonp:StavbySCHodn_sk_sc_memo/text()" /><xsl:with-param name="replace" select="','" /><xsl:with-param name="by" select="'.'" /></xsl:call-template></xsl:variable><xsl:if test="number($StavbySCHodn_sk_sc_memo)!=0"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block margin-left="3pt" padding-left="1pt" padding-top="2pt" font-size="10px"><xsl:value-of select="./egonp:SekciaStavbySCHodn/egonp:StavbySCHodn_predmet_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStavbySCHodn/egonp:StavbySCHodn_zakl_sc_memo" /></fo:block></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaStavby/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStavbySCHodn/egonp:StavbySCHodn_sadz_sc_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStavbySCHodn/egonp:StavbySCHodn_ulava_sc_memo" /></fo:block></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStavbySCHodn/egonp:StavbySCHodn_sadz_sc_memo" /></fo:block></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStavbySCHodn/egonp:StavbySCHodn_sk_sc_memo" /></fo:block></fo:table-cell></fo:table-row></xsl:if></xsl:otherwise></xsl:choose></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaStavby/egonp:SekciaStavbySC/egonp:SekciaStavbySCHodn"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySCHodn_zakl_sc_memo" /></fo:block></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaStavby/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySCHodn_sadz_sc_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySCHodn_ulava_sc_memo" /></fo:block></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySCHodn_sadz_sc_memo" /></fo:block></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySCHodn_sk_sc_memo" /></fo:block></fo:table-cell></fo:table-row></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaStavby/egonp:SekciaStavbySD"><xsl:variable name="PocetRiadkovD_Stavby" select="count(./egonp:SekciaStavbySDHodn)" /><xsl:choose><xsl:when test="$PocetRiadkovD_Stavby&gt;1"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid" number-rows-spanned="{$PocetRiadkovD_Stavby}+1"><fo:block margin-left="3pt" padding-left="1pt" padding-top="2pt" font-size="10px"><xsl:value-of select="./egonp:SekciaStavbySDHodn/egonp:StavbySDHodn_predmet_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaStavby/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></fo:table-row><xsl:apply-templates select="./egonp:SekciaStavbySDHodn" /></xsl:when><xsl:otherwise><xsl:variable name="StavbySDHodn_sk_sd_memo"><xsl:call-template name="string-replace-all"><xsl:with-param name="text" select="./egonp:SekciaStavbySDHodn/egonp:StavbySDHodn_sk_sd_memo/text()" /><xsl:with-param name="replace" select="','" /><xsl:with-param name="by" select="'.'" /></xsl:call-template></xsl:variable><xsl:if test="number($StavbySDHodn_sk_sd_memo)!=0"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block margin-left="3pt" padding-left="1pt" padding-top="2pt" font-size="10px"><xsl:value-of select="./egonp:SekciaStavbySDHodn/egonp:StavbySDHodn_predmet_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStavbySDHodn/egonp:StavbySDHodn_zakl_sd_memo" /></fo:block></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaStavby/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStavbySDHodn/egonp:StavbySDHodn_sadz_sd_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStavbySDHodn/egonp:StavbySDHodn_ulava_sd_memo" /></fo:block></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStavbySDHodn/egonp:StavbySDHodn_sadz_sd_memo" /></fo:block></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStavbySDHodn/egonp:StavbySDHodn_sk_sd_memo" /></fo:block></fo:table-cell></fo:table-row></xsl:if></xsl:otherwise></xsl:choose></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaStavby/egonp:SekciaStavbySD/egonp:SekciaStavbySDHodn"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySDHodn_zakl_sd_memo" /></fo:block></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaStavby/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySDHodn_sadz_sd_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySDHodn_ulava_sd_memo" /></fo:block></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySDHodn_sadz_sd_memo" /></fo:block></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySDHodn_sk_sd_memo" /></fo:block></fo:table-cell></fo:table-row></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaStavby/egonp:SekciaStavbySE"><xsl:variable name="PocetRiadkovE_Stavby" select="count(./egonp:SekciaStavbySEHodn)" /><xsl:choose><xsl:when test="$PocetRiadkovE_Stavby&gt;1"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid" number-rows-spanned="{$PocetRiadkovE_Stavby}+1"><fo:block margin-left="3pt" padding-left="1pt" padding-top="2pt" font-size="10px"><xsl:value-of select="./egonp:SekciaStavbySEHodn/egonp:StavbySEHodn_predmet_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaStavby/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></fo:table-row><xsl:apply-templates select="./egonp:SekciaStavbySEHodn" /></xsl:when><xsl:otherwise><xsl:variable name="StavbySEHodn_sk_se_memo"><xsl:call-template name="string-replace-all"><xsl:with-param name="text" select="./egonp:SekciaStavbySEHodn/egonp:StavbySEHodn_sk_se_memo/text()" /><xsl:with-param name="replace" select="','" /><xsl:with-param name="by" select="'.'" /></xsl:call-template></xsl:variable><xsl:if test="number($StavbySEHodn_sk_se_memo)!=0"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block margin-left="3pt" padding-left="1pt" padding-top="2pt" font-size="10px"><xsl:value-of select="./egonp:SekciaStavbySEHodn/egonp:StavbySEHodn_predmet_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStavbySEHodn/egonp:StavbySEHodn_zakl_se_memo" /></fo:block></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaStavby/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStavbySEHodn/egonp:StavbySEHodn_sadz_se_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStavbySEHodn/egonp:StavbySEHodn_ulava_se_memo" /></fo:block></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStavbySEHodn/egonp:StavbySEHodn_sadz_se_memo" /></fo:block></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStavbySEHodn/egonp:StavbySEHodn_sk_se_memo" /></fo:block></fo:table-cell></fo:table-row></xsl:if></xsl:otherwise></xsl:choose></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaStavby/egonp:SekciaStavbySE/egonp:SekciaStavbySEHodn"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySEHodn_zakl_se_memo" /></fo:block></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaStavby/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySEHodn_sadz_se_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySEHodn_ulava_se_memo" /></fo:block></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySEHodn_sadz_se_memo" /></fo:block></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySEHodn_sk_se_memo" /></fo:block></fo:table-cell></fo:table-row></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaStavby/egonp:SekciaStavbySF"><xsl:variable name="PocetRiadkovF_Stavby" select="count(./egonp:SekciaStavbySFHodn)" /><xsl:choose><xsl:when test="$PocetRiadkovF_Stavby&gt;1"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid" number-rows-spanned="{$PocetRiadkovF_Stavby}+1"><fo:block margin-left="3pt" padding-left="1pt" padding-top="2pt" font-size="10px"><xsl:value-of select="./egonp:SekciaStavbySFHodn/egonp:StavbySFHodn_predmet_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaStavby/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></fo:table-row><xsl:apply-templates select="./egonp:SekciaStavbySFHodn" /></xsl:when><xsl:otherwise><xsl:variable name="StavbySFHodn_sk_sf_memo"><xsl:call-template name="string-replace-all"><xsl:with-param name="text" select="./egonp:SekciaStavbySFHodn/egonp:StavbySFHodn_sk_sf_memo/text()" /><xsl:with-param name="replace" select="','" /><xsl:with-param name="by" select="'.'" /></xsl:call-template></xsl:variable><xsl:if test="number($StavbySFHodn_sk_sf_memo)!=0"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block margin-left="3pt" padding-left="1pt" padding-top="2pt" font-size="10px"><xsl:value-of select="./egonp:SekciaStavbySFHodn/egonp:StavbySFHodn_predmet_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStavbySFHodn/egonp:StavbySFHodn_zakl_sf_memo" /></fo:block></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaStavby/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStavbySFHodn/egonp:StavbySFHodn_sadz_sf_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStavbySFHodn/egonp:StavbySFHodn_ulava_sf_memo" /></fo:block></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStavbySFHodn/egonp:StavbySFHodn_sadz_sf_memo" /></fo:block></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStavbySFHodn/egonp:StavbySFHodn_sk_sf_memo" /></fo:block></fo:table-cell></fo:table-row></xsl:if></xsl:otherwise></xsl:choose></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaStavby/egonp:SekciaStavbySF/egonp:SekciaStavbySFHodn"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySFHodn_zakl_sf_memo" /></fo:block></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaStavby/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySFHodn_sadz_sf_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySFHodn_ulava_sf_memo" /></fo:block></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySFHodn_sadz_sf_memo" /></fo:block></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySFHodn_sk_sf_memo" /></fo:block></fo:table-cell></fo:table-row></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaStavby/egonp:SekciaStavbySG"><xsl:variable name="PocetRiadkovG_Stavby" select="count(./egonp:SekciaStavbySGHodn)" /><xsl:choose><xsl:when test="$PocetRiadkovG_Stavby&gt;1"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid" number-rows-spanned="{$PocetRiadkovG_Stavby}+1"><fo:block margin-left="3pt" padding-left="1pt" padding-top="2pt" font-size="10px"><xsl:value-of select="./egonp:SekciaStavbySGHodn/egonp:StavbySGHodn_predmet_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaStavby/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></fo:table-row><xsl:apply-templates select="./egonp:SekciaStavbySGHodn" /></xsl:when><xsl:otherwise><xsl:variable name="StavbySGHodn_sk_sg_memo"><xsl:call-template name="string-replace-all"><xsl:with-param name="text" select="./egonp:SekciaStavbySGHodn/egonp:StavbySGHodn_sk_sg_memo/text()" /><xsl:with-param name="replace" select="','" /><xsl:with-param name="by" select="'.'" /></xsl:call-template></xsl:variable><xsl:if test="number($StavbySGHodn_sk_sg_memo)!=0"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block margin-left="3pt" padding-left="1pt" padding-top="2pt" font-size="10px"><xsl:value-of select="./egonp:SekciaStavbySGHodn/egonp:StavbySGHodn_predmet_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStavbySGHodn/egonp:StavbySGHodn_zakl_sg_memo" /></fo:block></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaStavby/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStavbySGHodn/egonp:StavbySGHodn_sadz_sg_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStavbySGHodn/egonp:StavbySGHodn_ulava_sg_memo" /></fo:block></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStavbySGHodn/egonp:StavbySGHodn_sadz_sg_memo" /></fo:block></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStavbySGHodn/egonp:StavbySGHodn_sk_sg_memo" /></fo:block></fo:table-cell></fo:table-row></xsl:if></xsl:otherwise></xsl:choose></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaStavby/egonp:SekciaStavbySG/egonp:SekciaStavbySGHodn"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySGHodn_zakl_sg_memo" /></fo:block></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaStavby/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySGHodn_sadz_sg_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySGHodn_ulava_sg_memo" /></fo:block></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySGHodn_sadz_sg_memo" /></fo:block></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySGHodn_sk_sg_memo" /></fo:block></fo:table-cell></fo:table-row></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaStavby/egonp:SekciaStavbySH"><xsl:variable name="PocetRiadkovH_Stavby" select="count(./egonp:SekciaStavbySHHodn)" /><xsl:choose><xsl:when test="$PocetRiadkovH_Stavby&gt;1"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid" number-rows-spanned="{$PocetRiadkovH_Stavby}+1"><fo:block margin-left="3pt" padding-left="1pt" padding-top="2pt" font-size="10px"><xsl:value-of select="./egonp:SekciaStavbySHHodn/egonp:StavbySHHodn_predmet_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaStavby/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></fo:table-row><xsl:apply-templates select="./egonp:SekciaStavbySHHodn" /></xsl:when><xsl:otherwise><xsl:variable name="StavbySHHodn_sk_sh_memo"><xsl:call-template name="string-replace-all"><xsl:with-param name="text" select="./egonp:SekciaStavbySHHodn/egonp:StavbySHHodn_sk_sh_memo/text()" /><xsl:with-param name="replace" select="','" /><xsl:with-param name="by" select="'.'" /></xsl:call-template></xsl:variable><xsl:if test="number($StavbySHHodn_sk_sh_memo)!=0"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block margin-left="3pt" padding-left="1pt" padding-top="2pt" font-size="10px"><xsl:value-of select="./egonp:SekciaStavbySHHodn/egonp:StavbySHHodn_predmet_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStavbySHHodn/egonp:StavbySHHodn_zakl_sh_memo" /></fo:block></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaStavby/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStavbySHHodn/egonp:StavbySHHodn_sadz_sh_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStavbySHHodn/egonp:StavbySHHodn_ulava_sh_memo" /></fo:block></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStavbySHHodn/egonp:StavbySHHodn_sadz_sh_memo" /></fo:block></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStavbySHHodn/egonp:StavbySHHodn_sk_sh_memo" /></fo:block></fo:table-cell></fo:table-row></xsl:if></xsl:otherwise></xsl:choose></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaStavby/egonp:SekciaStavbySH/egonp:SekciaStavbySHHodn"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySHHodn_zakl_sh_memo" /></fo:block></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaStavby/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySHHodn_sadz_sh_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySHHodn_ulava_sh_memo" /></fo:block></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySHHodn_sadz_sh_memo" /></fo:block></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySHHodn_sk_sh_memo" /></fo:block></fo:table-cell></fo:table-row></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaStavby/egonp:SekciaStavbySI"><xsl:variable name="PocetRiadkovI_Stavby" select="count(./egonp:SekciaStavbySIHodn)" /><xsl:choose><xsl:when test="$PocetRiadkovI_Stavby&gt;1"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid" number-rows-spanned="{$PocetRiadkovI_Stavby}+1"><fo:block margin-left="3pt" padding-left="1pt" padding-top="2pt" font-size="10px" keep-with-next="always"><xsl:value-of select="./egonp:SekciaStavbySIHodn/egonp:StavbySIHodn_predmet_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaStavby/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></fo:table-row><xsl:apply-templates select="./egonp:SekciaStavbySIHodn" /></xsl:when><xsl:otherwise><xsl:variable name="StavbySIHodn_sk_si_memo"><xsl:call-template name="string-replace-all"><xsl:with-param name="text" select="./egonp:SekciaStavbySIHodn/egonp:StavbySIHodn_sk_si_memo/text()" /><xsl:with-param name="replace" select="','" /><xsl:with-param name="by" select="'.'" /></xsl:call-template></xsl:variable><xsl:if test="number($StavbySIHodn_sk_si_memo)!=0"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block margin-left="3pt" padding-left="1pt" padding-top="2pt" font-size="10px" keep-with-next="always"><xsl:value-of select="./egonp:SekciaStavbySIHodn/egonp:StavbySIHodn_predmet_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStavbySIHodn/egonp:StavbySIHodn_zakl_si_memo" /></fo:block></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaStavby/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStavbySIHodn/egonp:StavbySIHodn_sadz_si_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStavbySIHodn/egonp:StavbySIHodn_ulava_si_memo" /></fo:block></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStavbySIHodn/egonp:StavbySIHodn_sadz_si_memo" /></fo:block></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStavbySIHodn/egonp:StavbySIHodn_sk_si_memo" /></fo:block></fo:table-cell></fo:table-row></xsl:if></xsl:otherwise></xsl:choose></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaStavby/egonp:SekciaStavbySI/egonp:SekciaStavbySIHodn"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySIHodn_zakl_si_memo" /></fo:block></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaStavby/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySIHodn_sadz_si_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySIHodn_ulava_si_memo" /></fo:block></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySIHodn_sadz_si_memo" /></fo:block></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySIHodn_sk_si_memo" /></fo:block></fo:table-cell></fo:table-row></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaStavby/egonp:SekciaStavbySJ"><xsl:variable name="PocetRiadkovJ_Stavby" select="count(./egonp:SekciaStavbySJHodn)" /><xsl:choose><xsl:when test="$PocetRiadkovJ_Stavby&gt;1"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid" number-rows-spanned="{$PocetRiadkovJ_Stavby}+1"><fo:block margin-left="3pt" padding-left="1pt" padding-top="2pt" font-size="10px" keep-with-next="always"><xsl:value-of select="./egonp:SekciaStavbySJHodn/egonp:StavbySJHodn_predmet_memo" /></fo:block></fo:table-cell><fo:table-cell><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaStavby/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></fo:table-row><xsl:apply-templates select="./egonp:SekciaStavbySJHodn" /></xsl:when><xsl:otherwise><xsl:variable name="StavbySJHodn_sk_sj_memo"><xsl:call-template name="string-replace-all"><xsl:with-param name="text" select="./egonp:SekciaStavbySJHodn/egonp:StavbySJHodn_sk_sj_memo/text()" /><xsl:with-param name="replace" select="','" /><xsl:with-param name="by" select="'.'" /></xsl:call-template></xsl:variable><xsl:if test="number($StavbySJHodn_sk_sj_memo)!=0"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block margin-left="3pt" padding-left="1pt" padding-top="2pt" font-size="10px" keep-with-next="always"><xsl:value-of select="./egonp:SekciaStavbySJHodn/egonp:StavbySJHodn_predmet_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStavbySJHodn/egonp:StavbySJHodn_zakl_sj_memo" /></fo:block></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaStavby/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStavbySJHodn/egonp:StavbySJHodn_sadz_sj_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStavbySJHodn/egonp:StavbySJHodn_ulava_sj_memo" /></fo:block></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStavbySJHodn/egonp:StavbySJHodn_sadz_sj_memo" /></fo:block></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaStavbySJHodn/egonp:StavbySJHodn_sk_sj_memo" /></fo:block></fo:table-cell></fo:table-row></xsl:if></xsl:otherwise></xsl:choose></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaStavby/egonp:SekciaStavbySJ/egonp:SekciaStavbySJHodn"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySJHodn_zakl_sj_memo" /></fo:block></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaStavby/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySJHodn_sadz_sj_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySJHodn_ulava_sj_memo" /></fo:block></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySJHodn_sadz_sj_memo" /></fo:block></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:StavbySJHodn_sk_sj_memo" /></fo:block></fo:table-cell></fo:table-row></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaStavby/egonp:SekciaStavbySpolu"><fo:block font-weight="bold" margin-right="1mm" text-align="right" keep-with-previous.within-page="1"><fo:inline><fo:inline></fo:inline><xsl:call-template name="urobFormatovaneCislo"><xsl:with-param name="hodnota" select="./egonp:StavbySpolu_sumds" /></xsl:call-template><fo:inline></fo:inline><fo:inline>€</fo:inline></fo:inline></fo:block></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaByty"><xsl:if test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaByty/egonp:SekciaBytySpolu/egonp:BytySpolu_sumdb/text()"><xsl:variable name="BytySpoluSumdb"><xsl:call-template name="string-replace-all"><xsl:with-param name="text" select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaByty/egonp:SekciaBytySpolu/egonp:BytySpolu_sumdb/text()" /><xsl:with-param name="replace" select="&apos;,&apos;" /><xsl:with-param name="by" select="&apos;.&apos;" /></xsl:call-template></xsl:variable><xsl:if test="number($BytySpoluSumdb)!=0"><fo:block border-width="0.3pt" margin-left="0pt" margin-bottom="0pt" margin-top="0pt" margin-right="0pt"><fo:block font-weight="bold" font-size="11px" background-color="white" color="black" margin-top="3pt" margin-right="3pt" padding-left="1pt" padding-top="2pt" keep-with-next="always">III. Daň z bytov</fo:block><fo:table border-style="solid"><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaByty/text()=&apos;1&apos;"><fo:table-column column-width="245" /><fo:table-column column-width="70" /><fo:table-column column-width="70" /><fo:table-column column-width="70" /><fo:table-column column-width="70" /></xsl:when><xsl:otherwise><fo:table-column column-width="300" /><fo:table-column column-width="75" /><fo:table-column column-width="75" /><fo:table-column column-width="75" /></xsl:otherwise></xsl:choose><fo:table-body><fo:table-row keep-with-next="always" border-style="solid"><fo:table-cell border-width="0.3pt" border-style="solid" display-align="center"><fo:block font-weight="bold" margin-left="2pt"><xsl:value-of select="./egonp:SekciaByty_PredmetDane" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block font-weight="bold" text-align="center"><xsl:value-of select="./egonp:SekciaByty_ZakladDane" /></fo:block></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaByty/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block font-weight="bold" text-align="center"><xsl:value-of select="./egonp:SekciaByty_SadzbaDane" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block font-weight="bold" text-align="center"><xsl:value-of select="./egonp:SekciaByty_ZnizenieDane" /></fo:block></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block font-weight="bold" text-align="center"><xsl:value-of select="./egonp:SekciaByty_SadzbaDane" /></fo:block></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block font-weight="bold" text-align="center"><xsl:value-of select="./egonp:SekciaByty_DanPomernaCast" /></fo:block></fo:table-cell></fo:table-row><xsl:apply-templates select="./egonp:SekciaBytyBA" /><xsl:apply-templates select="./egonp:SekciaBytyBB" /><fo:table-row border-style="solid"><fo:table-cell><fo:block font-weight="bold" margin-left="1mm" text-align="left"><xsl:value-of select="./egonp:SekciaBytySpolu/egonp:BytySpolu_text" /></fo:block></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaByty/text()=&apos;1&apos;"><fo:table-cell number-columns-spanned="4"><xsl:apply-templates select="./egonp:SekciaBytySpolu" /></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell number-columns-spanned="3"><xsl:apply-templates select="./egonp:SekciaBytySpolu" /></fo:table-cell></xsl:otherwise></xsl:choose></fo:table-row></fo:table-body></fo:table><xsl:if test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaByty/egonp:SekciaBytyTextAfter/text()"><fo:block background-color="white" color="black" margin-top="3pt" margin-right="3pt" padding-left="1pt" padding-top="2pt" linefeed-treatment="preserve" text-align="justify"><xsl:value-of select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaByty/egonp:SekciaBytyTextAfter/text()" /></fo:block></xsl:if></fo:block></xsl:if></xsl:if></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaByty/egonp:SekciaBytyBA"><xsl:variable name="PocetRiadkovA_Byty" select="count(./egonp:SekciaBytyBAHodn)" /><xsl:choose><xsl:when test="$PocetRiadkovA_Byty&gt;1"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid" number-rows-spanned="{$PocetRiadkovA_Byty}+1"><fo:block margin-left="3pt" padding-left="1pt" padding-top="2pt" font-size="10px" keep-with-next="always"><xsl:value-of select="./egonp:SekciaBytyBAHodn/egonp:BytyBAHodn_predmet_memo" /></fo:block></fo:table-cell><fo:table-cell><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaByty/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></fo:table-row><xsl:apply-templates select="./egonp:SekciaBytyBAHodn" /></xsl:when><xsl:otherwise><xsl:variable name="BytyBAHodn_sk_ba_memo"><xsl:call-template name="string-replace-all"><xsl:with-param name="text" select="./egonp:SekciaBytyBAHodn/egonp:BytyBAHodn_sk_ba_memo/text()" /><xsl:with-param name="replace" select="','" /><xsl:with-param name="by" select="'.'" /></xsl:call-template></xsl:variable><xsl:if test="number($BytyBAHodn_sk_ba_memo)!=0"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block margin-left="3pt" padding-left="1pt" padding-top="2pt" font-size="10px" keep-with-next="always"><xsl:value-of select="./egonp:SekciaBytyBAHodn/egonp:BytyBAHodn_predmet_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaBytyBAHodn/egonp:BytyBAHodn_zakl_ba_memo" /></fo:block></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaByty/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaBytyBAHodn/egonp:BytyBAHodn_sadz_ba_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaBytyBAHodn/egonp:BytyBAHodn_ulava_ba_memo" /></fo:block></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaBytyBAHodn/egonp:BytyBAHodn_sadz_ba_memo" /></fo:block></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaBytyBAHodn/egonp:BytyBAHodn_sk_ba_memo" /></fo:block></fo:table-cell></fo:table-row></xsl:if></xsl:otherwise></xsl:choose></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaByty/egonp:SekciaBytyBA/egonp:SekciaBytyBAHodn"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:BytyBAHodn_zakl_ba_memo" /></fo:block></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaByty/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:BytyBAHodn_sadz_ba_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:BytyBAHodn_ulava_ba_memo" /></fo:block></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:BytyBAHodn_sadz_ba_memo" /></fo:block></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:BytyBAHodn_sk_ba_memo" /></fo:block></fo:table-cell></fo:table-row></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaByty/egonp:SekciaBytyBB"><xsl:variable name="PocetRiadkovB_Byty" select="count(./egonp:SekciaBytyBBHodn)" /><xsl:choose><xsl:when test="$PocetRiadkovB_Byty&gt;1"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid" number-rows-spanned="{$PocetRiadkovB_Byty}+1"><fo:block margin-left="3pt" padding-left="1pt" padding-top="2pt" font-size="10px" keep-with-next="always"><xsl:value-of select="./egonp:SekciaBytyBBHodn/egonp:BytyBBHodn_predmet_memo" /></fo:block></fo:table-cell><fo:table-cell><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaByty/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell><fo:block text-align="right" font-size="10px" margin-right="1mm" /></fo:table-cell></fo:table-row><xsl:apply-templates select="./egonp:SekciaBytyBBHodn" /></xsl:when><xsl:otherwise><xsl:variable name="BytyBBHodn_sk_bb_memo"><xsl:call-template name="string-replace-all"><xsl:with-param name="text" select="./egonp:SekciaBytyBBHodn/egonp:BytyBBHodn_sk_bb_memo/text()" /><xsl:with-param name="replace" select="','" /><xsl:with-param name="by" select="'.'" /></xsl:call-template></xsl:variable><xsl:if test="number($BytyBBHodn_sk_bb_memo)!=0"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block margin-left="3pt" padding-left="1pt" padding-top="2pt" font-size="10px" keep-with-next="always"><xsl:value-of select="./egonp:SekciaBytyBBHodn/egonp:BytyBBHodn_predmet_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaBytyBBHodn/egonp:BytyBBHodn_zakl_bb_memo" /></fo:block></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaByty/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaBytyBBHodn/egonp:BytyBBHodn_sadz_bb_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaBytyBBHodn/egonp:BytyBBHodn_ulava_bb_memo" /></fo:block></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaBytyBBHodn/egonp:BytyBBHodn_sadz_bb_memo" /></fo:block></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:SekciaBytyBBHodn/egonp:BytyBBHodn_sk_bb_memo" /></fo:block></fo:table-cell></fo:table-row></xsl:if></xsl:otherwise></xsl:choose></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaByty/egonp:SekciaBytyBB/egonp:SekciaBytyBBHodn"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:BytyBBHodn_zakl_bb_memo" /></fo:block></fo:table-cell><xsl:choose><xsl:when test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:AddExtraColumnUlavaByty/text()=&apos;1&apos;"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:BytyBBHodn_sadz_bb_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:BytyBBHodn_ulava_bb_memo" /></fo:block></fo:table-cell></xsl:when><xsl:otherwise><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:BytyBBHodn_sadz_bb_memo" /></fo:block></fo:table-cell></xsl:otherwise></xsl:choose><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:BytyBBHodn_sk_bb_memo" /></fo:block></fo:table-cell></fo:table-row></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaByty/egonp:SekciaBytySpolu"><fo:block font-weight="bold" margin-right="1mm" text-align="right" keep-with-previous.within-page="1"><fo:inline><fo:inline></fo:inline><xsl:call-template name="urobFormatovaneCislo"><xsl:with-param name="hodnota" select="./egonp:BytySpolu_sumdb" /></xsl:call-template><fo:inline></fo:inline><fo:inline>€</fo:inline></fo:inline></fo:block></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaDzNSuma"><fo:block border-width="0.3pt" border-top="solid" margin-left="1pt" margin-top="1pt" margin-right="1pt"><fo:block><fo:table><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell width="249"><fo:block margin-top="1mm" margin-right="3mm"><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell width="185"><fo:block font-weight="bold">Daň z nehnuteľností v sume:</fo:block></fo:table-cell><fo:table-cell width="70"><fo:block font-weight="bold"><xsl:value-of select="./egonp:DzNSuma_sumdzn" /><fo:inline color="white">___</fo:inline></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:block></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaPes"><xsl:if test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaPes/egonp:SekciaPesSuma/egonp:PesSuma_sumpes/text()"><fo:block border-width="0.3pt" margin-left="1pt" margin-top="20pt" margin-right="1pt"><fo:block margin-bottom="6pt"><fo:block font-weight="bold" font-size="12px" background-color="white" color="black" margin-left="3pt" margin-top="3pt" margin-right="3pt" padding-left="1pt" padding-top="2pt" keep-with-next.within-page="1">B. Daň za psa v sume:
                        <fo:inline></fo:inline><fo:inline><xsl:call-template name="urobFormatovaneCislo"><xsl:with-param name="hodnota" select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaPes/egonp:SekciaPesSuma/egonp:PesSuma_sumpes/text()" /></xsl:call-template><fo:inline></fo:inline><fo:inline>€</fo:inline></fo:inline></fo:block><fo:table border-style="solid"><fo:table-column column-width="175" /><fo:table-column column-width="175" /><fo:table-column column-width="175" /><fo:table-body><fo:table-row keep-with-next="always"><fo:table-cell border-width="0.3pt" border-style="solid" display-align="center"><fo:block font-weight="bold" margin-left="2pt"><xsl:value-of select="./egonp:SekciaPes_Pocet" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block font-weight="bold" text-align="center"><xsl:value-of select="./egonp:SekciaPes_SadzbaDane" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block font-weight="bold" text-align="center"><xsl:value-of select="./egonp:SekciaPes_DanPomernaCast" /></fo:block></fo:table-cell></fo:table-row><xsl:apply-templates select="./egonp:SekciaPesHodn" /><!--<xsl:apply-templates select="./egonp:SekciaPesSuma"/>--></fo:table-body></fo:table><xsl:if test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaPes/egonp:SekciaPesTextAfter/text()"><fo:block background-color="white" color="black" margin-top="3pt" margin-right="3pt" padding-left="1pt" padding-top="2pt" linefeed-treatment="preserve" text-align="justify"><xsl:value-of select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaPes/egonp:SekciaPesTextAfter/text()" /></fo:block></xsl:if></fo:block></fo:block></xsl:if></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaPes/egonp:SekciaPesHodn"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block font-size="10px" margin-left="1mm"><xsl:value-of select="./egonp:PesHodn_zakl_pes_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PesHodn_sadz_pes_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:PesHodn_sk_pes_memo" /></fo:block></fo:table-cell></fo:table-row></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaPes/egonp:SekciaPesSuma"><fo:block border-width="0.3pt" border-top="solid" margin-left="1pt" margin-top="1pt" margin-right="1pt" keep-with-previous.within-page="1"><fo:block><fo:table><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell width="262"><fo:block margin-top="1mm" margin-right="3mm"><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell width="198"><fo:block font-weight="bold">Daň za psa v sume:</fo:block></fo:table-cell><fo:table-cell width="70"><fo:block font-weight="bold"><xsl:value-of select="./egonp:PesSuma_sumpes" /><fo:inline color="white">___</fo:inline></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:block></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaAUT"><xsl:if test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaAUT/egonp:SekciaAUTSuma/egonp:AUTSuma_sumaut/text()"><fo:block border-width="0.3pt" margin-left="1pt" margin-top="6pt" margin-right="1pt"><fo:block margin-bottom="6pt"><fo:block font-weight="bold" font-size="12px" background-color="white" color="black" margin-left="3pt" margin-top="20pt" margin-right="3pt" padding-left="1pt" padding-top="2pt" keep-with-next.within-page="1">C. Daň za predajné automaty v sume:
                        <fo:inline></fo:inline><fo:inline><xsl:call-template name="urobFormatovaneCislo"><xsl:with-param name="hodnota" select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaAUT/egonp:SekciaAUTSuma/egonp:AUTSuma_sumaut/text()" /></xsl:call-template><fo:inline></fo:inline><fo:inline>€</fo:inline></fo:inline></fo:block><fo:table border-style="solid"><fo:table-column column-width="175" /><fo:table-column column-width="175" /><fo:table-column column-width="175" /><fo:table-body><fo:table-row keep-with-next="always"><fo:table-cell border-width="0.3pt" border-style="solid" display-align="center"><fo:block font-weight="bold" margin-left="2pt"><xsl:value-of select="./egonp:SekciaAUT_Pocet" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block font-weight="bold" text-align="center"><xsl:value-of select="./egonp:SekciaAUT_SadzbaDane" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block font-weight="bold" text-align="center"><xsl:value-of select="./egonp:SekciaAUT_DanPomernaCast" /></fo:block></fo:table-cell></fo:table-row><xsl:apply-templates select="./egonp:SekciaAUTHodn" /><!--<xsl:apply-templates select="./egonp:SekciaAUTSuma"/>--></fo:table-body></fo:table><xsl:if test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaAUT/egonp:SekciaAUTTextAfter/text()"><fo:block background-color="white" color="black" margin-top="3pt" margin-right="3pt" padding-left="1pt" padding-top="2pt" linefeed-treatment="preserve" text-align="justify"><xsl:value-of select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaAUT/egonp:SekciaAUTTextAfter/text()" /></fo:block></xsl:if></fo:block></fo:block></xsl:if></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaAUT/egonp:SekciaAUTHodn"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block font-size="10px" margin-left="1mm"><xsl:value-of select="./egonp:AUTHodn_zakl_aut_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:AUTHodn_sadz_aut_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:AUTHodn_sk_aut_memo" /></fo:block></fo:table-cell></fo:table-row></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaAUT/egonp:SekciaAUTSuma"><fo:block border-width="0.3pt" border-top="solid" margin-left="1pt" margin-top="1pt" margin-right="1pt" keep-with-previous.within-page="1"><fo:block><fo:table><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell width="262"><fo:block margin-top="1mm" margin-right="3mm"><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell width="198"><fo:block font-weight="bold">Daň za predajné automaty v sume:</fo:block></fo:table-cell><fo:table-cell width="70"><fo:block font-weight="bold"><xsl:value-of select="./egonp:AUTSuma_sumaut" /><fo:inline color="white">___</fo:inline></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:block></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaNHP"><xsl:if test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaNHP/egonp:SekciaNHPSuma/egonp:NHPSuma_sumhnp/text()"><fo:block border-width="0.3pt" margin-left="1pt" margin-top="6pt" margin-right="1pt"><fo:block margin-bottom="6pt"><fo:block font-weight="bold" font-size="12px" background-color="white" color="black" margin-left="3pt" margin-top="20pt" margin-right="3pt" padding-left="1pt" padding-top="2pt" keep-with-next.within-page="1">D. Daň za nevýherné hracie prístroje v sume:
                        <fo:inline></fo:inline><fo:inline><xsl:call-template name="urobFormatovaneCislo"><xsl:with-param name="hodnota" select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaNHP/egonp:SekciaNHPSuma/egonp:NHPSuma_sumhnp/text()" /></xsl:call-template><fo:inline></fo:inline><fo:inline>€</fo:inline></fo:inline></fo:block><fo:table border-style="solid"><fo:table-column column-width="175" /><fo:table-column column-width="175" /><fo:table-column column-width="175" /><fo:table-body><fo:table-row keep-with-next="always"><fo:table-cell border-width="0.3pt" border-style="solid" display-align="center"><fo:block font-weight="bold" margin-left="2pt"><xsl:value-of select="./egonp:SekciaNHP_Pocet" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block font-weight="bold" text-align="center"><xsl:value-of select="./egonp:SekciaNHP_SadzbaDane" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block font-weight="bold" text-align="center"><xsl:value-of select="./egonp:SekciaNHP_DanPomernaCast" /></fo:block></fo:table-cell></fo:table-row><xsl:apply-templates select="./egonp:SekciaNHPHodn" /><!--<xsl:apply-templates select="./egonp:SekciaNHPSuma"/>--></fo:table-body></fo:table><xsl:if test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaNHP/egonp:SekciaNHPTextAfter/text()"><fo:block background-color="white" color="black" margin-top="3pt" margin-right="3pt" padding-left="1pt" padding-top="2pt" linefeed-treatment="preserve" text-align="justify"><xsl:value-of select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaNHP/egonp:SekciaNHPTextAfter/text()" /></fo:block></xsl:if></fo:block></fo:block></xsl:if></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaNHP/egonp:SekciaNHPHodn"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block font-size="10px" margin-left="1mm"><xsl:value-of select="./egonp:NHPHodn_zakl_nhp_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:NHPHodn_sadz_nhp_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block text-align="right" font-size="10px" margin-right="1mm"><xsl:value-of select="./egonp:NHPHodn_sk_nhp_memo" /></fo:block></fo:table-cell></fo:table-row></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaNHP/egonp:SekciaNHPSuma"><fo:block border-width="0.3pt" border-top="solid" margin-left="1pt" margin-top="1pt" margin-right="1pt" keep-with-previous.within-page="1"><fo:block><fo:table><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell><fo:block margin-top="1mm" margin-right="3mm"><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell width="250"><fo:block font-weight="bold">Daň za nevýherné hracie prístroje v sume:</fo:block></fo:table-cell><fo:table-cell width="70"><fo:block font-weight="bold"><xsl:value-of select="./egonp:NHPSuma_sumhnp" /><fo:inline color="white">___</fo:inline></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:block></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzNSpl"><fo:block background-color="white" color="black" margin-left="3pt" margin-right="3pt" padding-left="1pt" margin-top="3mm" linefeed-treatment="preserve"><xsl:value-of select="./egonp:SekciaDzNSpl_text" /></fo:block><xsl:if test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzNSpl/egonp:SekciaDzNSplSuma/egonp:SekciaDzNSplSuma_sumdzn/text()"><fo:block border-width="0.3pt" margin-left="1pt" margin-right="1pt" margin-top="2mm"><fo:block><fo:block font-weight="bold" font-size="11px" background-color="white" color="black" margin-left="3pt" margin-right="3pt" padding-left="1pt" keep-with-next.within-page="1">A. Daň z nehnuteľností - splátky a lehoty splatnosti splátok</fo:block><fo:table border-style="solid"><fo:table-column column-width="260" /><fo:table-column column-width="265" /><fo:table-body><fo:table-row keep-with-next="always"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block font-weight="bold"><xsl:value-of select="./egonp:SekciaDzNSpl_SumaSplatky" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block font-weight="bold" text-align="center"><xsl:value-of select="./egonp:SekciaDzNSpl_Lehota" /></fo:block></fo:table-cell></fo:table-row><xsl:apply-templates select="./egonp:SekciaDzNSplHodn" /></fo:table-body></fo:table><xsl:apply-templates select="./egonp:SekciaDzNSplSuma" /></fo:block></fo:block></xsl:if></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzNSpl/egonp:SekciaDzNSplHodn"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block font-size="10px" margin-left="1mm"><xsl:value-of select="./egonp:DzNSplHodn_sk_spl_dzn_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block font-size="10px" margin-left="1mm"><xsl:value-of select="./egonp:DzNSplHodn_d_spl_dzn_memo" /></fo:block></fo:table-cell></fo:table-row></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzNSpl/egonp:SekciaDzNSplSuma"><fo:block keep-with-previous.within-page="1"><fo:block font-weight="bold"><xsl:value-of select="./egonp:SekciaDzNSplSuma_text" /><fo:inline></fo:inline><xsl:call-template name="urobFormatovaneCislo"><xsl:with-param name="hodnota" select="./egonp:SekciaDzNSplSuma_sumdzn" /></xsl:call-template><fo:inline></fo:inline><fo:inline>€</fo:inline></fo:block></fo:block></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaPesSpl"><xsl:if test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaPesSpl/egonp:SekciaPesSplSuma/egonp:SekciaPesSplSuma_sumpes/text()"><fo:block border-width="0.3pt" margin-left="1pt" margin-top="5pt" margin-right="1pt"><fo:block margin-bottom="1pt"><fo:block font-weight="bold" font-size="11px" background-color="white" color="black" margin-left="3pt" margin-top="3pt" margin-right="3pt" padding-left="1pt" padding-top="2pt" keep-with-next.within-page="1">B. Daň za psa - splátky a lehoty splatnosti splátok</fo:block><fo:table border-style="solid"><fo:table-column column-width="260" /><fo:table-column column-width="265" /><fo:table-body><fo:table-row keep-with-next="always"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block font-weight="bold"><xsl:value-of select="./egonp:SekciaPesSpl_SumaSplatky" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block font-weight="bold" text-align="center"><xsl:value-of select="./egonp:SekciaPesSpl_Lehota" /></fo:block></fo:table-cell></fo:table-row><xsl:apply-templates select="./egonp:SekciaPesSplHodn" /></fo:table-body></fo:table><xsl:apply-templates select="./egonp:SekciaPesSplSuma" /></fo:block></fo:block></xsl:if></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaPesSpl/egonp:SekciaPesSplHodn"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block font-size="10px" margin-left="1mm"><xsl:value-of select="./egonp:PesSplHodn_sk_spl_pes_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block font-size="10px" margin-left="1mm"><xsl:value-of select="./egonp:PesSplHodn_d_spl_pes_memo" /></fo:block></fo:table-cell></fo:table-row></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaPesSpl/egonp:SekciaPesSplSuma"><fo:block keep-with-previous.within-page="1"><fo:block font-weight="bold"><xsl:value-of select="./egonp:SekciaPesSplSuma_text" /><fo:inline></fo:inline><xsl:call-template name="urobFormatovaneCislo"><xsl:with-param name="hodnota" select="./egonp:SekciaPesSplSuma_sumpes" /></xsl:call-template><fo:inline></fo:inline><fo:inline>€</fo:inline></fo:block></fo:block></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaAUTSpl"><xsl:if test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaAUTSpl/egonp:SekciaAUTSplSuma/egonp:SekciaAUTSplSuma_sumaut/text()"><fo:block border-width="0.3pt" margin-left="1pt" margin-top="5pt" margin-right="1pt"><fo:block margin-bottom="1pt"><fo:block font-weight="bold" font-size="11px" background-color="white" color="black" margin-left="3pt" margin-top="3pt" margin-right="3pt" padding-left="1pt" padding-top="2pt" keep-with-next.within-page="1">C. Daň za predajné automaty - splátky a lehoty splatnosti splátok</fo:block><fo:table border-style="solid"><fo:table-column column-width="260" /><fo:table-column column-width="265" /><fo:table-body><fo:table-row keep-with-next="always"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block font-weight="bold"><xsl:value-of select="./egonp:SekciaAUTSpl_SumaSplatky" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block font-weight="bold" text-align="center"><xsl:value-of select="./egonp:SekciaAUTSpl_Lehota" /></fo:block></fo:table-cell></fo:table-row><xsl:apply-templates select="./egonp:SekciaAUTSplHodn" /></fo:table-body></fo:table><xsl:apply-templates select="./egonp:SekciaAUTSplSuma" /></fo:block></fo:block></xsl:if></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaAUTSpl/egonp:SekciaAUTSplHodn"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block font-size="10px" margin-left="1mm"><xsl:value-of select="./egonp:AUTSplHodn_sk_spl_aut_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block font-size="10px" margin-left="1mm"><xsl:value-of select="./egonp:AUTSplHodn_d_spl_aut_memo" /></fo:block></fo:table-cell></fo:table-row></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaAUTSpl/egonp:SekciaAUTSplSuma"><fo:block keep-with-previous.within-page="1"><fo:block font-weight="bold"><xsl:value-of select="./egonp:SekciaAUTSplSuma_text" /><fo:inline></fo:inline><xsl:call-template name="urobFormatovaneCislo"><xsl:with-param name="hodnota" select="./egonp:SekciaAUTSplSuma_sumaut" /></xsl:call-template><fo:inline></fo:inline><fo:inline>€</fo:inline></fo:block></fo:block></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaNHPSpl"><xsl:if test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaNHPSpl/egonp:SekciaNHPSplSuma/egonp:SekciaNHPSplSuma_sumnhp/text()"><fo:block border-width="0.3pt" margin-left="1pt" margin-top="5pt" margin-right="1pt"><fo:block margin-bottom="1pt"><fo:block font-weight="bold" font-size="11px" background-color="white" color="black" margin-left="3pt" margin-top="3pt" margin-right="3pt" padding-left="1pt" padding-top="2pt" keep-with-next="1">D. Daň za nevýherné hracie prístroje - splátky a lehoty splatnosti splátok</fo:block><fo:table border-style="solid"><fo:table-column column-width="260" /><fo:table-column column-width="265" /><fo:table-body><fo:table-row keep-with-next="always"><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block font-weight="bold"><xsl:value-of select="./egonp:SekciaNHPSpl_SumaSplatky" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block font-weight="bold" text-align="center"><xsl:value-of select="./egonp:SekciaNHPSpl_Lehota" /></fo:block></fo:table-cell></fo:table-row><xsl:apply-templates select="./egonp:SekciaNHPSplHodn" /></fo:table-body></fo:table><xsl:apply-templates select="./egonp:SekciaNHPSplSuma" /></fo:block></fo:block></xsl:if></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaNHPSpl/egonp:SekciaNHPSplHodn"><fo:table-row><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block font-size="10px" margin-left="1mm"><xsl:value-of select="./egonp:NHPSplHodn_sk_spl_nhp_memo" /></fo:block></fo:table-cell><fo:table-cell border-width="0.3pt" border-style="solid"><fo:block font-size="10px" margin-left="1mm"><xsl:value-of select="./egonp:NHPSplHodn_d_spl_nhp_memo" /></fo:block></fo:table-cell></fo:table-row></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaNHPSpl/egonp:SekciaNHPSplSuma"><fo:block keep-with-previous.within-page="1"><fo:block font-weight="bold"><xsl:value-of select="./egonp:SekciaNHPSplSuma_text" /><fo:inline></fo:inline><xsl:call-template name="urobFormatovaneCislo"><xsl:with-param name="hodnota" select="./egonp:SekciaNHPSplSuma_sumnhp" /></xsl:call-template><fo:inline></fo:inline><fo:inline>€</fo:inline></fo:block></fo:block></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzNPlatba"><xsl:if test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzNPlatba/egonp:SekciaDzNPlatbaHodn/egonp:DzNPlatbaHodn_vs_dzn/text()"><fo:block border-width="0.3pt" margin-left="1pt" margin-top="1pt" margin-right="1pt"><fo:block margin-bottom="1pt"><fo:table><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell><fo:block margin-top="1mm" margin-right="3mm" keep-with-next="1"><fo:table><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell><fo:block font-weight="bold" text-transform="uppercase" margin-top="1mm"><xsl:value-of select="./egonp:SekciaDzNPlatba_text_PU" /></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block><fo:block font-weight="bold" margin-top="1mm"><xsl:value-of select="./egonp:SekciaDzNPlatba_text" /></fo:block><xsl:apply-templates select="./egonp:SekciaDzNPlatbaHodn" /></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:block></xsl:if></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDzNPlatba/egonp:SekciaDzNPlatbaHodn"><fo:block border-width="0.3pt" margin-left="1pt" margin-top="1pt" margin-right="1pt"><fo:block margin-bottom="1pt"><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell><fo:block margin-top="0mm"><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell width="120"><fo:block font-weight="bold"><xsl:value-of select="./egonp:DzNPlatbaHodn_suma_text" /></fo:block></fo:table-cell><fo:table-cell border-width="0.6pt" background-color="white" padding="1pt" width="200"><fo:block><xsl:call-template name="urobFormatovaneCislo"><xsl:with-param name="hodnota" select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzNSpl/egonp:SekciaDzNSplSuma/egonp:SekciaDzNSplSuma_sumdzn" /></xsl:call-template><fo:inline></fo:inline></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block><fo:block margin-top="0mm"><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell width="120"><fo:block font-weight="bold"><xsl:value-of select="./egonp:DzNPlatbaHodn_mena_text" /></fo:block></fo:table-cell><fo:table-cell border-width="0.6pt" background-color="white" padding="1pt" width="200"><fo:block><xsl:value-of select="./egonp:DzNPlatbaHodn_mena" /></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block><fo:block margin-top="0mm"><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell width="120"><fo:block font-weight="bold"><xsl:value-of select="./egonp:DzNPlatbaHodn_cu_text" /></fo:block></fo:table-cell><fo:table-cell border-width="0.6pt" background-color="white" padding="1pt" width="200"><fo:block><xsl:value-of select="./egonp:DzNPlatbaHodn_gatl43" /><fo:inline color="white">___</fo:inline></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block><fo:block margin-top="0mm"><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell width="120"><fo:block font-weight="bold"><xsl:value-of select="./egonp:DzNPlatbaHodn_swift_text" /></fo:block></fo:table-cell><fo:table-cell border-width="0.6pt" background-color="white" padding="1pt" width="200"><fo:block><xsl:value-of select="./egonp:DzNPlatbaHodn_gatl16_gatl18" /><fo:inline color="white">___</fo:inline></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block><fo:block margin-top="0mm"><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell width="120"><fo:block font-weight="bold"><xsl:value-of select="./egonp:DzNPlatbaHodn_vs_text" /></fo:block></fo:table-cell><fo:table-cell border-width="0.6pt" background-color="white" padding="1pt" width="200"><fo:block><xsl:value-of select="./egonp:DzNPlatbaHodn_vs_dzn" /><fo:inline color="white">___</fo:inline></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block><fo:block margin-top="0mm"><xsl:if test="./egonp:DzNPlatbaHodn_ss_dzn/text()"><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell width="120"><fo:block font-weight="bold"><xsl:value-of select="./egonp:DzNPlatbaHodn_ss_text" /></fo:block></fo:table-cell><fo:table-cell border-width="0.6pt" background-color="white" padding="1pt" width="200"><fo:block><xsl:value-of select="./egonp:DzNPlatbaHodn_ss_dzn" /><fo:inline color="white">___</fo:inline></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></xsl:if></fo:block><fo:block margin-top="0mm"><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell width="120"><fo:block font-weight="bold"><xsl:value-of select="./egonp:DzNPlatbaHodn_ks_text" /></fo:block></fo:table-cell><fo:table-cell border-width="0.6pt" background-color="white" padding="1pt" width="200"><fo:block space-after="20px"><xsl:value-of select="./egonp:DzNPlatbaHodn_gatl20" /><fo:inline color="white">___</fo:inline></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:table-cell><fo:table-cell><fo:block margin-top="1mm"><xsl:if test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzNPlatba/egonp:SekciaDzNPlatbaHodn/egonp:DzNPlatbaHodn_qrcode/text()"><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell width="57"><fo:block text-align="right" padding-left="60pt">QR kód</fo:block><fo:block text-align="right" padding-left="60pt">(načítaním v mobilnej aplikácii svojej banky vykonáte úhradu)</fo:block></fo:table-cell><fo:table-cell border-width="0.6pt" background-color="white" padding="1pt" width="273"><fo:block><xsl:variable name="apostrophe">&apos;</xsl:variable><xsl:variable name="QRIMG_data" select="./egonp:DzNPlatbaHodn_qrcode" /><xsl:variable name="QRIMG" select="concat(&apos;url(&apos;,$apostrophe,&apos;data:image/png;base64,&apos;,$QRIMG_data,$apostrophe,&apos;)&apos;)" /><fo:external-graphic content-height="10%" scaling="uniform" src="{$QRIMG}" /></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></xsl:if></fo:block></fo:table-cell></fo:table-row><xsl:if test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzNPlatba/egonp:SekciaDzNPlatbaHodn/egonp:DzNPlatbaHodn_barcode/text()"><fo:table-row><fo:table-cell number-columns-spanned="2"><fo:block margin-top="1mm" margin-right="3mm"><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell border-width="0.6pt" background-color="white" padding="1pt" width="350"><fo:block><xsl:variable name="apostrophe">&apos;</xsl:variable><xsl:variable name="barcodeIMG_data" select="./egonp:DzNPlatbaHodn_barcode" /><xsl:variable name="barcodeIMG" select="concat(&apos;url(&apos;,$apostrophe,&apos;data:image/png;base64,&apos;,$barcodeIMG_data,$apostrophe,&apos;)&apos;)" /><fo:external-graphic content-height="250%" scaling="uniform" src="{$barcodeIMG}" /></fo:block></fo:table-cell><fo:table-cell width="140" text-align="left"><fo:block margin-top="10px">Čiarový kód (možné načítať iba v pokladni mestského úradu)</fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:table-cell></fo:table-row></xsl:if></fo:table-body></fo:table></fo:block></fo:block></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaPesPlatba"><xsl:if test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaPesPlatba/egonp:SekciaPesPlatbaHodn/egonp:PesPlatbaHodn_vs_pes/text()"><fo:block border-width="0.3pt" margin-left="1pt" margin-top="1pt" margin-right="1pt"><fo:block margin-bottom="1pt"><fo:table><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell><fo:block margin-top="1mm" margin-right="3mm" keep-with-next="1"><fo:table><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell><fo:block font-weight="bold" text-transform="uppercase" margin-top="1mm"><xsl:value-of select="./egonp:SekciaPesPlatba_text_PU" /></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block><fo:block font-weight="bold" margin-top="1mm"><xsl:value-of select="./egonp:SekciaPesPlatba_text" /></fo:block><xsl:apply-templates select="./egonp:SekciaPesPlatbaHodn" /></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:block></xsl:if></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaPesPlatba/egonp:SekciaPesPlatbaHodn"><fo:block border-width="0.3pt" margin-left="1pt" margin-top="1pt" margin-right="1pt"><fo:block margin-bottom="1pt"><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell><fo:block margin-top="0mm"><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell width="120"><fo:block font-weight="bold"><xsl:value-of select="./egonp:PesPlatbaHodn_suma_text" /></fo:block></fo:table-cell><fo:table-cell border-width="0.6pt" background-color="white" padding="1pt" width="200"><fo:block><xsl:call-template name="urobFormatovaneCislo"><xsl:with-param name="hodnota" select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaPesSpl/egonp:SekciaPesSplSuma/egonp:SekciaPesSplSuma_sumpes" /></xsl:call-template><fo:inline></fo:inline></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block><fo:block margin-top="0mm"><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell width="120"><fo:block font-weight="bold"><xsl:value-of select="./egonp:PesPlatbaHodn_mena_text" /></fo:block></fo:table-cell><fo:table-cell border-width="0.6pt" background-color="white" padding="1pt" width="200"><fo:block><xsl:value-of select="./egonp:PesPlatbaHodn_mena" /></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block><fo:block margin-top="0mm"><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell width="120"><fo:block font-weight="bold"><xsl:value-of select="./egonp:PesPlatbaHodn_cu_text" /></fo:block></fo:table-cell><fo:table-cell border-width="0.6pt" background-color="white" padding="1pt" width="200"><fo:block><xsl:value-of select="./egonp:PesPlatbaHodn_gatl44" /><fo:inline color="white">___</fo:inline></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block><fo:block margin-top="0mm"><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell width="120"><fo:block font-weight="bold"><xsl:value-of select="./egonp:PesPlatbaHodn_swift_text" /></fo:block></fo:table-cell><fo:table-cell border-width="0.6pt" background-color="white" padding="1pt" width="200"><fo:block><xsl:value-of select="./egonp:PesPlatbaHodn_gatl17_gatl19" /><fo:inline color="white">___</fo:inline></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block><fo:block margin-top="0mm"><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell width="120"><fo:block font-weight="bold"><xsl:value-of select="./egonp:PesPlatbaHodn_vs_text" /></fo:block></fo:table-cell><fo:table-cell border-width="0.6pt" background-color="white" padding="1pt" width="200"><fo:block><xsl:value-of select="./egonp:PesPlatbaHodn_vs_pes" /><fo:inline color="white">___</fo:inline></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block><fo:block margin-top="0mm"><xsl:if test="./egonp:PesPlatbaHodn_ss_pes/text()"><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell width="120"><fo:block font-weight="bold"><xsl:value-of select="./egonp:PesPlatbaHodn_ss_text" /></fo:block></fo:table-cell><fo:table-cell border-width="0.6pt" background-color="white" padding="1pt" width="200"><fo:block><xsl:value-of select="./egonp:PesPlatbaHodn_ss_pes" /><fo:inline color="white">___</fo:inline></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></xsl:if></fo:block><fo:block margin-top="0mm"><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell width="120"><fo:block font-weight="bold"><xsl:value-of select="./egonp:PesPlatbaHodn_ks_text" /></fo:block></fo:table-cell><fo:table-cell border-width="0.6pt" background-color="white" padding="1pt" width="200"><fo:block space-after="20px"><xsl:value-of select="./egonp:PesPlatbaHodn_gatl21" /><fo:inline color="white">___</fo:inline></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:table-cell><fo:table-cell><fo:block margin-top="1mm"><xsl:if test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaPesPlatba/egonp:SekciaPesPlatbaHodn/egonp:PesPlatbaHodn_qrcode/text()"><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell width="57"><fo:block text-align="right" padding-left="60pt">QR kód</fo:block><fo:block text-align="right" padding-left="60pt">(načítaním v mobilnej aplikácii svojej banky vykonáte úhradu)</fo:block></fo:table-cell><fo:table-cell border-width="0.6pt" background-color="white" padding="1pt" width="273"><fo:block><xsl:variable name="apostrophe">&apos;</xsl:variable><xsl:variable name="QRIMG_data" select="./egonp:PesPlatbaHodn_qrcode" /><xsl:variable name="QRIMG" select="concat(&apos;url(&apos;,$apostrophe,&apos;data:image/png;base64,&apos;,$QRIMG_data,$apostrophe,&apos;)&apos;)" /><fo:external-graphic content-height="10%" scaling="uniform" src="{$QRIMG}" /></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></xsl:if></fo:block></fo:table-cell></fo:table-row><xsl:if test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaPesPlatba/egonp:SekciaPesPlatbaHodn/egonp:PesPlatbaHodn_barcode/text()"><fo:table-row><fo:table-cell><fo:block margin-top="1mm" margin-right="3mm"><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell border-width="0.6pt" background-color="white" padding="1pt" width="350"><fo:block><xsl:variable name="apostrophe">&apos;</xsl:variable><xsl:variable name="barcodeIMG_data" select="./egonp:PesPlatbaHodn_barcode" /><xsl:variable name="barcodeIMG" select="concat(&apos;url(&apos;,$apostrophe,&apos;data:image/png;base64,&apos;,$barcodeIMG_data,$apostrophe,&apos;)&apos;)" /><fo:external-graphic content-height="250%" scaling="uniform" src="{$barcodeIMG}" /></fo:block></fo:table-cell><fo:table-cell width="140" text-align="left"><fo:block margin-top="10px">Čiarový kód (možné načítať iba v pokladni mestského úradu)</fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:table-cell></fo:table-row></xsl:if></fo:table-body></fo:table></fo:block></fo:block></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaAUTPlatba"><xsl:if test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaAUTPlatba/egonp:SekciaAUTPlatbaHodn/egonp:AUTPlatbaHodn_vs_aut/text()"><fo:block border-width="0.3pt" margin-left="1pt" margin-top="1pt" margin-right="1pt"><fo:block margin-bottom="1pt"><fo:table><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell><fo:block margin-top="1mm" margin-right="3mm" keep-with-next="1"><fo:table><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell><fo:block font-weight="bold" text-transform="uppercase" margin-top="1mm"><xsl:value-of select="./egonp:SekciaAUTPlatba_text_PU" /></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block><fo:block font-weight="bold" margin-top="1mm"><xsl:value-of select="./egonp:SekciaAUTPlatba_text" /></fo:block><xsl:apply-templates select="./egonp:SekciaAUTPlatbaHodn" /></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:block></xsl:if></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaAUTPlatba/egonp:SekciaAUTPlatbaHodn"><fo:block border-width="0.3pt" margin-left="1pt" margin-top="1pt" margin-right="1pt"><fo:block margin-bottom="1pt"><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell><fo:block margin-top="0mm"><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell width="120"><fo:block font-weight="bold"><xsl:value-of select="./egonp:AUTPlatbaHodn_suma_text" /></fo:block></fo:table-cell><fo:table-cell border-width="0.6pt" background-color="white" padding="1pt" width="200"><fo:block><xsl:call-template name="urobFormatovaneCislo"><xsl:with-param name="hodnota" select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaAUTSpl/egonp:SekciaAUTSplSuma/egonp:SekciaAUTSplSuma_sumaut" /></xsl:call-template><fo:inline></fo:inline></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block><fo:block margin-top="0mm"><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell width="120"><fo:block font-weight="bold"><xsl:value-of select="./egonp:AUTPlatbaHodn_mena_text" /></fo:block></fo:table-cell><fo:table-cell border-width="0.6pt" background-color="white" padding="1pt" width="200"><fo:block><xsl:value-of select="./egonp:AUTPlatbaHodn_mena" /></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block><fo:block margin-top="0mm"><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell width="120"><fo:block font-weight="bold"><xsl:value-of select="./egonp:AUTPlatbaHodn_cu_text" /></fo:block></fo:table-cell><fo:table-cell border-width="0.6pt" background-color="white" padding="1pt" width="200"><fo:block><xsl:value-of select="./egonp:AUTPlatbaHodn_gatl45" /><fo:inline color="white">___</fo:inline></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block><fo:block margin-top="0mm"><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell width="120"><fo:block font-weight="bold"><xsl:value-of select="./egonp:AUTPlatbaHodn_swift_text" /></fo:block></fo:table-cell><fo:table-cell border-width="0.6pt" background-color="white" padding="1pt" width="200"><fo:block><xsl:value-of select="./egonp:AUTPlatbaHodn_gatl38_gatl40" /><fo:inline color="white">___</fo:inline></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block><fo:block margin-top="0mm"><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell width="120"><fo:block font-weight="bold"><xsl:value-of select="./egonp:AUTPlatbaHodn_vs_text" /></fo:block></fo:table-cell><fo:table-cell border-width="0.6pt" background-color="white" padding="1pt" width="200"><fo:block><xsl:value-of select="./egonp:AUTPlatbaHodn_vs_aut" /><fo:inline color="white">___</fo:inline></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block><fo:block margin-top="0mm"><xsl:if test="./egonp:AUTPlatbaHodn_ss_aut/text()"><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell width="120"><fo:block font-weight="bold"><xsl:value-of select="./egonp:AUTPlatbaHodn_ss_text" /></fo:block></fo:table-cell><fo:table-cell border-width="0.6pt" background-color="white" padding="1pt" width="200"><fo:block><xsl:value-of select="./egonp:AUTPlatbaHodn_ss_aut" /><fo:inline color="white">___</fo:inline></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></xsl:if></fo:block><fo:block margin-top="0mm"><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell width="120"><fo:block font-weight="bold"><xsl:value-of select="./egonp:AUTPlatbaHodn_ks_text" /></fo:block></fo:table-cell><fo:table-cell border-width="0.6pt" background-color="white" padding="1pt" width="200"><fo:block space-after="20px"><xsl:value-of select="./egonp:AUTPlatbaHodn_gatl22" /><fo:inline color="white">___</fo:inline></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:table-cell><fo:table-cell><fo:block margin-top="1mm"><xsl:if test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaAUTPlatba/egonp:SekciaAUTPlatbaHodn/egonp:AUTPlatbaHodn_qrcode/text()"><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell width="57"><fo:block text-align="right" padding-left="60pt">QR kód</fo:block><fo:block text-align="right" padding-left="60pt">(načítaním v mobilnej aplikácii svojej banky vykonáte úhradu)</fo:block></fo:table-cell><fo:table-cell border-width="0.6pt" background-color="white" padding="1pt" width="273"><fo:block><xsl:variable name="apostrophe">&apos;</xsl:variable><xsl:variable name="QRIMG_data" select="./egonp:AUTPlatbaHodn_qrcode" /><xsl:variable name="QRIMG" select="concat(&apos;url(&apos;,$apostrophe,&apos;data:image/png;base64,&apos;,$QRIMG_data,$apostrophe,&apos;)&apos;)" /><fo:external-graphic content-height="10%" scaling="uniform" src="{$QRIMG}" /></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></xsl:if></fo:block></fo:table-cell></fo:table-row><xsl:if test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaAUTPlatba/egonp:SekciaAUTPlatbaHodn/egonp:AUTPlatbaHodn_barcode/text()"><fo:table-row><fo:table-cell number-columns-spanned="2"><fo:block margin-top="1mm" margin-right="3mm"><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell border-width="0.6pt" background-color="white" padding="1pt" width="350"><fo:block><xsl:variable name="apostrophe">&apos;</xsl:variable><xsl:variable name="barcodeIMG_data" select="./egonp:AUTPlatbaHodn_barcode" /><xsl:variable name="barcodeIMG" select="concat(&apos;url(&apos;,$apostrophe,&apos;data:image/png;base64,&apos;,$barcodeIMG_data,$apostrophe,&apos;)&apos;)" /><fo:external-graphic content-height="250%" scaling="uniform" src="{$barcodeIMG}" /></fo:block></fo:table-cell><fo:table-cell width="140" text-align="left"><fo:block margin-top="10px">Čiarový kód (možné načítať iba v pokladni mestského úradu)</fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:table-cell></fo:table-row></xsl:if></fo:table-body></fo:table></fo:block></fo:block></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaNHPPlatba"><xsl:if test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaNHPPlatba/egonp:SekciaNHPPlatbaHodn/egonp:NHPPlatbaHodn_vs_nhp/text()"><fo:block border-width="0.3pt" margin-left="1pt" margin-top="1pt" margin-right="1pt"><fo:block margin-bottom="1pt"><fo:table><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell><fo:block margin-top="1mm" margin-right="3mm" keep-with-next="1"><fo:table><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell><fo:block font-weight="bold; text-transform: uppercase;" margin-top="1mm"><xsl:value-of select="./egonp:SekciaNHPPlatba_text_PU" /></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block><fo:block font-weight="bold" margin-top="1mm"><xsl:value-of select="./egonp:SekciaNHPPlatba_text" /></fo:block><xsl:apply-templates select="./egonp:SekciaNHPPlatbaHodn" /></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:block></xsl:if></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaNHPPlatba/egonp:SekciaNHPPlatbaHodn"><fo:block border-width="0.3pt" margin-left="1pt" margin-top="1pt" margin-right="1pt"><fo:block><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell><fo:block margin-top="0mm"><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell width="120"><fo:block font-weight="bold"><xsl:value-of select="./egonp:NHPPlatbaHodn_suma_text" /></fo:block></fo:table-cell><fo:table-cell border-width="0.6pt" background-color="white" padding="1pt" width="200"><fo:block><xsl:call-template name="urobFormatovaneCislo"><xsl:with-param name="hodnota" select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaNHPSpl/egonp:SekciaNHPSplSuma/egonp:SekciaNHPSplSuma_sumnhp" /></xsl:call-template><fo:inline></fo:inline></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block><fo:block margin-top="0mm"><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell width="120"><fo:block font-weight="bold"><xsl:value-of select="./egonp:NHPPlatbaHodn_mena_text" /></fo:block></fo:table-cell><fo:table-cell border-width="0.6pt" background-color="white" padding="1pt" width="200"><fo:block><xsl:value-of select="./egonp:NHPPlatbaHodn_mena" /></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block><fo:block margin-top="0mm"><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell width="120"><fo:block font-weight="bold"><xsl:value-of select="./egonp:NHPPlatbaHodn_cu_text" /></fo:block></fo:table-cell><fo:table-cell border-width="0.6pt" background-color="white" padding="1pt" width="200"><fo:block><xsl:value-of select="./egonp:NHPPlatbaHodn_gatl46" /><fo:inline color="white">___</fo:inline></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block><fo:block margin-top="0mm"><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell width="120"><fo:block font-weight="bold"><xsl:value-of select="./egonp:NHPPlatbaHodn_swift_text" /></fo:block></fo:table-cell><fo:table-cell border-width="0.6pt" background-color="white" padding="1pt" width="200"><fo:block><xsl:value-of select="./egonp:NHPPlatbaHodn_gatl39_gatl41" /><fo:inline color="white">___</fo:inline></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block><fo:block margin-top="0mm"><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell width="120"><fo:block font-weight="bold"><xsl:value-of select="./egonp:NHPPlatbaHodn_vs_text" /></fo:block></fo:table-cell><fo:table-cell border-width="0.6pt" background-color="white" padding="1pt" width="200"><fo:block><xsl:value-of select="./egonp:NHPPlatbaHodn_vs_nhp" /><fo:inline color="white">___</fo:inline></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block><fo:block margin-top="0mm"><xsl:if test="./egonp:NHPPlatbaHodn_ss_nhp/text()"><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell width="120"><fo:block font-weight="bold"><xsl:value-of select="./egonp:NHPPlatbaHodn_ss_text" /></fo:block></fo:table-cell><fo:table-cell border-width="0.6pt" background-color="white" padding="1pt" width="200"><fo:block><xsl:value-of select="./egonp:NHPPlatbaHodn_ss_nhp" /><fo:inline color="white">___</fo:inline></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></xsl:if></fo:block></fo:table-cell><fo:block margin-top="0mm"><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell width="120"><fo:block font-weight="bold"><xsl:value-of select="./egonp:NHPPlatbaHodn_ks_text" /></fo:block></fo:table-cell><fo:table-cell border-width="0.6pt" background-color="white" padding="1pt" width="200"><fo:block space-after="20px"><xsl:value-of select="./egonp:NHPPlatbaHodn_gatl23" /><fo:inline color="white">___</fo:inline></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block><fo:table-cell><fo:block margin-top="1mm"><xsl:if test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaNHPPlatba/egonp:SekciaNHPPlatbaHodn/egonp:NHPPlatbaHodn_qrcode/text()"><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell width="57"><fo:block text-align="right" padding-left="60pt">QR kód</fo:block><fo:block text-align="right" padding-left="60pt">(načítaním v mobilnej aplikácii svojej banky vykonáte úhradu)</fo:block></fo:table-cell><fo:table-cell border-width="0.6pt" background-color="white" padding="1pt" width="273"><fo:block><xsl:variable name="apostrophe">&apos;</xsl:variable><xsl:variable name="QRIMG_data" select="./egonp:NHPPlatbaHodn_qrcode" /><xsl:variable name="QRIMG" select="concat(&apos;url(&apos;,$apostrophe,&apos;data:image/png;base64,&apos;,$QRIMG_data,$apostrophe,&apos;)&apos;)" /><fo:external-graphic content-height="10%" scaling="uniform" src="{$QRIMG}" /></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></xsl:if></fo:block></fo:table-cell></fo:table-row><xsl:if test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaNHPPlatba/egonp:SekciaNHPPlatbaHodn/egonp:NHPPlatbaHodn_barcode/text()"><fo:table-row><fo:table-cell number-columns-spanned="2"><fo:block margin-top="1mm" margin-right="3mm"><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell border-width="0.6pt" background-color="white" padding="1pt" width="350"><fo:block><xsl:variable name="apostrophe">&apos;</xsl:variable><xsl:variable name="barcodeIMG_data" select="./egonp:NHPPlatbaHodn_barcode" /><xsl:variable name="barcodeIMG" select="concat(&apos;url(&apos;,$apostrophe,&apos;data:image/png;base64,&apos;,$barcodeIMG_data,$apostrophe,&apos;)&apos;)" /><fo:external-graphic content-height="250%" scaling="uniform" src="{$barcodeIMG}" /></fo:block></fo:table-cell><fo:table-cell width="140" text-align="left"><fo:block margin-top="10px">Čiarový kód (možné načítať iba v pokladni mestského úradu)</fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:table-cell></fo:table-row></xsl:if></fo:table-body></fo:table></fo:block></fo:block></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaUpresnenie"><fo:block border-width="0.3pt" margin-left="1pt" margin-right="1pt"><fo:block><fo:table><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell><xsl:if test="./egonp:Upresnenie_odovod_cast2/text()"><fo:block margin-right="3mm" margin-bottom="1mm"><fo:table><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell border-width="0.3pt" background-color="white" padding="1pt"><fo:block hyphenate="true" text-align="justify" linefeed-treatment="preserve"><xsl:value-of select="./egonp:Upresnenie_odovod_cast2" /></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></xsl:if><fo:block margin-right="3mm" margin-bottom="1mm"><fo:table><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell border-width="0.3pt" background-color="white" padding="1pt"><fo:block hyphenate="true" text-align="justify" linefeed-treatment="preserve"><xsl:value-of select="./egonp:Upresnenie_odovod" /></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:block></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaOdovodnenie"><fo:block border-width="0.3pt" margin-left="1pt" margin-top="10pt" margin-right="1pt"><fo:block><fo:block font-weight="bold" background-color="white" color="black" margin-left="1pt" margin-right="3pt" padding-left="1pt" keep-with-next="always">Odôvodnenie:</fo:block><fo:table><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell><fo:block margin-right="3mm"><fo:table><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell border-width="0.6pt" background-color="white" padding="1pt"><fo:block hyphenate="true" text-align="justify" linefeed-treatment="preserve"><xsl:value-of select="./egonp:Odvovodnenie_odovod" /></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:block></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaPoucenie"><fo:block border-width="0.3pt" margin-left="1pt" margin-top="10pt" margin-right="1pt"><fo:block><fo:block font-weight="bold" background-color="white" color="black" margin-left="1pt" margin-right="3pt" padding-left="1pt" keep-with-next="always">Poučenie:</fo:block><fo:table><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell><fo:block margin-right="3mm"><xsl:if test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaPoucenie/egonp:Poucenie_gatl9/text()"><fo:table><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell border-width="0.6pt" background-color="white" padding="1pt"><fo:block hyphenate="true" text-align="justify" linefeed-treatment="preserve"><xsl:value-of select="./egonp:Poucenie_gatl9" /></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></xsl:if></fo:block><fo:block margin-right="3mm"><xsl:if test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaPoucenie/egonp:Poucenie_gatl11_gatl10/text()"><fo:table><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell border-width="0.6pt" background-color="white" padding="1pt"><fo:block hyphenate="true" text-align="justify" linefeed-treatment="preserve"><xsl:value-of select="./egonp:Poucenie_gatl11_gatl10" /><fo:inline color="white">___</fo:inline></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></xsl:if></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:block></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaDorucujeSa"><fo:block border-width="0.3pt" margin-left="1pt" margin-top="10pt" margin-right="1pt"><fo:block><fo:block font-weight="bold" background-color="white" color="black" margin-left="1pt" margin-right="3pt" padding-left="1pt" keep-with-next="always">Doručuje sa:</fo:block><fo:table><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell><fo:block margin-right="3mm"><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell border-width="0.6pt" background-color="white" padding="1pt" width="511"><fo:block><xsl:value-of select="./egonp:DorucujeSa_mpf_mpf_zast" /><fo:inline>,
                                                            <xsl:value-of select="./egonp:DorucujeSa_adr_adr_zast" /></fo:inline></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:block></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaPodpis"><xsl:if test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaPodpis/egonp:Podpis_Meno_iss/text()"><fo:block border-width="0.3pt" margin-right="1pt" margin-top="10pt"><fo:block><fo:table><fo:table-column /><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell width="274"><fo:block /></fo:table-cell><fo:table-cell width="274"><fo:block margin-right="3mm"><fo:table><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell border-width="0.6pt" background-color="white" padding="1pt"><fo:block text-align="center"><xsl:value-of select="./egonp:Podpis_Meno_iss" /></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block><fo:block margin-right="3mm"><fo:table><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell border-width="0.6pt" background-color="white" padding="1pt"><fo:block text-align="center" linefeed-treatment="preserve"><xsl:value-of select="./egonp:Podpis_Funkcia_iss" /></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:block></xsl:if></xsl:template><xsl:template match="egonp:eForm_eGov_vystup_002061/egonp:SekciaZakonEGovInfo"><fo:block border-width="0.3pt" margin-left="1pt" margin-right="1pt" margin-top="3pt"><fo:block><fo:table><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell><fo:block margin-right="3mm" margin-bottom="1mm" font-size="9px" font-style="italic"><fo:table><fo:table-column /><fo:table-body><fo:table-row><fo:table-cell border-width="0.3pt" background-color="white" padding="1pt"><fo:block hyphenate="true" text-align="justify"><xsl:value-of select="./egonp:Info_text" /><fo:inline color="white">___</fo:inline></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:block></xsl:template><!-- Footer --><xsl:template name="FooterTemplate"><fo:block border-top="1pt black solid"><fo:table margin-top="2pt"><fo:table-body><fo:table-row keep-together.within-page="always"><fo:table-cell><fo:block><fo:table><fo:table-column column-width="115.00px" /><fo:table-body><fo:table-row><fo:table-cell><fo:block linefeed-treatment="preserve" text-align="center" font-size="8px">Telefón</fo:block><fo:block margin-top="1mm" linefeed-treatment="preserve" text-align="center" font-size="6px"><xsl:if test="/egonp:eForm_eGov_vystup_002061/egonp:Obec_pata/egonp:Obec_Telefon/text()"><xsl:call-template name="string-replace-all"><xsl:with-param name="text" select="/egonp:eForm_eGov_vystup_002061/egonp:Obec_pata/egonp:Obec_Telefon/text()" /><xsl:with-param name="replace" select="&apos;%0A&apos;" /><xsl:with-param name="by" select="&apos;&#xD;&#xA;&apos;" /></xsl:call-template></xsl:if></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block><fo:block /></fo:table-cell><fo:table-cell><fo:block><fo:table><fo:table-column column-width="115.00px" /><fo:table-body><fo:table-row><fo:table-cell><fo:block linefeed-treatment="preserve" text-align="center" font-size="8px">E-mail</fo:block><fo:block margin-top="1mm" linefeed-treatment="preserve" text-align="center" font-size="6px"><xsl:if test="/egonp:eForm_eGov_vystup_002061/egonp:Obec_pata/egonp:Obec_Email/text()"><xsl:call-template name="string-replace-all"><xsl:with-param name="text" select="/egonp:eForm_eGov_vystup_002061/egonp:Obec_pata/egonp:Obec_Email" /><xsl:with-param name="replace" select="&apos;%0A&apos;" /><xsl:with-param name="by" select="&apos;&#xD;&#xA;&apos;" /></xsl:call-template></xsl:if></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block><fo:block /></fo:table-cell><fo:table-cell><fo:block><fo:table><fo:table-column column-width="115.00px" /><fo:table-body><fo:table-row><fo:table-cell><fo:block linefeed-treatment="preserve" text-align="center" font-size="8px">Internet</fo:block><fo:block margin-top="1mm" linefeed-treatment="preserve" text-align="center" font-size="6px"><xsl:if test="//egonp:eForm_eGov_vystup_002061/egonp:Obec_pata/egonp:Obec_WEB/text()"><xsl:call-template name="string-replace-all"><xsl:with-param name="text" select="/egonp:eForm_eGov_vystup_002061/egonp:Obec_pata/egonp:Obec_WEB/text()" /><xsl:with-param name="replace" select="&apos;%0A&apos;" /><xsl:with-param name="by" select="&apos;&#xD;&#xA;&apos;" /></xsl:call-template></xsl:if></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block><fo:block /></fo:table-cell><fo:table-cell><fo:block><fo:table><fo:table-column column-width="115.00px" /><fo:table-body><fo:table-row><fo:table-cell><fo:block linefeed-treatment="preserve" text-align="center" font-size="8px">DIČ</fo:block><fo:block margin-top="1mm" linefeed-treatment="preserve" text-align="center" font-size="6px"><xsl:if test="/egonp:eForm_eGov_vystup_002061/egonp:Obec_pata/egonp:Obec_DIC/text()"><xsl:call-template name="string-replace-all"><xsl:with-param name="text" select="/egonp:eForm_eGov_vystup_002061/egonp:Obec_pata/egonp:Obec_DIC" /><xsl:with-param name="replace" select="&apos;%0A&apos;" /><xsl:with-param name="by" select="&apos;&#xD;&#xA;&apos;" /></xsl:call-template></xsl:if></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block><fo:block /></fo:table-cell><fo:table-cell><fo:block><fo:table><fo:table-column column-width="115.00px" /><fo:table-body><fo:table-row><fo:table-cell><fo:block linefeed-treatment="preserve" text-align="center" font-size="8px">IČO</fo:block><fo:block margin-top="1mm" linefeed-treatment="preserve" text-align="center" font-size="6px"><xsl:if test="/egonp:eForm_eGov_vystup_002061/egonp:Obec_pata/egonp:Obec_ICO/text()"><xsl:call-template name="string-replace-all"><xsl:with-param name="text" select="/egonp:eForm_eGov_vystup_002061/egonp:Obec_pata/egonp:Obec_ICO" /><xsl:with-param name="replace" select="&apos;%0A&apos;" /><xsl:with-param name="by" select="&apos;&#xD;&#xA;&apos;" /></xsl:call-template></xsl:if></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block><fo:block /></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></xsl:template></xsl:stylesheet>