<?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/00212008.Ziadost_o_prijatie_sluzebneho_pomeru/0.9">
  <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 <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 <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"
          >Žiadosť o prijatie do služobného pomeru / pracovného pomeru</fo:block>
        </fo:table-cell>
      </fo:table-row>
    </fo:table-body>
  </fo:table>
</fo:block-container><!--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"
          >Žiadateľ</fo:block>
        </fo:table-cell>
      </fo:table-row>
    </fo:table-body>
  </fo:table>
</fo:block-container><!--foBlockForTableStart-->
  
    <fo:block-container  width="auto">
      <xsl:attribute name='margin-left'>1mm</xsl:attribute>
<xsl:attribute name='margin-right'>1mm</xsl:attribute>
      <fo:block font-size="12.0pt" font-weight="bold" >
        <xsl:attribute name='margin-top'>5mm</xsl:attribute>
        <fo:block margin="5pt" >Aké je vaše meno?</fo:block>
      </fo:block>        
      <fo:block keep-with-previous.within-page="100" border-width="0.6pt" border-top-style="solid">
        <fo:block margin="5pt">
          <fo:block-container>
            <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>
                  <fo:block font-size="9.0pt">
  <fo:block-container>
    <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:choose>
              <xsl:when test="/e:eform[not(@*)]/e:PersonData/e:PhysicalPerson/e:PersonName/e:Affix[@type='qualification' and @position='prefix']">
              <xsl:for-each select="/e:eform[not(@*)]/e:PersonData/e:PhysicalPerson/e:PersonName/e:Affix[@type='qualification' and @position='prefix']">
                
                  <fo:block >
                    
                      <fo:block-container width="auto" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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: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>
                
              </xsl:for-each>
            </xsl:when>
            <xsl:otherwise>
              
                <fo:block >
                  
                    <fo:block-container width="auto" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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: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>
              
            </xsl:otherwise>
            </xsl:choose>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block><fo:block-container width="50%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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[not(@*)]/e:PersonData/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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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[not(@*)]/e:PersonData/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 font-size="9.0pt">
  <fo:block-container>
    <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:choose>
              <xsl:when test="/e:eform[not(@*)]/e:PersonData/e:PhysicalPerson/e:PersonName/e:Affix[@type='qualification' and @position='postfix']">
              <xsl:for-each select="/e:eform[not(@*)]/e:PersonData/e:PhysicalPerson/e:PersonName/e:Affix[@type='qualification' and @position='postfix']">
                
                  <fo:block >
                    
                      <fo:block-container width="auto" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 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: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>
                
              </xsl:for-each>
            </xsl:when>
            <xsl:otherwise>
              
                <fo:block >
                  
                    <fo:block-container width="auto" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 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: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>
              
            </xsl:otherwise>
            </xsl:choose>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block><fo:block-container width="50%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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[not(@*)]/e:PersonData/e:PhysicalPerson/e:ID/e:IdentifierValue[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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[not(@*)]/e:PersonData/e:PhysicalPerson/e:Birth/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><fo:block-container width="50%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Číslo OP</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[not(@*)]/e:a676[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Miesto 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="FormatText"><xsl:with-param name="data" select="/e:eform[not(@*)]/e:a681[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:table-cell>
              </fo:table-row></fo:table-body>
            </fo:table>
          </fo:block-container>
        </fo:block>
      </fo:block>
    </fo:block-container>
  
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  
    <fo:block-container  width="auto">
      <xsl:attribute name='margin-left'>1mm</xsl:attribute>
<xsl:attribute name='margin-right'>1mm</xsl:attribute>
      <fo:block font-size="12.0pt" font-weight="bold" >
        <xsl:attribute name='margin-top'>5mm</xsl:attribute>
        <fo:block margin="5pt" >Adresa trvalého pobytu</fo:block>
      </fo:block>        
      <fo:block keep-with-previous.within-page="100" border-width="0.6pt" border-top-style="solid">
        <fo:block margin="5pt">
          <fo:block-container>
            <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>
                  <fo:block-container width="50%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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[not(@*)]/e:PersonData/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><!--foBlockForTableStart-->
  <xsl:if test="/e:eform[not(@*)]/e:PersonData/e:PhysicalAddress/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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Región / Kraj</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[not(@*)]/e:PersonData/e:PhysicalAddress/e:Region[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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[not(@*)]/e:PersonData/e:PhysicalAddress/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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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[not(@*)]/e:PersonData/e:PhysicalAddress/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[not(@*)]/e:PersonData/e:PhysicalAddress/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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Regió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[not(@*)]/e:PersonData/e:PhysicalAddress/e:Region/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-container width="50%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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[not(@*)]/e:PersonData/e:PhysicalAddress/e:County/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-container width="50%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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[not(@*)]/e:PersonData/e:PhysicalAddress/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--><!--foBlockForTableStart-->
  
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:table table-layout="fixed" width="100%">
  <fo:table-column column-width='50%'/>
<fo:table-column column-width='25%'/>
<fo:table-column column-width='25%'/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell margin-left="0" >
        <fo:block-container  keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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[not(@*)]/e:PersonData/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:table-cell><fo:table-cell margin-left="0"><fo:block-container  keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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[not(@*)]/e:PersonData/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:table-cell><fo:table-cell margin-left="0"><fo:block-container  keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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:call-template name="FormatText"><xsl:with-param name="data" select="/e:eform[not(@*)]/e:PersonData/e:PhysicalAddress/e:PropertyRegistrationNumber[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:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
            
          </fo:block>
        
    </fo:block-container>
  
<!--foBlockForTableEnd--><fo:block-container width="50%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Poštové smerovacie číslo (ZIP)</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[not(@*)]/e:PersonData/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:table-cell>
              </fo:table-row></fo:table-body>
            </fo:table>
          </fo:block-container>
        </fo:block>
      </fo:block>
    </fo:block-container>
  
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  
    <fo:block-container  width="auto">
      <xsl:attribute name='margin-left'>1mm</xsl:attribute>
<xsl:attribute name='margin-right'>1mm</xsl:attribute>
      <fo:block font-size="12.0pt" font-weight="bold" >
        <xsl:attribute name='margin-top'>5mm</xsl:attribute>
        <fo:block margin="5pt" >Telefon a email</fo:block>
      </fo:block>        
      <fo:block keep-with-previous.within-page="100" border-width="0.6pt" border-top-style="solid">
        <fo:block margin="5pt">
          <fo:block-container>
            <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>
                  <fo:block-container width="auto" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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ónne číslo</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="50%" 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[not(@*)]/e:PersonData/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="auto" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Emailová adresa</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
  <fo:table table-layout="fixed" width="50%" 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[not(@*)]/e:PersonData/e:ElectronicAddress/e:InternetAddress[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:table-cell>
              </fo:table-row></fo:table-body>
            </fo:table>
          </fo:block-container>
        </fo:block>
      </fo:block>
    </fo:block-container>
  
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  
    <fo:block-container  width="auto">
      <xsl:attribute name='margin-left'>1mm</xsl:attribute>
<xsl:attribute name='margin-right'>1mm</xsl:attribute>
      <fo:block font-size="12.0pt" font-weight="bold" >
        <xsl:attribute name='margin-top'>5mm</xsl:attribute>
        <fo:block margin="5pt" >Preferovaná pozícia</fo:block>
      </fo:block>        
      <fo:block keep-with-previous.within-page="100" border-width="0.6pt" border-top-style="solid">
        <fo:block margin="5pt">
          <fo:block-container>
            <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>
                  <fo:block-container width="50%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Miesto</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:a1232[not(@*)]/e:a611[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="auto" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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%">
        <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:a1232[not(@*)]/e:a619[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = '1'">
            <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 >Služobný pomer </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:a1232[not(@*)]/e:a619[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = '2'">
            <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 >Pracovný pomer</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-container width="50%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Funkcia</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:a1232[not(@*)]/e:a623[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:table-cell>
              </fo:table-row></fo:table-body>
            </fo:table>
          </fo:block-container>
        </fo:block>
      </fo:block>
    </fo:block-container>
  
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  <xsl:if test="/e:eform/e:a1232[not(@*)]/e:a619[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = '1'">
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <!--foBlockForTableStart-->
  
    <fo:block-container  width="auto">
      <xsl:attribute name='margin-left'>1mm</xsl:attribute>
<xsl:attribute name='margin-right'>1mm</xsl:attribute>
      <fo:block font-size="12.0pt" font-weight="bold" >
        <xsl:attribute name='margin-top'>5mm</xsl:attribute>
        <fo:block margin="5pt" >Čestné vyhlásenia - § 14 ods. 4 zákona č. 73/1998 Z. z. v znení neskorších predpisov (zaškrtávacie políčko pri vyhlásení o:</fo:block>
      </fo:block>        
      <fo:block keep-with-previous.within-page="100" border-width="0.6pt" border-top-style="solid">
        <fo:block margin="5pt">
          <fo:block-container>
            <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>
                  <fo:block-container keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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:a1233[not(@*)]/e:a627[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>Vyhlasujem, že nie som členom politickej strany alebo politického hnutia.</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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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:a1233[not(@*)]/e:a629[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>Vyhlasujem, že som spôsobilý na právne úkony v plnom rozsahu.</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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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:a1233[not(@*)]/e:a628[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>Vyhlasujem, že ku dňu prijatia do služobného pomeru skončím činnosti, ktorých vykonávanie je zakázané podľa § 48 ods. 6 a 7 zákona č. 73/1998 Z. z.</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:table-cell>
              </fo:table-row></fo:table-body>
            </fo:table>
          </fo:block-container>
        </fo:block>
      </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"
          >Spracovanie osobných údajov</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="italic"
          font-weight="normal"
          >Služobný úrad v súlade s § 13 ods. 1 písm. c) zákona č. 18/2018 Z. z. o ochrane osobných údajov a o zmene a doplnení niektorých zákonov v znení neskorších predpisov (ďalej len „zákon o ochrane osobných údajov“) spracúva osobné údaje uchádzača na účel prijímacieho konania do služobného pomeru / pracovného pomeru v zbore, ako aj na účel ich spracovania v databáze žiadostí o prijatie v rozsahu zákonného oprávnenia podľa § 14 ods. 6 zákona č. 73/1998 Z. z. o štátnej službe príslušníkov Policajného zboru, Slovenskej informačnej služby, Zboru väzenskej a justičnej stráže Slovenskej republiky a Železničnej polície v znení neskorších predpisov, resp. príslušných ustanovení Zákonníka práce. Ďalšie informácie týkajúce sa spracúvania osobných údajov podľa § 19 ods. 1 a ods. 2 zákona o ochrane osobných údajov sú uchádzačovi dostupné na webovej stránke zboru: http://www.zvjs.sk/sk/ochrana-osobnych-udajov.</fo:block>
        </fo:table-cell>
      </fo:table-row>
    </fo:table-body>
  </fo:table>
</fo:block-container>
            
          </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"
          >Osobný dotazník</fo:block>
        </fo:table-cell>
      </fo:table-row>
    </fo:table-body>
  </fo:table>
</fo:block-container><!--foBlockForTableStart-->
  
    <fo:block-container  width="auto">
      <xsl:attribute name='margin-left'>1mm</xsl:attribute>
<xsl:attribute name='margin-right'>1mm</xsl:attribute>
      <fo:block font-size="12.0pt" font-weight="bold" >
        <xsl:attribute name='margin-top'>5mm</xsl:attribute>
        <fo:block margin="5pt" >1. Meno a priezvsko</fo:block>
      </fo:block>        
      <fo:block keep-with-previous.within-page="100" border-width="0.6pt" border-top-style="solid">
        <fo:block margin="5pt">
          <fo:block-container>
            <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>
                  <fo:block font-size="9.0pt">
  <fo:block-container>
    <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:choose>
              <xsl:when test="/e:eform[not(@*)]/e:PersonData/e:PhysicalPerson/e:PersonName/e:Affix[@type='qualification' and @position='prefix']">
              <xsl:for-each select="/e:eform[not(@*)]/e:PersonData/e:PhysicalPerson/e:PersonName/e:Affix[@type='qualification' and @position='prefix']">
                
                  <fo:block >
                    
                      <fo:block-container width="auto" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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: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>
                
              </xsl:for-each>
            </xsl:when>
            <xsl:otherwise>
              
                <fo:block >
                  
                    <fo:block-container width="auto" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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: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>
              
            </xsl:otherwise>
            </xsl:choose>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block><fo:block-container width="50%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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[not(@*)]/e:PersonData/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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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[not(@*)]/e:PersonData/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 font-size="9.0pt">
  <fo:block-container>
    <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:choose>
              <xsl:when test="/e:eform[not(@*)]/e:PersonData/e:PhysicalPerson/e:PersonName/e:Affix[@type='qualification' and @position='postfix']">
              <xsl:for-each select="/e:eform[not(@*)]/e:PersonData/e:PhysicalPerson/e:PersonName/e:Affix[@type='qualification' and @position='postfix']">
                
                  <fo:block >
                    
                      <fo:block-container width="auto" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 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: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>
                
              </xsl:for-each>
            </xsl:when>
            <xsl:otherwise>
              
                <fo:block >
                  
                    <fo:block-container width="auto" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 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: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>
              
            </xsl:otherwise>
            </xsl:choose>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block><fo:block-container width="50%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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é 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[not(@*)]/e:a766[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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="25%" 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[not(@*)]/e:PersonData/e:PhysicalPerson/e:ID/e:IdentifierValue1[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:table-cell>
              </fo:table-row></fo:table-body>
            </fo:table>
          </fo:block-container>
        </fo:block>
      </fo:block>
    </fo:block-container>
  
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  
    <fo:block-container  width="auto">
      <xsl:attribute name='margin-left'>1mm</xsl:attribute>
<xsl:attribute name='margin-right'>1mm</xsl:attribute>
      <fo:block font-size="12.0pt" font-weight="bold" >
        <xsl:attribute name='margin-top'>5mm</xsl:attribute>
        <fo:block margin="5pt" >2. Dátum a miesto narodenia</fo:block>
      </fo:block>        
      <fo:block keep-with-previous.within-page="100" border-width="0.6pt" border-top-style="solid">
        <fo:block margin="5pt">
          <fo:block-container>
            <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>
                  <fo:block-container width="50%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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:a709[not(@*)]/e:a717[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Miesto 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="FormatText"><xsl:with-param name="data" select="/e:eform/e:a709[not(@*)]/e:a711[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 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="FormatText"><xsl:with-param name="data" select="/e:eform/e:a709[not(@*)]/e:PersonData/e:PhysicalAddress/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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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:a709[not(@*)]/e:PersonData/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:table-cell>
              </fo:table-row></fo:table-body>
            </fo:table>
          </fo:block-container>
        </fo:block>
      </fo:block>
    </fo:block-container>
  
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  
    <fo:block-container  width="auto">
      <xsl:attribute name='margin-left'>1mm</xsl:attribute>
<xsl:attribute name='margin-right'>1mm</xsl:attribute>
      <fo:block font-size="12.0pt" font-weight="bold" >
        <xsl:attribute name='margin-top'>5mm</xsl:attribute>
        <fo:block margin="5pt" >3. Občiansky preukaz</fo:block>
      </fo:block>        
      <fo:block keep-with-previous.within-page="100" border-width="0.6pt" border-top-style="solid">
        <fo:block margin="5pt">
          <fo:block-container>
            <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>
                  <fo:block-container width="50%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Číslo občianskeho preukazu</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:a767[not(@*)]/e:a768[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 vydania OP</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:a767[not(@*)]/e:a773[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Miesto vydania OP</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:a767[not(@*)]/e:a769[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:table-cell>
              </fo:table-row></fo:table-body>
            </fo:table>
          </fo:block-container>
        </fo:block>
      </fo:block>
    </fo:block-container>
  
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  
    <fo:block-container  width="auto">
      <xsl:attribute name='margin-left'>1mm</xsl:attribute>
<xsl:attribute name='margin-right'>1mm</xsl:attribute>
      <fo:block font-size="12.0pt" font-weight="bold" >
        <xsl:attribute name='margin-top'>5mm</xsl:attribute>
        <fo:block margin="5pt" >4. Vodičský preukaz</fo:block>
      </fo:block>        
      <fo:block keep-with-previous.within-page="100" border-width="0.6pt" border-top-style="solid">
        <fo:block margin="5pt">
          <fo:block-container>
            <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>
                  <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"
          >Vodičský preukaz</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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Číslo vodičského preukazu</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:a777[not(@*)]/e:a778[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Vydal</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:a777[not(@*)]/e:a802[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 vydania</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:a777[not(@*)]/e:a784[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 font-size="9.0pt">
  <fo:block-container>
    <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:choose>
              <xsl:when test="/e:eform/e:a777[not(@*)]/e:a789[not(@*)]">
              <xsl:for-each select="/e:eform/e:a777[not(@*)]/e:a789[not(@*)]">
                
                  <fo:block >
                    
                      <fo:block-container width="33.33333%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Skupina</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:a787[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="33.33333%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Platné od</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:a793[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Platné do</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:a796[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>
                
              </xsl:for-each>
            </xsl:when>
            <xsl:otherwise>
              
                <fo:block >
                  
                    <fo:block-container width="33.33333%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Skupina</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:a787[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="33.33333%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Platné od</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:a793[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Platné do</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:a796[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>
              
            </xsl:otherwise>
            </xsl:choose>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block>
                </fo:table-cell>
              </fo:table-row></fo:table-body>
            </fo:table>
          </fo:block-container>
        </fo:block>
      </fo:block>
    </fo:block-container>
  
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  
    <fo:block-container  width="auto">
      <xsl:attribute name='margin-left'>1mm</xsl:attribute>
<xsl:attribute name='margin-right'>1mm</xsl:attribute>
      <fo:block font-size="12.0pt" font-weight="bold" >
        <xsl:attribute name='margin-top'>5mm</xsl:attribute>
        <fo:block margin="5pt" >5. Adresa pobytu</fo:block>
      </fo:block>        
      <fo:block keep-with-previous.within-page="100" border-width="0.6pt" border-top-style="solid">
        <fo:block margin="5pt">
          <fo:block-container>
            <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>
                  <!--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="10.998pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="normal"
          >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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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:a810[not(@*)]/e:PersonData/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><!--foBlockForTableStart-->
  <xsl:if test="/e:eform/e:a810[not(@*)]/e:PersonData/e:PhysicalAddress/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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Región / Kraj</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:a810[not(@*)]/e:PersonData/e:PhysicalAddress/e:Region[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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:a810[not(@*)]/e:PersonData/e:PhysicalAddress/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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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:a810[not(@*)]/e:PersonData/e:PhysicalAddress/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:a810[not(@*)]/e:PersonData/e:PhysicalAddress/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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Regió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:a810[not(@*)]/e:PersonData/e:PhysicalAddress/e:Region/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-container width="50%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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:a810[not(@*)]/e:PersonData/e:PhysicalAddress/e:County/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-container width="50%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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:a810[not(@*)]/e:PersonData/e:PhysicalAddress/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--><!--foBlockForTableStart-->
  
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:table table-layout="fixed" width="100%">
  <fo:table-column column-width='50%'/>
<fo:table-column column-width='25%'/>
<fo:table-column column-width='25%'/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell margin-left="0" >
        <fo:block-container  keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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:a810[not(@*)]/e:PersonData/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:table-cell><fo:table-cell margin-left="0"><fo:block-container  keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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:a810[not(@*)]/e:PersonData/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:table-cell><fo:table-cell margin-left="0"><fo:block-container  keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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:call-template name="FormatText"><xsl:with-param name="data" select="/e:eform/e:a810[not(@*)]/e:PersonData/e:PhysicalAddress/e:PropertyRegistrationNumber[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:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
            
          </fo:block>
        
    </fo:block-container>
  
<!--foBlockForTableEnd--><fo:block-container width="50%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Poštové smerovacie číslo (ZIP)</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:a810[not(@*)]/e:PersonData/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>
        
    </fo:block-container>
  
<!--foBlockForTableEnd--><!--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="10.998pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="normal"
          >Adresa prechodné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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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:a810[not(@*)]/e:PersonData/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><!--foBlockForTableStart-->
  <xsl:if test="/e:eform/e:a810[not(@*)]/e:PersonData/e:PhysicalAddress/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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Región / Kraj</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:a810[not(@*)]/e:PersonData/e:PhysicalAddress/e:Region[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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:a810[not(@*)]/e:PersonData/e:PhysicalAddress/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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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:a810[not(@*)]/e:PersonData/e:PhysicalAddress/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:a810[not(@*)]/e:PersonData/e:PhysicalAddress/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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Regió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:a810[not(@*)]/e:PersonData/e:PhysicalAddress/e:Region/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-container width="50%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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:a810[not(@*)]/e:PersonData/e:PhysicalAddress/e:County/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-container width="50%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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:a810[not(@*)]/e:PersonData/e:PhysicalAddress/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--><!--foBlockForTableStart-->
  
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:table table-layout="fixed" width="100%">
  <fo:table-column column-width='50%'/>
<fo:table-column column-width='25%'/>
<fo:table-column column-width='25%'/>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell margin-left="0" >
        <fo:block-container  keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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:a810[not(@*)]/e:PersonData/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:table-cell><fo:table-cell margin-left="0"><fo:block-container  keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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:a810[not(@*)]/e:PersonData/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:table-cell><fo:table-cell margin-left="0"><fo:block-container  keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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:call-template name="FormatText"><xsl:with-param name="data" select="/e:eform/e:a810[not(@*)]/e:PersonData/e:PhysicalAddress/e:PropertyRegistrationNumber[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:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>
            
          </fo:block>
        
    </fo:block-container>
  
<!--foBlockForTableEnd--><fo:block-container width="50%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Poštové smerovacie číslo (ZIP)</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:a810[not(@*)]/e:PersonData/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>
        
    </fo:block-container>
  
<!--foBlockForTableEnd-->
                </fo:table-cell>
              </fo:table-row></fo:table-body>
            </fo:table>
          </fo:block-container>
        </fo:block>
      </fo:block>
    </fo:block-container>
  
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  
    <fo:block-container  width="auto">
      <xsl:attribute name='margin-left'>1mm</xsl:attribute>
<xsl:attribute name='margin-right'>1mm</xsl:attribute>
      <fo:block font-size="12.0pt" font-weight="bold" >
        <xsl:attribute name='margin-top'>5mm</xsl:attribute>
        <fo:block margin="5pt" >6. Štátne občianstvo</fo:block>
      </fo:block>        
      <fo:block keep-with-previous.within-page="100" border-width="0.6pt" border-top-style="solid">
        <fo:block margin="5pt">
          <fo:block-container>
            <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>
                  <fo:block-container width="50%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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átne občianstvo</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:a897[not(@*)]/e:PersonData/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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Ďalšie štátne občianstvo </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:a897[not(@*)]/e:PersonData/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:table-cell>
              </fo:table-row></fo:table-body>
            </fo:table>
          </fo:block-container>
        </fo:block>
      </fo:block>
    </fo:block-container>
  
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  
    <fo:block-container  width="auto">
      <xsl:attribute name='margin-left'>1mm</xsl:attribute>
<xsl:attribute name='margin-right'>1mm</xsl:attribute>
      <fo:block font-size="12.0pt" font-weight="bold" >
        <xsl:attribute name='margin-top'>5mm</xsl:attribute>
        <fo:block margin="5pt" >7. Znalosť cudzieho jazyka</fo:block>
      </fo:block>        
      <fo:block keep-with-previous.within-page="100" border-width="0.6pt" border-top-style="solid">
        <fo:block margin="5pt">
          <fo:block-container>
            <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>
                  <fo:block font-size="9.0pt">
  <fo:block-container>
    <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:choose>
              <xsl:when test="/e:eform/e:a936[not(@*)]/e:a945[not(@*)]">
              <xsl:for-each select="/e:eform/e:a936[not(@*)]/e:a945[not(@*)]">
                
                  <fo:block >
                    
                      <fo:block-container width="25%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Jazyk</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:a946[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Úroveň</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:a950[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 skúšky</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:a951[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Doklad</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:a952[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>
                
              </xsl:for-each>
            </xsl:when>
            <xsl:otherwise>
              
                <fo:block >
                  
                    <fo:block-container width="25%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Jazyk</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:a946[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Úroveň</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:a950[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 skúšky</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:a951[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Doklad</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:a952[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>
              
            </xsl:otherwise>
            </xsl:choose>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block>
                </fo:table-cell>
              </fo:table-row></fo:table-body>
            </fo:table>
          </fo:block-container>
        </fo:block>
      </fo:block>
    </fo:block-container>
  
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  
    <fo:block-container  width="auto">
      <xsl:attribute name='margin-left'>1mm</xsl:attribute>
<xsl:attribute name='margin-right'>1mm</xsl:attribute>
      <fo:block font-size="12.0pt" font-weight="bold" >
        <xsl:attribute name='margin-top'>5mm</xsl:attribute>
        <fo:block margin="5pt" >8. Vzdelanie</fo:block>
      </fo:block>        
      <fo:block keep-with-previous.within-page="100" border-width="0.6pt" border-top-style="solid">
        <fo:block margin="5pt">
          <fo:block-container>
            <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>
                  <fo:block font-size="9.0pt">
  <fo:block-container>
    <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:choose>
              <xsl:when test="/e:eform/e:a953[not(@*)]/e:a1177[not(@*)]">
              <xsl:for-each select="/e:eform/e:a953[not(@*)]/e:a1177[not(@*)]">
                
                  <fo:block >
                    
                      <fo:block-container width="50%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Vzdelanie</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:a1180[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:a1180[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = '1'">
    <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="10.998pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="normal"
          >Základné</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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 a sídlo školy, odbor</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:attribute name="wrap-option">wrap</xsl:attribute>
<xsl:attribute name='linefeed-treatment'>preserve</xsl:attribute>
<xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:a960[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Spôsob skonč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:attribute name="wrap-option">wrap</xsl:attribute>
<xsl:attribute name='linefeed-treatment'>preserve</xsl:attribute>
<xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:a963[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>
  <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"
          >Obdobie štúdia</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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Od</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:a1185[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Do</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:a1186[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:a1180[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = '2'">
    <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="10.998pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="normal"
          >Stredné odborné</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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 a sídlo školy, odbor</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:attribute name="wrap-option">wrap</xsl:attribute>
<xsl:attribute name='linefeed-treatment'>preserve</xsl:attribute>
<xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:a969[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Spôsob skonč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:attribute name="wrap-option">wrap</xsl:attribute>
<xsl:attribute name='linefeed-treatment'>preserve</xsl:attribute>
<xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:a1021[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>
  <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"
          >Obdobie štúdia</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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Od</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:a1193[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Do</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:a1190[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:a1180[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = '3'">
    <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="10.998pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="normal"
          >Úplne stredné odborné (SOŠ alebo ŠOU)</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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 a sídlo školy, odbor</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:attribute name="wrap-option">wrap</xsl:attribute>
<xsl:attribute name='linefeed-treatment'>preserve</xsl:attribute>
<xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:a1020[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Spôsob skonč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:attribute name="wrap-option">wrap</xsl:attribute>
<xsl:attribute name='linefeed-treatment'>preserve</xsl:attribute>
<xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:a970[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>
  <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"
          >Obdobie štúdia</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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Od</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:a1197[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Do</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:a1194[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:a1180[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = '4'">
    <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="10.998pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="normal"
          >Úplne stredné všeobecné (gymnázium)</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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 a sídlo školy, odbor</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:attribute name="wrap-option">wrap</xsl:attribute>
<xsl:attribute name='linefeed-treatment'>preserve</xsl:attribute>
<xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:a1027[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Spôsob skonč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:attribute name="wrap-option">wrap</xsl:attribute>
<xsl:attribute name='linefeed-treatment'>preserve</xsl:attribute>
<xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:a1028[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>
  <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"
          >Obdobie štúdia</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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Od</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:a1201[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Do</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:a1198[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:a1180[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = '5'">
    <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="10.998pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="normal"
          >Vyššie odborné (ukončené absolventkou skúškou)</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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 a sídlo školy, odbor</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:attribute name="wrap-option">wrap</xsl:attribute>
<xsl:attribute name='linefeed-treatment'>preserve</xsl:attribute>
<xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:a1032[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Spôsob skonč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:attribute name="wrap-option">wrap</xsl:attribute>
<xsl:attribute name='linefeed-treatment'>preserve</xsl:attribute>
<xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:a1033[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>
  <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"
          >Obdobie štúdia</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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Od</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:a1205[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Do</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:a1202[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:a1180[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = '6'">
    <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="10.998pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="normal"
          >Vysokoškolské 1. stupňa (bakalárske)</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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 a sídlo školy, odbor</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:attribute name="wrap-option">wrap</xsl:attribute>
<xsl:attribute name='linefeed-treatment'>preserve</xsl:attribute>
<xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:a1043[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Spôsob skonč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:attribute name="wrap-option">wrap</xsl:attribute>
<xsl:attribute name='linefeed-treatment'>preserve</xsl:attribute>
<xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:a1038[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>
  <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"
          >Obdobie štúdia</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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Od</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:a1189[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Do</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:a1206[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:a1180[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = '7'">
    <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="10.998pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="normal"
          >Vysokoškolské 2. stupňa (magisterské, inžinierske, doktorské)</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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 a sídlo školy, odbor</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:attribute name="wrap-option">wrap</xsl:attribute>
<xsl:attribute name='linefeed-treatment'>preserve</xsl:attribute>
<xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:a1216[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Spôsob skonč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:attribute name="wrap-option">wrap</xsl:attribute>
<xsl:attribute name='linefeed-treatment'>preserve</xsl:attribute>
<xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:a1217[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>
  <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"
          >Obdobie štúdia</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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Od</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:a1219[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Do</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:a1220[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:a1180[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = '8'">
    <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="10.998pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="normal"
          >Vysokoškolské 3. stupňa (doktorandské)</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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 a sídlo školy, odbor</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:attribute name="wrap-option">wrap</xsl:attribute>
<xsl:attribute name='linefeed-treatment'>preserve</xsl:attribute>
<xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:a1209[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Spôsob skonč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:attribute name="wrap-option">wrap</xsl:attribute>
<xsl:attribute name='linefeed-treatment'>preserve</xsl:attribute>
<xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:a1210[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>
  <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"
          >Obdobie štúdia</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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Od</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:a1212[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Do</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:a1213[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>
                
              </xsl:for-each>
            </xsl:when>
            <xsl:otherwise>
              
                <fo:block >
                  
                    <fo:block-container width="50%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Vzdelanie</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:a1180[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:a1180[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = '1'">
    <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="10.998pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="normal"
          >Základné</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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 a sídlo školy, odbor</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:attribute name="wrap-option">wrap</xsl:attribute>
<xsl:attribute name='linefeed-treatment'>preserve</xsl:attribute>
<xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:a960[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Spôsob skonč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:attribute name="wrap-option">wrap</xsl:attribute>
<xsl:attribute name='linefeed-treatment'>preserve</xsl:attribute>
<xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:a963[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>
  <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"
          >Obdobie štúdia</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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Od</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:a1185[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Do</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:a1186[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:a1180[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = '2'">
    <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="10.998pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="normal"
          >Stredné odborné</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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 a sídlo školy, odbor</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:attribute name="wrap-option">wrap</xsl:attribute>
<xsl:attribute name='linefeed-treatment'>preserve</xsl:attribute>
<xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:a969[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Spôsob skonč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:attribute name="wrap-option">wrap</xsl:attribute>
<xsl:attribute name='linefeed-treatment'>preserve</xsl:attribute>
<xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:a1021[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>
  <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"
          >Obdobie štúdia</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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Od</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:a1193[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Do</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:a1190[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:a1180[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = '3'">
    <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="10.998pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="normal"
          >Úplne stredné odborné (SOŠ alebo ŠOU)</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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 a sídlo školy, odbor</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:attribute name="wrap-option">wrap</xsl:attribute>
<xsl:attribute name='linefeed-treatment'>preserve</xsl:attribute>
<xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:a1020[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Spôsob skonč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:attribute name="wrap-option">wrap</xsl:attribute>
<xsl:attribute name='linefeed-treatment'>preserve</xsl:attribute>
<xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:a970[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>
  <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"
          >Obdobie štúdia</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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Od</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:a1197[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Do</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:a1194[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:a1180[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = '4'">
    <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="10.998pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="normal"
          >Úplne stredné všeobecné (gymnázium)</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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 a sídlo školy, odbor</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:attribute name="wrap-option">wrap</xsl:attribute>
<xsl:attribute name='linefeed-treatment'>preserve</xsl:attribute>
<xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:a1027[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Spôsob skonč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:attribute name="wrap-option">wrap</xsl:attribute>
<xsl:attribute name='linefeed-treatment'>preserve</xsl:attribute>
<xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:a1028[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>
  <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"
          >Obdobie štúdia</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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Od</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:a1201[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Do</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:a1198[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:a1180[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = '5'">
    <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="10.998pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="normal"
          >Vyššie odborné (ukončené absolventkou skúškou)</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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 a sídlo školy, odbor</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:attribute name="wrap-option">wrap</xsl:attribute>
<xsl:attribute name='linefeed-treatment'>preserve</xsl:attribute>
<xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:a1032[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Spôsob skonč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:attribute name="wrap-option">wrap</xsl:attribute>
<xsl:attribute name='linefeed-treatment'>preserve</xsl:attribute>
<xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:a1033[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>
  <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"
          >Obdobie štúdia</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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Od</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:a1205[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Do</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:a1202[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:a1180[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = '6'">
    <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="10.998pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="normal"
          >Vysokoškolské 1. stupňa (bakalárske)</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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 a sídlo školy, odbor</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:attribute name="wrap-option">wrap</xsl:attribute>
<xsl:attribute name='linefeed-treatment'>preserve</xsl:attribute>
<xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:a1043[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Spôsob skonč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:attribute name="wrap-option">wrap</xsl:attribute>
<xsl:attribute name='linefeed-treatment'>preserve</xsl:attribute>
<xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:a1038[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>
  <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"
          >Obdobie štúdia</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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Od</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:a1189[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Do</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:a1206[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:a1180[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = '7'">
    <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="10.998pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="normal"
          >Vysokoškolské 2. stupňa (magisterské, inžinierske, doktorské)</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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 a sídlo školy, odbor</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:attribute name="wrap-option">wrap</xsl:attribute>
<xsl:attribute name='linefeed-treatment'>preserve</xsl:attribute>
<xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:a1216[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Spôsob skonč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:attribute name="wrap-option">wrap</xsl:attribute>
<xsl:attribute name='linefeed-treatment'>preserve</xsl:attribute>
<xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:a1217[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>
  <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"
          >Obdobie štúdia</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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Od</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:a1219[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Do</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:a1220[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:a1180[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = '8'">
    <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="10.998pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="normal"
          >Vysokoškolské 3. stupňa (doktorandské)</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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 a sídlo školy, odbor</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:attribute name="wrap-option">wrap</xsl:attribute>
<xsl:attribute name='linefeed-treatment'>preserve</xsl:attribute>
<xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:a1209[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Spôsob skonč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:attribute name="wrap-option">wrap</xsl:attribute>
<xsl:attribute name='linefeed-treatment'>preserve</xsl:attribute>
<xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:a1210[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>
  <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"
          >Obdobie štúdia</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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Od</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:a1212[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Do</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:a1213[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>
              
            </xsl:otherwise>
            </xsl:choose>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block>
                </fo:table-cell>
              </fo:table-row></fo:table-body>
            </fo:table>
          </fo:block-container>
        </fo:block>
      </fo:block>
    </fo:block-container>
  
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  
    <fo:block-container  width="auto">
      <xsl:attribute name='margin-left'>1mm</xsl:attribute>
<xsl:attribute name='margin-right'>1mm</xsl:attribute>
      <fo:block font-size="12.0pt" font-weight="bold" >
        <xsl:attribute name='margin-top'>5mm</xsl:attribute>
        <fo:block margin="5pt" >9. Prehlaď absolventských kurzov, získaných osvedčení a opravení</fo:block>
      </fo:block>        
      <fo:block keep-with-previous.within-page="100" border-width="0.6pt" border-top-style="solid">
        <fo:block margin="5pt">
          <fo:block-container>
            <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>
                  <fo:block-container width="auto" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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%" 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:attribute name="wrap-option">wrap</xsl:attribute>
<xsl:attribute name='linefeed-treatment'>preserve</xsl:attribute>
<xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:eform/e:a1053[not(@*)]/e:a1056[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:table-cell>
              </fo:table-row></fo:table-body>
            </fo:table>
          </fo:block-container>
        </fo:block>
      </fo:block>
    </fo:block-container>
  
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  
    <fo:block-container  width="auto">
      <xsl:attribute name='margin-left'>1mm</xsl:attribute>
<xsl:attribute name='margin-right'>1mm</xsl:attribute>
      <fo:block font-size="12.0pt" font-weight="bold" >
        <xsl:attribute name='margin-top'>5mm</xsl:attribute>
        <fo:block margin="5pt" >10. Miesto, čas trvania štátnej služby vykonávanej v služobnom pomere (§ 31 zákon 281/2015 Z. z.) dosiahnutá vojenská hodnosť alebo iná hodnosť dosiahnutá hodnosť</fo:block>
      </fo:block>        
      <fo:block keep-with-previous.within-page="100" border-width="0.6pt" border-top-style="solid">
        <fo:block margin="5pt">
          <fo:block-container>
            <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>
                  <fo:block font-size="9.0pt">
  <fo:block-container>
    <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:choose>
              <xsl:when test="/e:eform/e:a1062[not(@*)]/e:a1080[not(@*)]">
              <xsl:for-each select="/e:eform/e:a1062[not(@*)]/e:a1080[not(@*)]">
                
                  <fo:block >
                    
                      <fo:block-container width="25%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Druh 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:a1063[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Od</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:a1068[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Do</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:a1071[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Dosiahnutá hodnosť</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:a1067[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>
                
              </xsl:for-each>
            </xsl:when>
            <xsl:otherwise>
              
                <fo:block >
                  
                    <fo:block-container width="25%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Druh 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:a1063[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Od</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:a1068[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Do</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:a1071[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Dosiahnutá hodnosť</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:a1067[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>
              
            </xsl:otherwise>
            </xsl:choose>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block>
                </fo:table-cell>
              </fo:table-row></fo:table-body>
            </fo:table>
          </fo:block-container>
        </fo:block>
      </fo:block>
    </fo:block-container>
  
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  
    <fo:block-container  width="auto">
      <xsl:attribute name='margin-left'>1mm</xsl:attribute>
<xsl:attribute name='margin-right'>1mm</xsl:attribute>
      <fo:block font-size="12.0pt" font-weight="bold" >
        <xsl:attribute name='margin-top'>5mm</xsl:attribute>
        <fo:block margin="5pt" >11. Údaje o rodičoch (meno, priezvisko a rodné priezvisko )</fo:block>
      </fo:block>        
      <fo:block keep-with-previous.within-page="100" border-width="0.6pt" border-top-style="solid">
        <fo:block margin="5pt">
          <fo:block-container>
            <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>
                  <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"
          >Otec</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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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:a1086[not(@*)]/e:a1087[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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:a1086[not(@*)]/e:a1100[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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é 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:a1086[not(@*)]/e:a1099[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>
  <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"
          >Matka</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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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:a1086[not(@*)]/e:a1098[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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:a1086[not(@*)]/e:a1102[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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é 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:a1086[not(@*)]/e:a1101[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:table-cell>
              </fo:table-row></fo:table-body>
            </fo:table>
          </fo:block-container>
        </fo:block>
      </fo:block>
    </fo:block-container>
  
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  
    <fo:block-container  width="auto">
      <xsl:attribute name='margin-left'>1mm</xsl:attribute>
<xsl:attribute name='margin-right'>1mm</xsl:attribute>
      <fo:block font-size="12.0pt" font-weight="bold" >
        <xsl:attribute name='margin-top'>5mm</xsl:attribute>
        <fo:block margin="5pt" >12. Ste, alebo boli ste liečený zo závislosti od alkoholu, iných omamných látok, psychotropných látok?</fo:block>
      </fo:block>        
      <fo:block keep-with-previous.within-page="100" border-width="0.6pt" border-top-style="solid">
        <fo:block margin="5pt">
          <fo:block-container>
            <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>
                  <fo:block-container width="auto" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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%">
        <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:a1105[not(@*)]/e:a1108[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = '1'">
            <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 >áno</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:a1105[not(@*)]/e:a1108[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = '0'">
            <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 >nie</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:table-cell>
              </fo:table-row></fo:table-body>
            </fo:table>
          </fo:block-container>
        </fo:block>
      </fo:block>
    </fo:block-container>
  
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  
    <fo:block-container  width="auto">
      <xsl:attribute name='margin-left'>1mm</xsl:attribute>
<xsl:attribute name='margin-right'>1mm</xsl:attribute>
      <fo:block font-size="12.0pt" font-weight="bold" >
        <xsl:attribute name='margin-top'>5mm</xsl:attribute>
        <fo:block margin="5pt" >13. Požívate preukázateľne nadmerne alkohol, iné omamné látky, alebo psychotropné látky?</fo:block>
      </fo:block>        
      <fo:block keep-with-previous.within-page="100" border-width="0.6pt" border-top-style="solid">
        <fo:block margin="5pt">
          <fo:block-container>
            <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>
                  <fo:block-container width="auto" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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%">
        <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:a1114[not(@*)]/e:a1115[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = '1'">
            <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 >áno</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:a1114[not(@*)]/e:a1115[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = '0'">
            <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 >nie</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:table-cell>
              </fo:table-row></fo:table-body>
            </fo:table>
          </fo:block-container>
        </fo:block>
      </fo:block>
    </fo:block-container>
  
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  
    <fo:block-container  width="auto">
      <xsl:attribute name='margin-left'>1mm</xsl:attribute>
<xsl:attribute name='margin-right'>1mm</xsl:attribute>
      <fo:block font-size="12.0pt" font-weight="bold" >
        <xsl:attribute name='margin-top'>5mm</xsl:attribute>
        <fo:block margin="5pt" >14. Je voči Vám vedené trestné stíhanie?</fo:block>
      </fo:block>        
      <fo:block keep-with-previous.within-page="100" border-width="0.6pt" border-top-style="solid">
        <fo:block margin="5pt">
          <fo:block-container>
            <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>
                  <fo:block-container width="auto" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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%">
        <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:a1116[not(@*)]/e:a1117[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = '1'">
            <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 >áno</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:a1116[not(@*)]/e:a1117[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = '0'">
            <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 >nie</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:table-cell>
              </fo:table-row></fo:table-body>
            </fo:table>
          </fo:block-container>
        </fo:block>
      </fo:block>
    </fo:block-container>
  
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  
    <fo:block-container  width="auto">
      <xsl:attribute name='margin-left'>1mm</xsl:attribute>
<xsl:attribute name='margin-right'>1mm</xsl:attribute>
      <fo:block font-size="12.0pt" font-weight="bold" >
        <xsl:attribute name='margin-top'>5mm</xsl:attribute>
        <fo:block margin="5pt" >15. Súčasné zamestnanie </fo:block>
      </fo:block>        
      <fo:block keep-with-previous.within-page="100" border-width="0.6pt" border-top-style="solid">
        <fo:block margin="5pt">
          <fo:block-container>
            <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>
                  <fo:block-container width="33.33333%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Zamestnávateľ - sídlo</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:a1119[not(@*)]/e:a1120[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Pracovná pozícia</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:a1119[not(@*)]/e:a1125[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Od</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:a1119[not(@*)]/e:a1126[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:table-cell>
              </fo:table-row></fo:table-body>
            </fo:table>
          </fo:block-container>
        </fo:block>
      </fo:block>
    </fo:block-container>
  
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  
    <fo:block-container  width="auto">
      <xsl:attribute name='margin-left'>1mm</xsl:attribute>
<xsl:attribute name='margin-right'>1mm</xsl:attribute>
      <fo:block font-size="12.0pt" font-weight="bold" >
        <xsl:attribute name='margin-top'>5mm</xsl:attribute>
        <fo:block margin="5pt" >16. Prehľad predchádzajúcich zamestnávateľov aj s pracovným zaradením</fo:block>
      </fo:block>        
      <fo:block keep-with-previous.within-page="100" border-width="0.6pt" border-top-style="solid">
        <fo:block margin="5pt">
          <fo:block-container>
            <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>
                  <fo:block font-size="9.0pt">
  <fo:block-container>
    <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:choose>
              <xsl:when test="/e:eform/e:a1130[not(@*)]/e:a1148[not(@*)]">
              <xsl:for-each select="/e:eform/e:a1130[not(@*)]/e:a1148[not(@*)]">
                
                  <fo:block >
                    
                      <fo:block-container width="25%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Zamestnávateľ - sídlo</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:a1146[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Pracovná pozícia</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:a1131[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Od</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:a1147[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Do</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:a1139[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>
                
              </xsl:for-each>
            </xsl:when>
            <xsl:otherwise>
              
                <fo:block >
                  
                    <fo:block-container width="25%" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Zamestnávateľ - sídlo</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:a1146[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Pracovná pozícia</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:a1131[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Od</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:a1147[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'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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 >Do</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:a1139[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>
              
            </xsl:otherwise>
            </xsl:choose>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block>
                </fo:table-cell>
              </fo:table-row></fo:table-body>
            </fo:table>
          </fo:block-container>
        </fo:block>
      </fo:block>
    </fo:block-container>
  
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  
    <fo:block-container  width="auto">
      <xsl:attribute name='margin-left'>1mm</xsl:attribute>
<xsl:attribute name='margin-right'>1mm</xsl:attribute>
      <fo:block font-size="12.0pt" font-weight="bold" >
        <xsl:attribute name='margin-top'>5mm</xsl:attribute>
        <fo:block margin="5pt" >17. Doplňujúce údaje (dôvod podania žiadosti a ďalšie dôležité skutočnosti)</fo:block>
      </fo:block>        
      <fo:block keep-with-previous.within-page="100" border-width="0.6pt" border-top-style="solid">
        <fo:block margin="5pt">
          <fo:block-container>
            <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>
                  <fo:block-container width="auto" keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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%" 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:attribute name="wrap-option">wrap</xsl:attribute>
<xsl:attribute name='linefeed-treatment'>preserve</xsl:attribute>
<xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:eform/e:a1155[not(@*)]/e:a1158[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:table-cell>
              </fo:table-row></fo:table-body>
            </fo:table>
          </fo:block-container>
        </fo:block>
      </fo:block>
    </fo:block-container>
  
<!--foBlockForTableEnd--><fo:block-container keep-together.within-page="100">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</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:a1164[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>Vyhlasujem, že všetky mnou uvedené údaje sú pravdivé, a že som nezamlčal nijaké závažné skutočnosti.</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 id="end"/>
      </fo:flow>
    </fo:page-sequence>
  </fo:root>
</xsl:template>
</xsl:stylesheet>