<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet
  version="1.0"
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
  xmlns:fo="http://www.w3.org/1999/XSL/Format"
  xmlns:svg="http://www.w3.org/2000/svg"
  xmlns:e="http://schemas.gov.sk/form/00151866.NO_ZRUSENIE/1.5">
  <xsl:output method="xml" indent="yes" omit-xml-declaration="no" encoding="utf-8"/>
  <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="FormatText">
		<xsl:param name="data"/>
		
		<xsl:variable name="var1">
		  <xsl:call-template name="formater1">
				<xsl:with-param name="text" select="$data"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var2">
		  <xsl:call-template name="formater2">
				<xsl:with-param name="text" select="$var1"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var3">
		  <xsl:call-template name="formater3">
				<xsl:with-param name="text" select="$var2"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var4">
		  <xsl:call-template name="formater4">
				<xsl:with-param name="text" select="$var3"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var5">
		  <xsl:call-template name="formater5">
				<xsl:with-param name="text" select="$var4"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var6">
		  <xsl:call-template name="formater6">
				<xsl:with-param name="text" select="$var5"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var7">
		  <xsl:call-template name="formater7">
				<xsl:with-param name="text" select="$var6"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var8">
		  <xsl:call-template name="formater8">
				<xsl:with-param name="text" select="$var7"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var9">
		  <xsl:call-template name="formater9">
				<xsl:with-param name="text" select="$var8"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var10">
		  <xsl:call-template name="formater10">
				<xsl:with-param name="text" select="$var9"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var11">
		  <xsl:call-template name="formater11">
				<xsl:with-param name="text" select="$var10"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var12">
		  <xsl:call-template name="formater12">
				<xsl:with-param name="text" select="$var11"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var13">
		  <xsl:call-template name="formater13">
				<xsl:with-param name="text" select="$var12"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var14">
		  <xsl:call-template name="formater14">
				<xsl:with-param name="text" select="$var13"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var15">
		  <xsl:call-template name="formater15">
				<xsl:with-param name="text" select="$var14"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var16">
		  <xsl:call-template name="formater16">
				<xsl:with-param name="text" select="$var15"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var17">
		  <xsl:call-template name="formater17">
				<xsl:with-param name="text" select="$var16"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var18">
		  <xsl:call-template name="formater18">
				<xsl:with-param name="text" select="$var17"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var19">
		  <xsl:call-template name="formater19">
				<xsl:with-param name="text" select="$var18"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var20">
		  <xsl:call-template name="formater20">
				<xsl:with-param name="text" select="$var19"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var21">
		  <xsl:call-template name="formater21">
				<xsl:with-param name="text" select="$var20"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var22">
		  <xsl:call-template name="formater22">
				<xsl:with-param name="text" select="$var21"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var23">
		  <xsl:call-template name="formater23">
				<xsl:with-param name="text" select="$var22"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var24">
		  <xsl:call-template name="formater24">
				<xsl:with-param name="text" select="$var23"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var25">
		  <xsl:call-template name="formater25">
				<xsl:with-param name="text" select="$var24"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var26">
		  <xsl:call-template name="formater26">
				<xsl:with-param name="text" select="$var25"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var27">
		  <xsl:call-template name="formater27">
				<xsl:with-param name="text" select="$var26"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var28">
		  <xsl:call-template name="formater28">
				<xsl:with-param name="text" select="$var27"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var29">
		  <xsl:call-template name="formater29">
				<xsl:with-param name="text" select="$var28"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var30">
		  <xsl:call-template name="formater30">
				<xsl:with-param name="text" select="$var29"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var31">
		  <xsl:call-template name="formater31">
				<xsl:with-param name="text" select="$var30"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var32">
		  <xsl:call-template name="formater32">
				<xsl:with-param name="text" select="$var31"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var33">
		  <xsl:call-template name="formater33">
				<xsl:with-param name="text" select="$var32"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var34">
		  <xsl:call-template name="formater34">
				<xsl:with-param name="text" select="$var33"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var35">
		  <xsl:call-template name="formater35">
				<xsl:with-param name="text" select="$var34"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var36">
		  <xsl:call-template name="formater36">
				<xsl:with-param name="text" select="$var35"/>
			</xsl:call-template>
		</xsl:variable>

		<xsl:value-of select="$var36"/>
	</xsl:template>
	
	<xsl:template name="formater1">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' § '" />
			<xsl:with-param name="by"><xsl:text> §&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater2">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' Z.z.'" />
			<xsl:with-param name="by"><xsl:text>&#160;Z.z.</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater3">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' v '" />
			<xsl:with-param name="by"><xsl:text> v&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater4">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' o '" />
			<xsl:with-param name="by"><xsl:text> o&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater5">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' na '" />
			<xsl:with-param name="by"><xsl:text> na&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater6">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' k '" />
			<xsl:with-param name="by"><xsl:text> k&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater7">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' do '" />
			<xsl:with-param name="by"><xsl:text> do&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater8">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' cez '" />
			<xsl:with-param name="by"><xsl:text> cez&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater9">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' bez '" />
			<xsl:with-param name="by"><xsl:text> bez&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater10">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' od '" />
			<xsl:with-param name="by"><xsl:text> od&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater11">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' po '" />
			<xsl:with-param name="by"><xsl:text> po&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater12">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' pod '" />
			<xsl:with-param name="by"><xsl:text> pod&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater13">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' pre '" />
			<xsl:with-param name="by"><xsl:text> pre&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater14">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' pri '" />
			<xsl:with-param name="by"><xsl:text> pri&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater15">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' s '" />
			<xsl:with-param name="by"><xsl:text> s&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater16">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' so '" />
			<xsl:with-param name="by"><xsl:text> so&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater17">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' z '" />
			<xsl:with-param name="by"><xsl:text> z&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater18">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' zo '" />
			<xsl:with-param name="by"><xsl:text> zo&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater19">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' u '" />
			<xsl:with-param name="by"><xsl:text> u&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater20">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' proti '" />
			<xsl:with-param name="by"><xsl:text> proti&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater21">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' pred '" />
			<xsl:with-param name="by"><xsl:text> pred&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater22">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' medzi '" />
			<xsl:with-param name="by"><xsl:text> medzi&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater23">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' okrem '" />
			<xsl:with-param name="by"><xsl:text> okrem&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater24">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' ku '" />
			<xsl:with-param name="by"><xsl:text> ku&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater25">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' voči '" />
			<xsl:with-param name="by"><xsl:text> voči&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater26">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' a '" />
			<xsl:with-param name="by"><xsl:text> a&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater27">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' nad '" />
			<xsl:with-param name="by"><xsl:text> nad&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater28">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' EUR'" />
			<xsl:with-param name="by"><xsl:text>&#160;EUR</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater29">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' za '" />
			<xsl:with-param name="by"><xsl:text> za&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater30">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' č. '" />
			<xsl:with-param name="by"><xsl:text> č.&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater31">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' vo '" />
			<xsl:with-param name="by"><xsl:text> vo&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater32">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' eur'" />
			<xsl:with-param name="by"><xsl:text>&#160;eur</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater33">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' odo '" />
			<xsl:with-param name="by"><xsl:text> odo&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater34">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="'(§ '" />
			<xsl:with-param name="by"><xsl:text>(§&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater35">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' %'" />
			<xsl:with-param name="by"><xsl:text>&#160;%</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater36">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' Z. z.'" />
			<xsl:with-param name="by"><xsl:text>&#160;Z.&#160;z.</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
  <xsl:template name="FormatEuropeanDate">
	<xsl:param name="DateTime"/>
	<xsl:choose>
		<xsl:when test="contains($DateTime, '-')">
			<xsl:variable name="year" select="substring($DateTime,1,4)" />
			<xsl:variable name="month-temp" select="substring-after($DateTime,'-')" />
			<xsl:variable name="month" select="substring-before($month-temp,'-')" />
			<xsl:variable name="day-temp" select="substring-after($month-temp,'-')" />
			<xsl:variable name="day" select="substring($day-temp,1,2)" />
			<xsl:variable name="time" select="substring-after($DateTime,'T')" />
			<xsl:variable name="hh" select="substring($time,1,2)" />
			<xsl:variable name="mm" select="substring($time,4,2)" />
			<xsl:variable name="ss" select="substring($time,7,2)" />
			<xsl:if test="$day and $month and $year">
				<xsl:value-of select="$day"/>
				<xsl:value-of select="'.'"/>
				<xsl:value-of select="$month"/>
				<xsl:value-of select="'.'"/>
				<xsl:value-of select="$year"/>
			</xsl:if>	
			<xsl:if test="$time">
				<xsl:value-of select="' '"/>
				<xsl:value-of select="$hh"/>
				<xsl:value-of select="':'"/>
				<xsl:value-of select="$mm"/>
				<xsl:value-of select="':'"/>
				<xsl:value-of select="$ss"/>
			</xsl:if>
		</xsl:when>
		<xsl:otherwise>
			<xsl:value-of select="$DateTime"/>
		</xsl:otherwise>
	</xsl:choose>
</xsl:template>
  <!-- GENERATED -->
  <xsl:template match="/">
  <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" font-family="'Arial', sans-serif" font-size="9.0pt" color="black">
    <fo:layout-master-set>
      <!--Vertical page layout-->
  	  <fo:simple-page-master master-name="firstPageVertical" page-height="297mm" page-width="210mm">
  		  <fo:region-body margin-top="2.0cm" margin-bottom="2.0cm" margin-left="1.8cm" margin-right="1.8cm" />
  		  
  		  <fo:region-after region-name="xsl-region-after-first-page" extent="12.5cm" display-align="after"/>
  	  </fo:simple-page-master>
  	  
  	  <fo:simple-page-master master-name="restPagesVertical" page-height="297mm" page-width="210mm">
  		  <fo:region-body margin-top="2.0cm" margin-bottom="2.0cm" margin-left="1.8cm" margin-right="1.8cm" />
  		  <fo:region-after region-name="xsl-region-after-rest-pages" extent="5in" display-align="after"/>
  	  </fo:simple-page-master>
  	  
  	  <fo:page-sequence-master master-name="A4Vertical">
  		  <fo:repeatable-page-master-alternatives>
  			  <fo:conditional-page-master-reference page-position="first" master-reference="firstPageVertical"/>
  			  <fo:conditional-page-master-reference master-reference="restPagesVertical"/>
  		  </fo:repeatable-page-master-alternatives>
  	  </fo:page-sequence-master>
  	  
  	  <!--Horizontal page layout-->
  	  <fo:simple-page-master master-name="firstPageHorizontal" page-height="210mm" page-width="297mm">
  		  <fo:region-body margin-top="2.0cm" margin-bottom="2.0cm" margin-left="1.8cm" margin-right="1.8cm" />
  		  
  		  <fo:region-after region-name="xsl-region-after-first-page" extent="12.5cm" display-align="after"/>
  	  </fo:simple-page-master>
  	  
  	  <fo:simple-page-master master-name="restPagesHorizontal" page-height="210mm" page-width="297mm">
  		  <fo:region-body margin-top="2.0cm" margin-bottom="2.0cm" margin-left="1.8cm" margin-right="1.8cm" />
  		  <fo:region-after region-name="xsl-region-after-rest-pages" extent="5in" display-align="after"/>
  	  </fo:simple-page-master>
  	  
			<fo:page-sequence-master master-name="A4Horizontal">
				<fo:repeatable-page-master-alternatives>
					<fo:conditional-page-master-reference page-position="first" master-reference="firstPageHorizontal"/>
					<fo:conditional-page-master-reference master-reference="restPagesHorizontal"/>
				</fo:repeatable-page-master-alternatives>
			</fo:page-sequence-master>
    </fo:layout-master-set>
        
    <fo:page-sequence master-reference="A4Vertical">
      
      <fo:static-content flow-name="xsl-region-after-first-page" margin-left="2mm" margin-right="2mm">
  <fo:block text-align="center" margin-bottom="1cm">Strana<xsl:text> </xsl:text><fo:page-number/> / <fo:page-number-citation ref-id="end"/></fo:block>
</fo:static-content>
      <fo:static-content flow-name="xsl-region-after-rest-pages" margin-left="2mm" margin-right="2mm">
  <fo:block text-align="center" margin-bottom="1cm">Strana<xsl:text> </xsl:text><fo:page-number/> / <fo:page-number-citation ref-id="end"/></fo:block>
</fo:static-content>
      
      <!-- *******************MAIN BODY********************* -->
      <fo:flow flow-name="xsl-region-body" >
        <fo:block-container>
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>-->
<xsl:attribute name='margin-right'>3mm</xsl:attribute>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/>
    <fo:table-body>
      <fo:table-row>
        <fo:table-cell>
          <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
          <fo:block keep-with-next.within-page="always"
          font-size="10.998pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="normal"
          >Návrh na zrušenie - nezisková organizácia poskytujúca všeobecne prospešné služby</fo:block>
        </fo:table-cell>
      </fo:table-row>
    </fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container margin-right="1.5mm" width="25%" start-indent="0%">
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block ><fo:external-graphic src="url('data:image/png;base64,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')" content-width="scale-down-to-fit" width="100%"  /></fo:block>
      </fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container margin-bottom="3mm" width="auto" margin-top='3mm'>
    <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
      <fo:table-column column-width="100%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
            <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
            <fo:block keep-with-previous.within-page="100">
              <fo:leader leader-pattern="rule" leader-length="100%" rule-style="solid" rule-thickness="1pt"></fo:leader>
            </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
</fo:block-container><!--foBlockForTableStart-->
  
    <fo:block-container width="auto">
        
          <fo:block    >
            <fo:block-container margin-bottom="3mm" margin-top="3mm">
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="100%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
              <fo:block keep-with-previous.within-page="100">
                <fo:leader leader-pattern="rule" leader-length="100%" rule-style="solid" rule-thickness="1pt"></fo:leader>
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container>
            
              <fo:block-container>
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>-->
<xsl:attribute name='margin-right'>3mm</xsl:attribute>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/>
    <fo:table-body>
      <fo:table-row>
        <fo:table-cell>
          <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
          <fo:block keep-with-next.within-page="always"
          font-size="9.0pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="bold"
          >Údaje o žiadateľovi</fo:block>
        </fo:table-cell>
      </fo:table-row>
    </fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container width="auto" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >Vyberte, v akom ste vzťahu k neziskovej organizácii poskytujúcej všeobecne prospešné služby</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
    <fo:table-cell>
      <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="100%"/>
        <fo:table-body>
          <fo:table-row>
            <fo:table-cell background-color="white" padding-left="3pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:table table-layout="fixed" width="100%" space-before="0mm" display-align="center" end-indent="0">
                <fo:table-column column-width="13pt"/>
                <fo:table-column column-width="100% - 13pt"/>
                <fo:table-body>
                  <fo:table-row>
  <fo:table-cell display-align="before">
    <fo:block>
      <fo:instream-foreign-object>
        <xsl:choose>
          <xsl:when test="/e:eform/e:Relationship[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = '01'">
            <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
              <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
            </svg:svg>
          </xsl:when>
          <xsl:otherwise>
            <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
              <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="white"/>
            </svg:svg>
          </xsl:otherwise>
        </xsl:choose>
      </fo:instream-foreign-object>
    </fo:block>
  </fo:table-cell>
  <fo:table-cell>
    <fo:block >Štatutárny orgán </fo:block>
  </fo:table-cell>
</fo:table-row><fo:table-row>
  <fo:table-cell display-align="before">
    <fo:block>
      <fo:instream-foreign-object>
        <xsl:choose>
          <xsl:when test="/e:eform/e:Relationship[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = '02'">
            <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
              <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
            </svg:svg>
          </xsl:when>
          <xsl:otherwise>
            <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
              <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="white"/>
            </svg:svg>
          </xsl:otherwise>
        </xsl:choose>
      </fo:instream-foreign-object>
    </fo:block>
  </fo:table-cell>
  <fo:table-cell>
    <fo:block >Splnomocnená fyzická osoba</fo:block>
  </fo:table-cell>
</fo:table-row><fo:table-row>
  <fo:table-cell display-align="before">
    <fo:block>
      <fo:instream-foreign-object>
        <xsl:choose>
          <xsl:when test="/e:eform/e:Relationship[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = '03'">
            <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
              <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
            </svg:svg>
          </xsl:when>
          <xsl:otherwise>
            <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
              <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="white"/>
            </svg:svg>
          </xsl:otherwise>
        </xsl:choose>
      </fo:instream-foreign-object>
    </fo:block>
  </fo:table-cell>
  <fo:table-cell>
    <fo:block >Splnomocnená právnická osoba</fo:block>
  </fo:table-cell>
</fo:table-row>
                </fo:table-body>
              </fo:table>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container><!--foBlockForTableStart-->
  <xsl:if test="/e:eform/e:Relationship[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = '01' or /e:eform/e:Relationship[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = '02' or /e:eform/e:Relationship[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = '03'">
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <!--foBlockForTableStart-->
  
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:block-container margin-bottom="3mm" width="auto" margin-top='3mm'>
    <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
      <fo:table-column column-width="100%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
            <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
            <fo:block keep-with-previous.within-page="100">
              <fo:leader leader-pattern="rule" leader-length="100%" rule-style="solid" rule-thickness="1pt"></fo:leader>
            </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
</fo:block-container><!--foBlockForTableStart-->
  <xsl:if test="/e:eform/e:Relationship[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = '03'">
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:block-container width="50%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >IČO</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  				<fo:table-column column-width="100%"/>
  				<fo:table-body><fo:table-row>
            <fo:table-cell border="solid 0.6pt" background-color="white" padding="1pt">
              <fo:block><xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:eform/e:PersonDataApplicant[not(@*)]/e:CorporateBody/e:ID[not(@*)]"/></xsl:call-template>&#160;</fo:block>
            </fo:table-cell>
          </fo:table-row></fo:table-body>
				</fo:table>
			</fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container width="auto" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >Názov právnickej osoby</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  				<fo:table-column column-width="100%"/>
  				<fo:table-body><fo:table-row>
            <fo:table-cell border="solid 0.6pt" background-color="white" padding="1pt">
              <fo:block><xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:eform/e:PersonDataApplicant[not(@*)]/e:CorporateBody/e:CorporateBodyFullName[not(@*)]"/></xsl:call-template>&#160;</fo:block>
            </fo:table-cell>
          </fo:table-row></fo:table-body>
				</fo:table>
			</fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container>
            
          </fo:block>
        
    </fo:block-container>
  </xsl:if>
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  <xsl:if test="/e:eform/e:Relationship[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = '01' or /e:eform/e:Relationship[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = '02'">
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:block-container width="33.33333%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >Titul pred menom</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  				<fo:table-column column-width="100%"/>
  				<fo:table-body><fo:table-row>
            <fo:table-cell border="solid 0.6pt" background-color="white" padding="1pt">
              <fo:block><xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:eform/e:PersonDataApplicant[not(@*)]/e:PhysicalPerson/e:PersonName/e:Affix/e:Prefix[not(@*)]"/></xsl:call-template>&#160;</fo:block>
            </fo:table-cell>
          </fo:table-row></fo:table-body>
				</fo:table>
			</fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container width="50%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >Meno</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  				<fo:table-column column-width="100%"/>
  				<fo:table-body><fo:table-row>
            <fo:table-cell border="solid 0.6pt" background-color="white" padding="1pt">
              <fo:block><xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:eform/e:PersonDataApplicant[not(@*)]/e:PhysicalPerson/e:PersonName/e:GivenName[not(@*)]"/></xsl:call-template>&#160;</fo:block>
            </fo:table-cell>
          </fo:table-row></fo:table-body>
				</fo:table>
			</fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container width="50%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >Priezvisko</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  				<fo:table-column column-width="100%"/>
  				<fo:table-body><fo:table-row>
            <fo:table-cell border="solid 0.6pt" background-color="white" padding="1pt">
              <fo:block><xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:eform/e:PersonDataApplicant[not(@*)]/e:PhysicalPerson/e:PersonName/e:FamilyName[not(@*)]"/></xsl:call-template>&#160;</fo:block>
            </fo:table-cell>
          </fo:table-row></fo:table-body>
				</fo:table>
			</fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container width="33.33333%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >Titul za priezviskom</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  				<fo:table-column column-width="100%"/>
  				<fo:table-body><fo:table-row>
            <fo:table-cell border="solid 0.6pt" background-color="white" padding="1pt">
              <fo:block><xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:eform/e:PersonDataApplicant[not(@*)]/e:PhysicalPerson/e:PersonName/e:Affix/e:Postfix[not(@*)]"/></xsl:call-template>&#160;</fo:block>
            </fo:table-cell>
          </fo:table-row></fo:table-body>
				</fo:table>
			</fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container width="33.33333%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >Rodné číslo</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  				<fo:table-column column-width="100%"/>
  				<fo:table-body><fo:table-row>
            <fo:table-cell border="solid 0.6pt" background-color="white" padding="1pt">
              <fo:block><xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:eform/e:PersonDataApplicant[not(@*)]/e:PhysicalPerson/e:ID/e:IdentifierValue[@ident='rc']"/></xsl:call-template>&#160;</fo:block>
            </fo:table-cell>
          </fo:table-row></fo:table-body>
				</fo:table>
			</fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container width="33.33333%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >Dátum narodenia</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  				<fo:table-column column-width="100%"/>
  				<fo:table-body><fo:table-row>
            <fo:table-cell border="solid 0.6pt" background-color="white" padding="1pt">
              <fo:block><xsl:call-template name="FormatEuropeanDate">
	<xsl:with-param name="DateTime" select="/e:eform/e:PersonDataApplicant[not(@*)]/e:PhysicalPerson/e:DateOfBirth[not(@*)]"/>
</xsl:call-template>&#160;</fo:block>
            </fo:table-cell>
          </fo:table-row></fo:table-body>
				</fo:table>
			</fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container><!--foBlockForTableStart-->
  <xsl:if test="/e:eform/e:PersonDataApplicant[not(@*)]/e:osoba18r[not(@*)] = 'true'">
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:block-container width="auto" >
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block
          start-indent="0"
          font-size="9.0pt"
          text-decoration="none"
          font-style="normal"
          font-weight="normal"
          
          ><fo:table table-layout="fixed" width="100%"><fo:table-column column-width="5.0%"/><fo:table-column column-width="95.0%"/><fo:table-body><fo:table-row><fo:table-cell display-align="center"><fo:block><fo:instream-foreign-object content-width="0.55cm"><svg:svg width="25" height="25" viewbox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><svg:path d="M1.04175 22.3959H23.9584L12.5001 2.60425L1.04175 22.3959ZM13.5417 19.2709H11.4584V17.1876H13.5417V19.2709ZM13.5417 15.1042H11.4584V10.9376H13.5417V15.1042Z" fill="#BD730C"></svg:path></svg:svg></fo:instream-foreign-object></fo:block></fo:table-cell><fo:table-cell display-align="center"><fo:block font-weight="bold"><fo:block><xsl:call-template name="FormatText"><xsl:with-param name="data">Vek osoby musí byť minimálne 18 rokov.</xsl:with-param></xsl:call-template></fo:block></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-container>
            
          </fo:block>
        
    </fo:block-container>
  </xsl:if>
<!--foBlockForTableEnd-->
            
          </fo:block>
        
    </fo:block-container>
  </xsl:if>
<!--foBlockForTableEnd--><fo:block-container margin-bottom="3mm" width="auto" margin-top='3mm'>
    <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
      <fo:table-column column-width="100%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
            <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
            <fo:block keep-with-previous.within-page="100">
              <fo:leader leader-pattern="rule" leader-length="100%" rule-style="solid" rule-thickness="1pt"></fo:leader>
            </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
</fo:block-container><!--foBlockForTableStart-->
  <xsl:if test="/e:eform/e:Relationship[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = '03'">
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:block-container>
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>-->
<xsl:attribute name='margin-right'>3mm</xsl:attribute>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/>
    <fo:table-body>
      <fo:table-row>
        <fo:table-cell>
          <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
          <fo:block keep-with-next.within-page="always"
          font-size="9.0pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="bold"
          >Sídlo právnickej osoby</fo:block>
        </fo:table-cell>
      </fo:table-row>
    </fo:table-body>
  </fo:table>
</fo:block-container>
            
          </fo:block>
        
    </fo:block-container>
  </xsl:if>
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  <xsl:if test="/e:eform/e:Relationship[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = '01' or /e:eform/e:Relationship[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = '02'">
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:block-container>
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>-->
<xsl:attribute name='margin-right'>3mm</xsl:attribute>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/>
    <fo:table-body>
      <fo:table-row>
        <fo:table-cell>
          <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
          <fo:block keep-with-next.within-page="always"
          font-size="9.0pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="bold"
          >Adresa trvalého pobytu</fo:block>
        </fo:table-cell>
      </fo:table-row>
    </fo:table-body>
  </fo:table>
</fo:block-container>
            
          </fo:block>
        
    </fo:block-container>
  </xsl:if>
<!--foBlockForTableEnd--><fo:block-container width="50%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >Štát</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  				<fo:table-column column-width="100%"/>
  				<fo:table-body><fo:table-row>
            <fo:table-cell border="solid 0.6pt" background-color="white" padding="1pt">
              <fo:block><xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:eform/e:PersonDataApplicant[not(@*)]/e:PhysicalAddress/e:Country[not(@*)]/e:Codelist/e:CodelistItem/e:ItemName"/></xsl:call-template>&#160;</fo:block>
            </fo:table-cell>
          </fo:table-row></fo:table-body>
				</fo:table>
			</fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container width="50%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >Obec</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  				<fo:table-column column-width="100%"/>
  				<fo:table-body><fo:table-row>
            <fo:table-cell border="solid 0.6pt" background-color="white" padding="1pt">
              <fo:block><xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:eform/e:PersonDataApplicant[not(@*)]/e:PhysicalAddress/e:Municipality[not(@*)]"/></xsl:call-template>&#160;</fo:block>
            </fo:table-cell>
          </fo:table-row></fo:table-body>
				</fo:table>
			</fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container width="25%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >PSČ</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  				<fo:table-column column-width="100%"/>
  				<fo:table-body><fo:table-row>
            <fo:table-cell border="solid 0.6pt" background-color="white" padding="1pt">
              <fo:block><xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:eform/e:PersonDataApplicant[not(@*)]/e:PhysicalAddress/e:DeliveryAddress/e:PostalCode[not(@*)]"/></xsl:call-template>&#160;</fo:block>
            </fo:table-cell>
          </fo:table-row></fo:table-body>
				</fo:table>
			</fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container width="50%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >Ulica</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  				<fo:table-column column-width="100%"/>
  				<fo:table-body><fo:table-row>
            <fo:table-cell border="solid 0.6pt" background-color="white" padding="1pt">
              <fo:block><xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:eform/e:PersonDataApplicant[not(@*)]/e:PhysicalAddress/e:StreetName[not(@*)]"/></xsl:call-template>&#160;</fo:block>
            </fo:table-cell>
          </fo:table-row></fo:table-body>
				</fo:table>
			</fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container width="25%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >Súpisné číslo</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  				<fo:table-column column-width="100%"/>
  				<fo:table-body><fo:table-row>
            <fo:table-cell border="solid 0.6pt" background-color="white" padding="1pt">
              <fo:block><xsl:value-of select="/e:eform/e:PersonDataApplicant[not(@*)]/e:PhysicalAddress/e:PropertyRegistrationNumber[not(@*)]"/>&#160;</fo:block>
            </fo:table-cell>
          </fo:table-row></fo:table-body>
				</fo:table>
			</fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container width="25%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >Orientačné číslo</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  				<fo:table-column column-width="100%"/>
  				<fo:table-body><fo:table-row>
            <fo:table-cell border="solid 0.6pt" background-color="white" padding="1pt">
              <fo:block><xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:eform/e:PersonDataApplicant[not(@*)]/e:PhysicalAddress/e:BuildingNumber[not(@*)]"/></xsl:call-template>&#160;</fo:block>
            </fo:table-cell>
          </fo:table-row></fo:table-body>
				</fo:table>
			</fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container>
            
          </fo:block>
        
    </fo:block-container>
  
<!--foBlockForTableEnd-->
            
          </fo:block>
        
    </fo:block-container>
  </xsl:if>
<!--foBlockForTableEnd-->
            
          </fo:block>
        
    </fo:block-container>
  
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  
    <fo:block-container width="auto">
        
          <fo:block    >
            <fo:block-container margin-bottom="3mm" margin-top="3mm">
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="100%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
              <fo:block keep-with-previous.within-page="100">
                <fo:leader leader-pattern="rule" leader-length="100%" rule-style="solid" rule-thickness="1pt"></fo:leader>
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container>
            
              <!--foBlockForTableStart-->
  
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              
            
          </fo:block>
        
    </fo:block-container>
  
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  <xsl:if test="/e:eform/e:search-loading-show[not(@*)] = 'true'">
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:block-container width="auto" >
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block
          start-indent="0"
          font-size="9.0pt"
          text-decoration="none"
          font-style="normal"
          font-weight="normal"
          
          ><fo:block><xsl:call-template name="FormatText"><xsl:with-param name="data">Prebieha vyhľadávanie v Registri mimovládnych neziskových organizácií, prosím čakajte.</xsl:with-param></xsl:call-template></fo:block></fo:block>
      </fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container>
            
          </fo:block>
        
    </fo:block-container>
  </xsl:if>
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  <xsl:if test="/e:eform/e:search-empty-show[not(@*)] = 'true'">
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:block-container width="auto" >
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block
          start-indent="0"
          font-size="9.0pt"
          text-decoration="none"
          font-style="normal"
          font-weight="normal"
          
          ><fo:table table-layout="fixed" width="100%"><fo:table-column column-width="5.0%"/><fo:table-column column-width="95.0%"/><fo:table-body><fo:table-row><fo:table-cell display-align="center"><fo:block><fo:instream-foreign-object content-width="0.55cm"><svg:svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><svg:path d="M15.73 3H8.27L3 8.27V15.73L8.27 21H15.73L21 15.73V8.27L15.73 3ZM12 17.3C11.28 17.3 10.7 16.72 10.7 16C10.7 15.28 11.28 14.7 12 14.7C12.72 14.7 13.3 15.28 13.3 16C13.3 16.72 12.72 17.3 12 17.3ZM13 13H11V7H13V13Z" fill="#C3112B"></svg:path></svg:svg></fo:instream-foreign-object></fo:block></fo:table-cell><fo:table-cell display-align="center"><fo:block font-weight="bold"><fo:block><xsl:call-template name="FormatText"><xsl:with-param name="data">Pre zadané IČO neboli v Registri mimovládnych neziskových organizácii nájdené žiadne subjekty. Skontrolujte zadané IČO a zopakujte vyhľadanie.</xsl:with-param></xsl:call-template></fo:block></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-container>
            
          </fo:block>
        
    </fo:block-container>
  </xsl:if>
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  <xsl:if test="/e:eform/e:search-error-show[not(@*)] = 'true'">
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:block-container width="auto" >
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block
          start-indent="0"
          font-size="9.0pt"
          text-decoration="none"
          font-style="normal"
          font-weight="normal"
          
          ><fo:table table-layout="fixed" width="100%"><fo:table-column column-width="5.0%"/><fo:table-column column-width="95.0%"/><fo:table-body><fo:table-row><fo:table-cell display-align="center"><fo:block><fo:instream-foreign-object content-width="0.55cm"><svg:svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><svg:path d="M15.73 3H8.27L3 8.27V15.73L8.27 21H15.73L21 15.73V8.27L15.73 3ZM12 17.3C11.28 17.3 10.7 16.72 10.7 16C10.7 15.28 11.28 14.7 12 14.7C12.72 14.7 13.3 15.28 13.3 16C13.3 16.72 12.72 17.3 12 17.3ZM13 13H11V7H13V13Z" fill="#C3112B"></svg:path></svg:svg></fo:instream-foreign-object></fo:block></fo:table-cell><fo:table-cell display-align="center"><fo:block font-weight="bold"><fo:block><xsl:call-template name="FormatText"><xsl:with-param name="data">Pri vyhľadaní subjektu podľa IČO v Registri mimovládnych neziskových organizácii došlo k technickej chybe. Zopakujte vyhľadávanie alebo vyplňte požadované údaje manuálne.</xsl:with-param></xsl:call-template></fo:block></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-container>
            
          </fo:block>
        
    </fo:block-container>
  </xsl:if>
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  <xsl:if test="/e:eform/e:search-results-show[not(@*)] = 'true'">
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:block-container width="auto" >
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block
          start-indent="0"
          font-size="9.0pt"
          text-decoration="none"
          font-style="normal"
          font-weight="normal"
          
          ><fo:block><xsl:call-template name="FormatText"><xsl:with-param name="data">Vyberte požadovanú neziskovú organizáciu poskytujúcu všeobecne prospešné služby</xsl:with-param></xsl:call-template></fo:block></fo:block>
      </fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container>
            
          </fo:block>
        
    </fo:block-container>
  </xsl:if>
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  <xsl:if test="/e:eform/e:choice-values-show[not(@*)] = 'true'">
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:block-container margin-bottom="3mm" width="auto" margin-top='3mm'>
    <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
      <fo:table-column column-width="100%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
            <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
            <fo:block keep-with-previous.within-page="100">
              <fo:leader leader-pattern="rule" leader-length="100%" rule-style="solid" rule-thickness="1pt"></fo:leader>
            </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
</fo:block-container><fo:block-container>
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>-->
<xsl:attribute name='margin-right'>3mm</xsl:attribute>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/>
    <fo:table-body>
      <fo:table-row>
        <fo:table-cell>
          <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
          <fo:block keep-with-next.within-page="always"
          font-size="9.0pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="bold"
          >Údaje neziskovej organizácie poskytujúcej všeobecne prospešné služby pre zrušenie v Registri mimovládnych neziskových organizácií</fo:block>
        </fo:table-cell>
      </fo:table-row>
    </fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container width="33.33333%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >IČO</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  				<fo:table-column column-width="100%"/>
  				<fo:table-body><fo:table-row>
            <fo:table-cell border="solid 0.6pt" background-color="white" padding="1pt">
              <fo:block><xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:eform/e:info-ico[not(@*)]"/></xsl:call-template>&#160;</fo:block>
            </fo:table-cell>
          </fo:table-row></fo:table-body>
				</fo:table>
			</fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container width="auto" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >Názov neziskovej organizácie poskytujúcej všeobecne prospešné služby</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  				<fo:table-column column-width="100%"/>
  				<fo:table-body><fo:table-row>
            <fo:table-cell border="solid 0.6pt" background-color="white" padding="1pt">
              <fo:block><xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:eform/e:info-CorporateBodyFullName[not(@*)]"/></xsl:call-template>&#160;</fo:block>
            </fo:table-cell>
          </fo:table-row></fo:table-body>
				</fo:table>
			</fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container><!--foBlockForTableStart-->
  
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:block-container width="50%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >Obec</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  				<fo:table-column column-width="100%"/>
  				<fo:table-body><fo:table-row>
            <fo:table-cell border="solid 0.6pt" background-color="white" padding="1pt">
              <fo:block><xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:eform/e:info-PhysicalAddress[not(@*)]/e:info-Municipality[not(@*)]"/></xsl:call-template>&#160;</fo:block>
            </fo:table-cell>
          </fo:table-row></fo:table-body>
				</fo:table>
			</fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container width="25%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >PSČ</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  				<fo:table-column column-width="100%"/>
  				<fo:table-body><fo:table-row>
            <fo:table-cell border="solid 0.6pt" background-color="white" padding="1pt">
              <fo:block><xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:eform/e:info-PhysicalAddress[not(@*)]/e:info-PostalCode[not(@*)]"/></xsl:call-template>&#160;</fo:block>
            </fo:table-cell>
          </fo:table-row></fo:table-body>
				</fo:table>
			</fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container width="50%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >Ulica</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  				<fo:table-column column-width="100%"/>
  				<fo:table-body><fo:table-row>
            <fo:table-cell border="solid 0.6pt" background-color="white" padding="1pt">
              <fo:block><xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:eform/e:info-PhysicalAddress[not(@*)]/e:info-StreetName[not(@*)]"/></xsl:call-template>&#160;</fo:block>
            </fo:table-cell>
          </fo:table-row></fo:table-body>
				</fo:table>
			</fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container width="25%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >Súpisné číslo</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  				<fo:table-column column-width="100%"/>
  				<fo:table-body><fo:table-row>
            <fo:table-cell border="solid 0.6pt" background-color="white" padding="1pt">
              <fo:block><xsl:value-of select="/e:eform/e:info-PhysicalAddress[not(@*)]/e:info-PropertyRegistrationNumber[not(@*)]"/>&#160;</fo:block>
            </fo:table-cell>
          </fo:table-row></fo:table-body>
				</fo:table>
			</fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container width="25%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >Orientačné číslo</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  				<fo:table-column column-width="100%"/>
  				<fo:table-body><fo:table-row>
            <fo:table-cell border="solid 0.6pt" background-color="white" padding="1pt">
              <fo:block><xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:eform/e:info-PhysicalAddress[not(@*)]/e:info-BuildingNumber[not(@*)]"/></xsl:call-template>&#160;</fo:block>
            </fo:table-cell>
          </fo:table-row></fo:table-body>
				</fo:table>
			</fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container>
            
          </fo:block>
        
    </fo:block-container>
  
<!--foBlockForTableEnd-->
            
          </fo:block>
        
    </fo:block-container>
  </xsl:if>
<!--foBlockForTableEnd-->
            
          </fo:block>
        
    </fo:block-container>
  
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  
    <fo:block-container width="auto">
        
          <fo:block  page-break-before="always"   >
            
            
              <fo:block-container>
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>-->
<xsl:attribute name='margin-right'>3mm</xsl:attribute>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/>
    <fo:table-body>
      <fo:table-row>
        <fo:table-cell>
          <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
          <fo:block keep-with-next.within-page="always"
          font-size="10.998pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="normal"
          >Dôvod zrušenia neziskovej organizácie poskytujúcej všeobecne prospešné služby</fo:block>
        </fo:table-cell>
      </fo:table-row>
    </fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container width="auto" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >Vyberte jednu z možností zákonného dôvodu zrušenia</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
    <fo:table-cell>
      <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="100%"/>
        <fo:table-body>
          <fo:table-row>
            <fo:table-cell background-color="white" padding-left="3pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:table table-layout="fixed" width="100%" space-before="0mm" display-align="center" end-indent="0">
                <fo:table-column column-width="13pt"/>
                <fo:table-column column-width="100% - 13pt"/>
                <fo:table-body>
                  <fo:table-row>
  <fo:table-cell display-align="before">
    <fo:block>
      <fo:instream-foreign-object>
        <xsl:choose>
          <xsl:when test="/e:eform/e:CancellationType[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = 'A'">
            <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
              <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
            </svg:svg>
          </xsl:when>
          <xsl:otherwise>
            <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
              <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="white"/>
            </svg:svg>
          </xsl:otherwise>
        </xsl:choose>
      </fo:instream-foreign-object>
    </fo:block>
  </fo:table-cell>
  <fo:table-cell>
    <fo:block >Návrh na zrušenie s likvidáciou</fo:block>
  </fo:table-cell>
</fo:table-row><fo:table-row>
  <fo:table-cell display-align="before">
    <fo:block>
      <fo:instream-foreign-object>
        <xsl:choose>
          <xsl:when test="/e:eform/e:CancellationType[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = 'B'">
            <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
              <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
            </svg:svg>
          </xsl:when>
          <xsl:otherwise>
            <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
              <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="white"/>
            </svg:svg>
          </xsl:otherwise>
        </xsl:choose>
      </fo:instream-foreign-object>
    </fo:block>
  </fo:table-cell>
  <fo:table-cell>
    <fo:block >Návrh na zrušenie zlúčením s inou neziskovou organizáciou alebo nadáciou</fo:block>
  </fo:table-cell>
</fo:table-row>
                </fo:table-body>
              </fo:table>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container>
            
          </fo:block>
        
    </fo:block-container>
  
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  <xsl:if test="/e:eform/e:CancellationType[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = 'A'">
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <!--foBlockForTableStart-->
  
    <fo:block-container width="auto">
        
          <fo:block    >
            <fo:block-container margin-bottom="3mm" margin-top="3mm">
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="100%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
              <fo:block keep-with-previous.within-page="100">
                <fo:leader leader-pattern="rule" leader-length="100%" rule-style="solid" rule-thickness="1pt"></fo:leader>
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container>
            
              <fo:block-container>
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>-->
<xsl:attribute name='margin-right'>3mm</xsl:attribute>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/>
    <fo:table-body>
      <fo:table-row>
        <fo:table-cell>
          <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
          <fo:block keep-with-next.within-page="always"
          font-size="10.998pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="normal"
          >Nezisková organizácia poskytujúca všeobecne prospešné služby týmto oznamuje zrušenie dobrovoľným rozpustením</fo:block>
        </fo:table-cell>
      </fo:table-row>
    </fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container width="33.33333%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >Ku dňu</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  				<fo:table-column column-width="100%"/>
  				<fo:table-body><fo:table-row>
            <fo:table-cell border="solid 0.6pt" background-color="white" padding="1pt">
              <fo:block><xsl:call-template name="FormatEuropeanDate">
	<xsl:with-param name="DateTime" select="/e:eform/e:ToTheDate[not(@*)]"/>
</xsl:call-template>&#160;</fo:block>
            </fo:table-cell>
          </fo:table-row></fo:table-body>
				</fo:table>
			</fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container margin-bottom="3mm" width="auto" margin-top='3mm'>
    <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
      <fo:table-column column-width="100%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
            <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
            <fo:block keep-with-previous.within-page="100">
              <fo:leader leader-pattern="rule" leader-length="100%" rule-style="solid" rule-thickness="1pt"></fo:leader>
            </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
</fo:block-container><fo:block-container width="33.33333%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >Vstup do likvidácie dňom </fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  				<fo:table-column column-width="100%"/>
  				<fo:table-body><fo:table-row>
            <fo:table-cell border="solid 0.6pt" background-color="white" padding="1pt">
              <fo:block><xsl:call-template name="FormatEuropeanDate">
	<xsl:with-param name="DateTime" select="/e:eform/e:EntryIntoLiquidation[not(@*)]"/>
</xsl:call-template>&#160;</fo:block>
            </fo:table-cell>
          </fo:table-row></fo:table-body>
				</fo:table>
			</fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container>
            
          </fo:block>
        
    </fo:block-container>
  
<!--foBlockForTableEnd-->
            
          </fo:block>
        
    </fo:block-container>
  </xsl:if>
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  <xsl:if test="/e:eform/e:CancellationType[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = 'A'">
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <!--foBlockForTableStart-->
  
    <fo:block-container width="auto">
        
          <fo:block    >
            <fo:block-container margin-bottom="3mm" margin-top="3mm">
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="100%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
              <fo:block keep-with-previous.within-page="100">
                <fo:leader leader-pattern="rule" leader-length="100%" rule-style="solid" rule-thickness="1pt"></fo:leader>
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container>
            
              <!--foBlockForTableStart-->
  
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:block-container>
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>-->
<xsl:attribute name='margin-right'>3mm</xsl:attribute>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/>
    <fo:table-body>
      <fo:table-row>
        <fo:table-cell>
          <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
          <fo:block keep-with-next.within-page="always"
          font-size="9.0pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="bold"
          >Fyzická osoba, ktorá vykonáva pôsobnosť likvidátora</fo:block>
        </fo:table-cell>
      </fo:table-row>
    </fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container width="33.33333%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >Titul pred menom</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  				<fo:table-column column-width="100%"/>
  				<fo:table-body><fo:table-row>
            <fo:table-cell border="solid 0.6pt" background-color="white" padding="1pt">
              <fo:block><xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:eform/e:PersonDataLiquidator[not(@*)]/e:PhysicalPerson/e:PersonName/e:Affix/e:Prefix[not(@*)]"/></xsl:call-template>&#160;</fo:block>
            </fo:table-cell>
          </fo:table-row></fo:table-body>
				</fo:table>
			</fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container width="50%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >Meno</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  				<fo:table-column column-width="100%"/>
  				<fo:table-body><fo:table-row>
            <fo:table-cell border="solid 0.6pt" background-color="white" padding="1pt">
              <fo:block><xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:eform/e:PersonDataLiquidator[not(@*)]/e:PhysicalPerson/e:PersonName/e:GivenName[not(@*)]"/></xsl:call-template>&#160;</fo:block>
            </fo:table-cell>
          </fo:table-row></fo:table-body>
				</fo:table>
			</fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container width="50%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >Priezvisko</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  				<fo:table-column column-width="100%"/>
  				<fo:table-body><fo:table-row>
            <fo:table-cell border="solid 0.6pt" background-color="white" padding="1pt">
              <fo:block><xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:eform/e:PersonDataLiquidator[not(@*)]/e:PhysicalPerson/e:PersonName/e:FamilyName[not(@*)]"/></xsl:call-template>&#160;</fo:block>
            </fo:table-cell>
          </fo:table-row></fo:table-body>
				</fo:table>
			</fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container width="33.33333%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >Titul za priezviskom</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  				<fo:table-column column-width="100%"/>
  				<fo:table-body><fo:table-row>
            <fo:table-cell border="solid 0.6pt" background-color="white" padding="1pt">
              <fo:block><xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:eform/e:PersonDataLiquidator[not(@*)]/e:PhysicalPerson/e:PersonName/e:Affix/e:Postfix[not(@*)]"/></xsl:call-template>&#160;</fo:block>
            </fo:table-cell>
          </fo:table-row></fo:table-body>
				</fo:table>
			</fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container width="33.33333%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >Rodné číslo</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  				<fo:table-column column-width="100%"/>
  				<fo:table-body><fo:table-row>
            <fo:table-cell border="solid 0.6pt" background-color="white" padding="1pt">
              <fo:block><xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:eform/e:PersonDataLiquidator[not(@*)]/e:PhysicalPerson/e:ID/e:IdentifierValue[@ident='rc']"/></xsl:call-template>&#160;</fo:block>
            </fo:table-cell>
          </fo:table-row></fo:table-body>
				</fo:table>
			</fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container width="33.33333%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >Dátum narodenia</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  				<fo:table-column column-width="100%"/>
  				<fo:table-body><fo:table-row>
            <fo:table-cell border="solid 0.6pt" background-color="white" padding="1pt">
              <fo:block><xsl:call-template name="FormatEuropeanDate">
	<xsl:with-param name="DateTime" select="/e:eform/e:PersonDataLiquidator[not(@*)]/e:PhysicalPerson/e:DateOfBirth[not(@*)]"/>
</xsl:call-template>&#160;</fo:block>
            </fo:table-cell>
          </fo:table-row></fo:table-body>
				</fo:table>
			</fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container><!--foBlockForTableStart-->
  
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:block-container width="auto" >
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block
          start-indent="0"
          font-size="9.0pt"
          text-decoration="none"
          font-style="normal"
          font-weight="normal"
          
          ><fo:table table-layout="fixed" width="100%"><fo:table-column column-width="5.0%"/><fo:table-column column-width="95.0%"/><fo:table-body><fo:table-row><fo:table-cell display-align="center"><fo:block><fo:instream-foreign-object content-width="0.55cm"><svg:svg width="25" height="25" viewbox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><svg:path d="M1.04175 22.3959H23.9584L12.5001 2.60425L1.04175 22.3959ZM13.5417 19.2709H11.4584V17.1876H13.5417V19.2709ZM13.5417 15.1042H11.4584V10.9376H13.5417V15.1042Z" fill="#BD730C"></svg:path></svg:svg></fo:instream-foreign-object></fo:block></fo:table-cell><fo:table-cell display-align="center"><fo:block font-weight="bold"><fo:block><xsl:call-template name="FormatText"><xsl:with-param name="data">Vek likvidátora musí byť minimálne 18 rokov.</xsl:with-param></xsl:call-template></fo:block></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-container>
            
          </fo:block>
        
    </fo:block-container>
  
<!--foBlockForTableEnd--><fo:block-container margin-bottom="3mm" width="auto" margin-top='3mm'>
    <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
      <fo:table-column column-width="100%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
            <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
            <fo:block keep-with-previous.within-page="100">
              <fo:leader leader-pattern="rule" leader-length="100%" rule-style="solid" rule-thickness="1pt"></fo:leader>
            </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
</fo:block-container><!--foBlockForTableStart-->
  
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:block-container>
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>-->
<xsl:attribute name='margin-right'>3mm</xsl:attribute>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/>
    <fo:table-body>
      <fo:table-row>
        <fo:table-cell>
          <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
          <fo:block keep-with-next.within-page="always"
          font-size="9.0pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="bold"
          >Adresa trvalého pobytu</fo:block>
        </fo:table-cell>
      </fo:table-row>
    </fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container width="50%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >Štát</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  				<fo:table-column column-width="100%"/>
  				<fo:table-body><fo:table-row>
            <fo:table-cell border="solid 0.6pt" background-color="white" padding="1pt">
              <fo:block><xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:eform/e:PersonDataLiquidator[not(@*)]/e:PhysicalAddress[not(@*)]/e:Country[not(@*)]/e:Codelist/e:CodelistItem/e:ItemName"/></xsl:call-template>&#160;</fo:block>
            </fo:table-cell>
          </fo:table-row></fo:table-body>
				</fo:table>
			</fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container><!--foBlockForTableStart-->
  <xsl:if test="/e:eform/e:PersonDataLiquidator[not(@*)]/e:PhysicalAddress[not(@*)]/e:Country[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = '703'">
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:block-container width="50%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >Okres</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  				<fo:table-column column-width="100%"/>
  				<fo:table-body><fo:table-row>
            <fo:table-cell border="solid 0.6pt" background-color="white" padding="1pt">
              <fo:block><xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:eform/e:PersonDataLiquidator[not(@*)]/e:PhysicalAddress[not(@*)]/e:County[not(@*)]/e:Codelist/e:CodelistItem/e:ItemName"/></xsl:call-template>&#160;</fo:block>
            </fo:table-cell>
          </fo:table-row></fo:table-body>
				</fo:table>
			</fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container width="50%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >Obec</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  				<fo:table-column column-width="100%"/>
  				<fo:table-body><fo:table-row>
            <fo:table-cell border="solid 0.6pt" background-color="white" padding="1pt">
              <fo:block><xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:eform/e:PersonDataLiquidator[not(@*)]/e:PhysicalAddress[not(@*)]/e:Municipality[not(@*)]/e:Codelist/e:CodelistItem/e:ItemName"/></xsl:call-template>&#160;</fo:block>
            </fo:table-cell>
          </fo:table-row></fo:table-body>
				</fo:table>
			</fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container>
            
          </fo:block>
        
    </fo:block-container>
  </xsl:if>
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  <xsl:if test="/e:eform/e:PersonDataLiquidator[not(@*)]/e:PhysicalAddress[not(@*)]/e:Country[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode != '703'">
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:block-container width="50%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >Obec</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  				<fo:table-column column-width="100%"/>
  				<fo:table-body><fo:table-row>
            <fo:table-cell border="solid 0.6pt" background-color="white" padding="1pt">
              <fo:block><xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:eform/e:PersonDataLiquidator[not(@*)]/e:PhysicalAddress[not(@*)]/e:Municipality/e:NonCodeListData[not(@*)]"/></xsl:call-template>&#160;</fo:block>
            </fo:table-cell>
          </fo:table-row></fo:table-body>
				</fo:table>
			</fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container>
            
          </fo:block>
        
    </fo:block-container>
  </xsl:if>
<!--foBlockForTableEnd--><fo:block-container width="25%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >PSČ</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  				<fo:table-column column-width="100%"/>
  				<fo:table-body><fo:table-row>
            <fo:table-cell border="solid 0.6pt" background-color="white" padding="1pt">
              <fo:block><xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:eform/e:PersonDataLiquidator[not(@*)]/e:PhysicalAddress[not(@*)]/e:DeliveryAddress/e:PostalCode[not(@*)]"/></xsl:call-template>&#160;</fo:block>
            </fo:table-cell>
          </fo:table-row></fo:table-body>
				</fo:table>
			</fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
    <fo:table-cell>
      <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
      <fo:table table-layout="fixed" width="100%" display-align="center">
        <fo:table-column column-width="18.6pt"/>
        <fo:table-column column-width="100% - 18.6pt"/>
        <fo:table-body>
          <fo:table-row>
            <fo:table-cell background-color="white">
              <fo:block>
                <fo:instream-foreign-object>
                  <xsl:choose>
                    <xsl:when test="/e:eform/e:PersonDataLiquidator[not(@*)]/e:PhysicalAddress[not(@*)]/e:NoStreet[not(@*)] = 'true'">
                      <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 24 24">
                        <svg:path d="M11 17l-5-5.299 1.399-1.43 3.574 3.736 6.572-7.007 1.455 1.403-8 8.597zm11-15v20h-20v-20h20zm2-2h-24v24h24v-24z"/>
                      </svg:svg>
                    </xsl:when>
                    <xsl:otherwise>
                      <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 24 24">
                        <svg:path d="M22 2v20h-20v-20h20zm2-2h-24v24h24v-24z"/>
                      </svg:svg>
                    </xsl:otherwise>
                  </xsl:choose>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell>
              <fo:block>Adresa neobsahuje názov ulice</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:table-cell>
  </fo:table-row></fo:table-body></fo:table>
</fo:block-container><!--foBlockForTableStart-->
  <xsl:if test="/e:eform/e:PersonDataLiquidator[not(@*)]/e:PhysicalAddress[not(@*)]/e:NoStreet[not(@*)] = 'false'">
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:block-container width="50%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >Ulica</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  				<fo:table-column column-width="100%"/>
  				<fo:table-body><fo:table-row>
            <fo:table-cell border="solid 0.6pt" background-color="white" padding="1pt">
              <fo:block><xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:eform/e:PersonDataLiquidator[not(@*)]/e:PhysicalAddress[not(@*)]/e:StreetName[not(@*)]"/></xsl:call-template>&#160;</fo:block>
            </fo:table-cell>
          </fo:table-row></fo:table-body>
				</fo:table>
			</fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container width="25%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >Súpisné číslo</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  				<fo:table-column column-width="100%"/>
  				<fo:table-body><fo:table-row>
            <fo:table-cell border="solid 0.6pt" background-color="white" padding="1pt">
              <fo:block><xsl:value-of select="/e:eform/e:PersonDataLiquidator[not(@*)]/e:PhysicalAddress[not(@*)]/e:PropertyRegistrationNumber[not(@*)]"/>&#160;</fo:block>
            </fo:table-cell>
          </fo:table-row></fo:table-body>
				</fo:table>
			</fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container width="25%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >Orientačné číslo</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  				<fo:table-column column-width="100%"/>
  				<fo:table-body><fo:table-row>
            <fo:table-cell border="solid 0.6pt" background-color="white" padding="1pt">
              <fo:block><xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:eform/e:PersonDataLiquidator[not(@*)]/e:PhysicalAddress[not(@*)]/e:BuildingNumber[not(@*)]"/></xsl:call-template>&#160;</fo:block>
            </fo:table-cell>
          </fo:table-row></fo:table-body>
				</fo:table>
			</fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container>
            
          </fo:block>
        
    </fo:block-container>
  </xsl:if>
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  <xsl:if test="/e:eform/e:PersonDataLiquidator[not(@*)]/e:PhysicalAddress[not(@*)]/e:NoStreet[not(@*)] = 'true'">
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:block-container width="25%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >Súpisné číslo</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  				<fo:table-column column-width="100%"/>
  				<fo:table-body><fo:table-row>
            <fo:table-cell border="solid 0.6pt" background-color="white" padding="1pt">
              <fo:block><xsl:value-of select="/e:eform/e:PersonDataLiquidator[not(@*)]/e:PhysicalAddress[not(@*)]/e:PropertyRegistrationNumber[not(@*)]"/>&#160;</fo:block>
            </fo:table-cell>
          </fo:table-row></fo:table-body>
				</fo:table>
			</fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container>
            
          </fo:block>
        
    </fo:block-container>
  </xsl:if>
<!--foBlockForTableEnd-->
            
          </fo:block>
        
    </fo:block-container>
  
<!--foBlockForTableEnd--><fo:block-container margin-bottom="3mm" width="auto" margin-top='3mm'>
    <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
      <fo:table-column column-width="100%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
            <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
            <fo:block keep-with-previous.within-page="100">
              <fo:leader leader-pattern="rule" leader-length="100%" rule-style="solid" rule-thickness="1pt"></fo:leader>
            </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
</fo:block-container><fo:block-container>
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>-->
<xsl:attribute name='margin-right'>3mm</xsl:attribute>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/>
    <fo:table-body>
      <fo:table-row>
        <fo:table-cell>
          <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
          <fo:block keep-with-next.within-page="always"
          font-size="9.0pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="bold"
          >Kontaktné údaje</fo:block>
        </fo:table-cell>
      </fo:table-row>
    </fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container width="50%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >Telefón</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  				<fo:table-column column-width="100%"/>
  				<fo:table-body><fo:table-row>
            <fo:table-cell border="solid 0.6pt" background-color="white" padding="1pt">
              <fo:block><xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:eform/e:PersonDataLiquidator[not(@*)]/e:TelephoneAddress/e:Number/e:FormattedNumber[not(@*)]"/></xsl:call-template>&#160;</fo:block>
            </fo:table-cell>
          </fo:table-row></fo:table-body>
				</fo:table>
			</fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container width="50%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >E-mail</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  				<fo:table-column column-width="100%"/>
  				<fo:table-body><fo:table-row>
            <fo:table-cell border="solid 0.6pt" background-color="white" padding="1pt">
              <fo:block><xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:eform/e:PersonDataLiquidator[not(@*)]/e:ElectronicAddress/e:EmailAddress[not(@*)]"/></xsl:call-template>&#160;</fo:block>
            </fo:table-cell>
          </fo:table-row></fo:table-body>
				</fo:table>
			</fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container margin-bottom="3mm" width="auto" margin-top='3mm'>
    <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
      <fo:table-column column-width="100%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
            <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
            <fo:block keep-with-previous.within-page="100">
              <fo:leader leader-pattern="rule" leader-length="100%" rule-style="solid" rule-thickness="1pt"></fo:leader>
            </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
</fo:block-container><fo:block-container width="33.33333%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >Deň vzniku funkcie likvidátora</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  				<fo:table-column column-width="100%"/>
  				<fo:table-body><fo:table-row>
            <fo:table-cell border="solid 0.6pt" background-color="white" padding="1pt">
              <fo:block><xsl:call-template name="FormatEuropeanDate">
	<xsl:with-param name="DateTime" select="/e:eform/e:PersonDataLiquidator[not(@*)]/e:EffectiveFrom[not(@*)]"/>
</xsl:call-template>&#160;</fo:block>
            </fo:table-cell>
          </fo:table-row></fo:table-body>
				</fo:table>
			</fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container>
            
          </fo:block>
        
    </fo:block-container>
  
<!--foBlockForTableEnd-->
            
          </fo:block>
        
    </fo:block-container>
  
<!--foBlockForTableEnd-->
            
          </fo:block>
        
    </fo:block-container>
  </xsl:if>
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  <xsl:if test="/e:eform/e:CancellationType[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = 'B'">
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <!--foBlockForTableStart-->
  
    <fo:block-container width="auto">
        
          <fo:block    >
            <fo:block-container margin-bottom="3mm" margin-top="3mm">
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="100%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
              <fo:block keep-with-previous.within-page="100">
                <fo:leader leader-pattern="rule" leader-length="100%" rule-style="solid" rule-thickness="1pt"></fo:leader>
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container>
            
              <fo:block-container>
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>-->
<xsl:attribute name='margin-right'>3mm</xsl:attribute>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/>
    <fo:table-body>
      <fo:table-row>
        <fo:table-cell>
          <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
          <fo:block keep-with-next.within-page="always"
          font-size="10.998pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="normal"
          >Nezisková organizácia poskytujúca všeobecne prospešné služby týmto podáva návrh na zrušenie zlúčením s inou neziskovou organizáciou alebo nadáciou (nástupnícky subjekt)</fo:block>
        </fo:table-cell>
      </fo:table-row>
    </fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container>
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>-->
<xsl:attribute name='margin-right'>3mm</xsl:attribute>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/>
    <fo:table-body>
      <fo:table-row>
        <fo:table-cell>
          <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
          <fo:block keep-with-next.within-page="always"
          font-size="9.0pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="bold"
          >Uveďte dátum účinnosti zlúčenia vyplývajúci zo zmluvy o zlúčení</fo:block>
        </fo:table-cell>
      </fo:table-row>
    </fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container width="33.33333%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >Dátum zlúčenia</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  				<fo:table-column column-width="100%"/>
  				<fo:table-body><fo:table-row>
            <fo:table-cell border="solid 0.6pt" background-color="white" padding="1pt">
              <fo:block><xsl:call-template name="FormatEuropeanDate">
	<xsl:with-param name="DateTime" select="/e:eform/e:DateOfMerge[not(@*)]"/>
</xsl:call-template>&#160;</fo:block>
            </fo:table-cell>
          </fo:table-row></fo:table-body>
				</fo:table>
			</fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container>
            
          </fo:block>
        
    </fo:block-container>
  
<!--foBlockForTableEnd-->
            
          </fo:block>
        
    </fo:block-container>
  </xsl:if>
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  <xsl:if test="/e:eform/e:CancellationType[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = 'B'">
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <!--foBlockForTableStart-->
  
    <fo:block-container width="auto">
        
          <fo:block    >
            <fo:block-container margin-bottom="3mm" margin-top="3mm">
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="100%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
              <fo:block keep-with-previous.within-page="100">
                <fo:leader leader-pattern="rule" leader-length="100%" rule-style="solid" rule-thickness="1pt"></fo:leader>
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container>
            
              <fo:block-container>
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>-->
<xsl:attribute name='margin-right'>3mm</xsl:attribute>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/>
    <fo:table-body>
      <fo:table-row>
        <fo:table-cell>
          <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
          <fo:block keep-with-next.within-page="always"
          font-size="10.998pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="normal"
          >Údaje nástupníckeho subjektu</fo:block>
        </fo:table-cell>
      </fo:table-row>
    </fo:table-body>
  </fo:table>
</fo:block-container><!--foBlockForTableStart-->
  
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:block-container width="auto" >
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block
          start-indent="0"
          font-size="9.0pt"
          text-decoration="none"
          font-style="normal"
          font-weight="normal"
          
          ><fo:block><xsl:call-template name="FormatText"><xsl:with-param name="data">Zadajte IČO nástupníckej neziskovej organizácie alebo nadácie pre vyhľadanie v Registri mimovládnych neziskových organizácií a kliknite na tlačidlo&#xa0;</xsl:with-param></xsl:call-template><fo:inline font-weight="bold"><xsl:call-template name="FormatText"><xsl:with-param name="data">Vyhľadať </xsl:with-param></xsl:call-template></fo:inline><fo:inline color="#ff0000"><xsl:call-template name="FormatText"><xsl:with-param name="data">*</xsl:with-param></xsl:call-template></fo:inline></fo:block></fo:block>
      </fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container><!--foBlockForTableStart-->
  <xsl:if test="/e:eform/e:a765[not(@*)]/e:n-search-loading-show[not(@*)] = 'true'">
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              
            
          </fo:block>
        
    </fo:block-container>
  </xsl:if>
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  <xsl:if test="/e:eform/e:a765[not(@*)]/e:n-search-empty-show[not(@*)] = 'true'">
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              
            
          </fo:block>
        
    </fo:block-container>
  </xsl:if>
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  <xsl:if test="/e:eform/e:a765[not(@*)]/e:n-choice-values-show[not(@*)] = 'true'">
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:block-container margin-bottom="3mm" width="auto" margin-top='3mm'>
    <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
      <fo:table-column column-width="100%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
            <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
            <fo:block keep-with-previous.within-page="100">
              <fo:leader leader-pattern="rule" leader-length="100%" rule-style="solid" rule-thickness="1pt"></fo:leader>
            </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
</fo:block-container><!--foBlockForTableStart-->
  
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:block-container>
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>-->
<xsl:attribute name='margin-right'>3mm</xsl:attribute>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/>
    <fo:table-body>
      <fo:table-row>
        <fo:table-cell>
          <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
          <fo:block keep-with-next.within-page="always"
          font-size="9.0pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="bold"
          >Údaje neziskovej organizácie alebo nadácie pre zlúčenie</fo:block>
        </fo:table-cell>
      </fo:table-row>
    </fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container width="33.33333%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >IČO</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  				<fo:table-column column-width="100%"/>
  				<fo:table-body><fo:table-row>
            <fo:table-cell border="solid 0.6pt" background-color="white" padding="1pt">
              <fo:block><xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:eform/e:a765[not(@*)]/e:CorporateBodyDataForMerge[not(@*)]/e:n-info-ico[not(@*)]"/></xsl:call-template>&#160;</fo:block>
            </fo:table-cell>
          </fo:table-row></fo:table-body>
				</fo:table>
			</fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container width="auto" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >Názov neziskovej organizácie alebo nadácie</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  				<fo:table-column column-width="100%"/>
  				<fo:table-body><fo:table-row>
            <fo:table-cell border="solid 0.6pt" background-color="white" padding="1pt">
              <fo:block><xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:eform/e:a765[not(@*)]/e:CorporateBodyDataForMerge[not(@*)]/e:n-info-CorporateBodyFullName[not(@*)]"/></xsl:call-template>&#160;</fo:block>
            </fo:table-cell>
          </fo:table-row></fo:table-body>
				</fo:table>
			</fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container><!--foBlockForTableStart-->
  
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:block-container width="50%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >Obec</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  				<fo:table-column column-width="100%"/>
  				<fo:table-body><fo:table-row>
            <fo:table-cell border="solid 0.6pt" background-color="white" padding="1pt">
              <fo:block><xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:eform/e:a765[not(@*)]/e:CorporateBodyDataForMerge[not(@*)]/e:a797[not(@*)]/e:n-info-Municipality[not(@*)]"/></xsl:call-template>&#160;</fo:block>
            </fo:table-cell>
          </fo:table-row></fo:table-body>
				</fo:table>
			</fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container width="25%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >PSČ</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  				<fo:table-column column-width="100%"/>
  				<fo:table-body><fo:table-row>
            <fo:table-cell border="solid 0.6pt" background-color="white" padding="1pt">
              <fo:block><xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:eform/e:a765[not(@*)]/e:CorporateBodyDataForMerge[not(@*)]/e:a797[not(@*)]/e:n-info-PostalCode[not(@*)]"/></xsl:call-template>&#160;</fo:block>
            </fo:table-cell>
          </fo:table-row></fo:table-body>
				</fo:table>
			</fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container width="50%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >Ulica</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  				<fo:table-column column-width="100%"/>
  				<fo:table-body><fo:table-row>
            <fo:table-cell border="solid 0.6pt" background-color="white" padding="1pt">
              <fo:block><xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:eform/e:a765[not(@*)]/e:CorporateBodyDataForMerge[not(@*)]/e:a797[not(@*)]/e:n-info-StreetName[not(@*)]"/></xsl:call-template>&#160;</fo:block>
            </fo:table-cell>
          </fo:table-row></fo:table-body>
				</fo:table>
			</fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container width="25%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >Súpisné číslo</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  				<fo:table-column column-width="100%"/>
  				<fo:table-body><fo:table-row>
            <fo:table-cell border="solid 0.6pt" background-color="white" padding="1pt">
              <fo:block><xsl:value-of select="/e:eform/e:a765[not(@*)]/e:CorporateBodyDataForMerge[not(@*)]/e:a797[not(@*)]/e:n-info-PropertyRegistrationNumber[not(@*)]"/>&#160;</fo:block>
            </fo:table-cell>
          </fo:table-row></fo:table-body>
				</fo:table>
			</fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container width="25%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>3mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>3mm</xsl:attribute>-->
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  <fo:table-column column-width="100%"/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell >
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:block >Orientačné číslo</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>2mm</xsl:attribute>
<xsl:attribute name='padding-right'>2mm</xsl:attribute>
        <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
  				<fo:table-column column-width="100%"/>
  				<fo:table-body><fo:table-row>
            <fo:table-cell border="solid 0.6pt" background-color="white" padding="1pt">
              <fo:block><xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:eform/e:a765[not(@*)]/e:CorporateBodyDataForMerge[not(@*)]/e:a797[not(@*)]/e:n-info-BuildingNumber[not(@*)]"/></xsl:call-template>&#160;</fo:block>
            </fo:table-cell>
          </fo:table-row></fo:table-body>
				</fo:table>
			</fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container>
            
          </fo:block>
        
    </fo:block-container>
  
<!--foBlockForTableEnd-->
            
          </fo:block>
        
    </fo:block-container>
  
<!--foBlockForTableEnd-->
            
          </fo:block>
        
    </fo:block-container>
  </xsl:if>
<!--foBlockForTableEnd-->
            
          </fo:block>
        
    </fo:block-container>
  
<!--foBlockForTableEnd-->
            
          </fo:block>
        
    </fo:block-container>
  
<!--foBlockForTableEnd-->
            
          </fo:block>
        
    </fo:block-container>
  </xsl:if>
<!--foBlockForTableEnd-->
        <fo:block id="end"/>
      </fo:flow>
    </fo:page-sequence>
  </fo:root>
</xsl:template>
</xsl:stylesheet>