<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format" version="1.0">
   <xsl:output method="xml" encoding="utf8" indent="no" />
  <xsl:template match="/">
  <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
  <fo:layout-master-set>
  <fo:simple-page-master master-name="mainpage" page-height="29.7cm" page-width="21cm" margin-top="1cm" margin-bottom="0cm" margin-left="1cm" margin-right="1cm">
  <fo:region-body margin-top="2.5cm" margin-bottom="2.5cm" />
  <fo:region-before extent="2.5cm" />
  <fo:region-after extent="2.5cm" />
  </fo:simple-page-master>
  </fo:layout-master-set>
  <xsl:apply-templates select="PDF" />
  </fo:root>
  </xsl:template>
  <xsl:variable name="D" select="/PDF/donnee/x_valeur" />
  <xsl:template name="ligneVide">
  <fo:block> </fo:block>
  </xsl:template>
  <xsl:template name="sth">
  <xsl:attribute name="background-color">#cccccc</xsl:attribute>
  <xsl:attribute name="font-weight">bold</xsl:attribute>
  <xsl:attribute name="border">0.5pt solid #666666</xsl:attribute>
  <xsl:attribute name="padding">0.15cm</xsl:attribute>
  </xsl:template>
  <xsl:template name="std">
  <xsl:attribute name="padding">0.15cm</xsl:attribute>
  <xsl:attribute name="border">0.5pt solid #666666</xsl:attribute>
  </xsl:template>
  <xsl:template name="title">
  <xsl:attribute name="padding-top">2pt</xsl:attribute>
  <xsl:attribute name="background-color">#507EB2</xsl:attribute>
  <xsl:attribute name="font-weight">bold</xsl:attribute>
  <xsl:attribute name="font-size">11pt</xsl:attribute>
  <xsl:attribute name="color">white</xsl:attribute>
  <xsl:attribute name="space-after">3pt</xsl:attribute>
  <xsl:attribute name="space-before">15pt</xsl:attribute>
  </xsl:template>
  <xsl:template name="section">
  <xsl:attribute name="font-weight">bold</xsl:attribute>
  <xsl:attribute name="font-size">10pt</xsl:attribute>
  <xsl:attribute name="space-before">8pt</xsl:attribute>
  <xsl:attribute name="space-after">5pt</xsl:attribute>
  </xsl:template>
	<xsl:template name="langue">
  <xsl:attribute name="padding-top">2pt</xsl:attribute>
  <xsl:attribute name="font-weight">bold</xsl:attribute>
  <xsl:attribute name="space-after">3pt</xsl:attribute>
  <xsl:attribute name="space-before">5pt</xsl:attribute>
  </xsl:template>
  <xsl:template match="PDF">
  <fo:page-sequence master-reference="mainpage" font-size="8pt" font-family="Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif">
  <xsl:call-template name="HeaderPage" />
  <xsl:call-template name="EndOfTheDocument" />
  <fo:flow flow-name="xsl-region-body">

	
	<!-- **************** ETUDES ENVISAGEES ****************
  -->
  <fo:block>
  <xsl:call-template name="title" />
  Choix de la formation
  </fo:block>
  <fo:table border-spacing="0pt" padding-before="1pt" padding-after="1pt" padding-top="1pt" padding-bottom="1pt" padding-left="1pt" padding-right="1pt" space-before="1pt" space-after="1pt" font-size="8pt">
  <fo:table-column column-width="proportional-column-width(1)" />
  <fo:table-column column-width="proportional-column-width(1)" />
  <fo:table-body>
  <fo:table-row>
  <fo:table-cell>
  <xsl:call-template name="sth" />
  <fo:block>Formation souhaitée</fo:block>
  </fo:table-cell>
 <fo:table-cell>
  <xsl:call-template name="std" />
  <fo:block>
	<xsl:value-of select="$D[@c_variable='HESGE_CHOIX_FC_PDF']" />
  </fo:block>
  </fo:table-cell>
  </fo:table-row>
  </fo:table-body>
  </fo:table>
  <!-- **************** FIN BLOCS ETUDES ENVISAGEES ****************
  -->
  <xsl:call-template name="ligneVide" />
  <xsl:call-template name="ligneVide" />

  <!-- **************** IDENTITE ****************
  -->
  <fo:block>
  <xsl:call-template name="title" />
  Données personnelles
  </fo:block>
  <fo:table border-spacing="0pt" padding-before="1pt" padding-after="1pt" padding-top="1pt" padding-bottom="1pt" padding-left="1pt" padding-right="1pt" space-before="1pt" space-after="1pt" font-size="8pt">
  <fo:table-column column-width="proportional-column-width(1)" />
  <fo:table-column column-width="proportional-column-width(1)" />
  <fo:table-column column-width="proportional-column-width(1)" />
  <fo:table-column column-width="proportional-column-width(1)" />
  <fo:table-body>
  
  <fo:table-row>
  <fo:table-cell>
  <xsl:call-template name="sth" />
  <fo:block>Nom(s)</fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="std" />
  <fo:block>
  <xsl:value-of select="donnee/x_valeur[@c_variable='NOM']" />
  </fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="sth" />
  <fo:block>Prénom(s)</fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="std" />
  <fo:block>
  <xsl:value-of select="donnee/x_valeur[@c_variable='PRENOM']" />
  </fo:block>
  </fo:table-cell>
  </fo:table-row>
<fo:table-row>
<fo:table-cell>
  <xsl:call-template name="sth" />
  <fo:block>Nom(s) officiels</fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="std" />
  <fo:block>
  <xsl:value-of select="donnee/x_valeur[@c_variable='NOM_OFFICIEL']" />
  </fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="sth" />
  <fo:block>Prénom(s) officiels</fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="std" />
  <fo:block>
  <xsl:value-of select="donnee/x_valeur[@c_variable='PRENOM_OFFICIEL']" />
  </fo:block>
  </fo:table-cell>
</fo:table-row>  
<fo:table-row>
  <fo:table-cell>
  <xsl:call-template name="sth" />
  <fo:block>Nom de naissance</fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="std" />
  <fo:block>
  <xsl:value-of select="donnee/x_valeur[@c_variable='NOM_NAISSANCE']" />
  </fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="sth" />
  <fo:block>Date de naissance</fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="std" />
  <fo:block>
  <xsl:value-of select="donnee/x_valeur[@c_variable='DATE_NAISSANCE']" />
  </fo:block>
  </fo:table-cell>
  </fo:table-row>
  <fo:table-row>
   <fo:table-cell>
  <xsl:call-template name="sth" />
  <fo:block>Commune d'origine (pays si étranger)</fo:block>
  </fo:table-cell>
 <fo:table-cell>
  <xsl:call-template name="std" />
  <fo:block>
  <xsl:value-of select="donnee/x_valeur[@c_variable='LIEU_ORIGINE_MULTIPLES_ET']" />
  </fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="sth" />
  <fo:block>Lieu de naissance (pays si étranger)</fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="std" />
  <fo:block>
  <xsl:value-of select="donnee/x_valeur[@c_variable='FORM_PERS_NAISSANCE:1']" />
  </fo:block>
  </fo:table-cell>
  </fo:table-row>
    
  <fo:table-row>
  <fo:table-cell>
  <xsl:call-template name="sth" />
  <fo:block>Permis de séjour ou d'établissement</fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="std" />
  <fo:block>
  <xsl:value-of select="donnee/x_valeur[@c_variable='FORM_PERMIS_SEJOUR_LIBELLE']" />
  </fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="sth" />
  <fo:block>Validité du permis</fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="std" />
  <fo:block>
  <xsl:value-of select="donnee/x_valeur[@c_variable='FORM_DATE_VALIDITE_PERMIS:1']" />
  </fo:block>
  </fo:table-cell>
  </fo:table-row>
   </fo:table-body>
  </fo:table>
 <!-- **************** FIN BLOCS IDENTITE ****************
  -->
  <xsl:call-template name="ligneVide" />
  <xsl:call-template name="ligneVide" />

  <!-- **************** ADRESSES ****************
  -->
  <fo:block>
  <xsl:call-template name="title" />
  Contact, adresses, correspondance et facturation
  </fo:block>
  
  <fo:block>
  <xsl:call-template name="section" />
  Moyens de contact
  </fo:block>
  <fo:table>
  <fo:table-column column-width="proportional-column-width(1)" />
  <fo:table-column column-width="proportional-column-width(1)" />
  <fo:table-column column-width="proportional-column-width(1)" />
  <fo:table-column column-width="proportional-column-width(1)" />
  <fo:table-body>
  <fo:table-row>
  <fo:table-cell>
  <xsl:call-template name="sth" />
  <fo:block>Téléphone portable</fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="std" />
  <fo:block>
  <xsl:value-of select="$D[@c_variable='FORM_PORTABLE_GENERAL']" />
  </fo:block>
  </fo:table-cell>
  </fo:table-row>
  <fo:table-row>
  <fo:table-cell>
  <xsl:call-template name="sth" />
  <fo:block>Email</fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="std" />
  <fo:block>
  <xsl:value-of select="$D[@c_variable='FORM_EMAIL_MOY_COM_GEN']" />
  </fo:block>
  </fo:table-cell>
  </fo:table-row>
  </fo:table-body>
  </fo:table>
  
  <xsl:call-template name="ligneVide" />
  <xsl:call-template name="ligneVide" />

  <fo:block>
  <xsl:call-template name="section" />
  Adresse privée
  </fo:block>
  <fo:table>
  <fo:table-column column-width="proportional-column-width(1)" />
  <fo:table-column column-width="proportional-column-width(1)" />
  <fo:table-column column-width="proportional-column-width(1)" />
  <fo:table-column column-width="proportional-column-width(1)" />
  <fo:table-body>
  <fo:table-row>
  <fo:table-cell>
  <xsl:call-template name="sth" />
  <fo:block>Adresse (rue, n°)</fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="std" />
  <fo:block>
  <xsl:value-of select="$D[@c_variable='FORM_ADRPERM_RUE']" />
  </fo:block>
  </fo:table-cell>
  </fo:table-row>
 
  <fo:table-row>
  <fo:table-cell>
  <xsl:call-template name="sth" />
  <fo:block>Code postal et localité</fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="std" />
  <fo:block>
  <xsl:choose> 
	<xsl:when test="$D[@c_variable='FORM_PERM_LOCALITE_LIBRE'] = ''"><xsl:value-of select="$D[@c_variable='FORM_PERM_ZIP_LOCALITE']" /></xsl:when> 
	<xsl:otherwise><xsl:value-of select="$D[@c_variable='FORM_PERM_LOCALITE_LIBRE']" /></xsl:otherwise> 
  </xsl:choose>
  </fo:block>
  </fo:table-cell>
  </fo:table-row>

  <fo:table-row>
  <fo:table-cell>
  <xsl:call-template name="sth" />
  <fo:block>Pays</fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="std" />
  <fo:block>
  <xsl:value-of select="$D[@c_variable='FORM_PERM_PAYS']" />
  </fo:block>
  </fo:table-cell>
  </fo:table-row>
  </fo:table-body>
  </fo:table>

  <xsl:call-template name="ligneVide" />
  <xsl:call-template name="ligneVide" />

  <fo:block>
  <xsl:call-template name="section" />
  Adresse professionnelle
  </fo:block>

  <fo:table>
  <fo:table-column column-width="proportional-column-width(1)" />
  <fo:table-column column-width="proportional-column-width(1)" />
  <fo:table-column column-width="proportional-column-width(1)" />
  <fo:table-column column-width="proportional-column-width(1)" />

<!-- Body - table -->
  <fo:table-body>

  <fo:table-row>
  <fo:table-cell>
  <xsl:call-template name="sth" />
  <fo:block>Entreprise</fo:block>
  <fo:block>Adresse (rue, n°)</fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="std" />
 <fo:block>
  <xsl:value-of select="$D[@c_variable='FORM_PROF_ADR']" />
  </fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="sth" />
  <fo:block>Téléphone professionnel</fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="std" />
  <fo:block>
  <xsl:value-of select="$D[@c_variable='FORM_ADRESSE_MOYENCOM:ADRPROF:TELPROF']" />
  </fo:block>
  </fo:table-cell>
  </fo:table-row>

  <fo:table-row>
  <fo:table-cell>
  <xsl:call-template name="sth" />
  <fo:block>Code postal et localité</fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="std" />
  <fo:block>
  <xsl:choose> 
	<xsl:when test="$D[@c_variable='FORM_PROF_LOCALITE_LIBRE'] = ''"><xsl:value-of select="$D[@c_variable='FORM_PROF_ZIP_LOCALITE']" /></xsl:when> 
	<xsl:otherwise><xsl:value-of select="$D[@c_variable='FORM_PROF_LOCALITE_LIBRE']" /></xsl:otherwise> 
  </xsl:choose>
  </fo:block>
  </fo:table-cell>
  </fo:table-row>
  
  <fo:table-row>
  <fo:table-cell>
  <xsl:call-template name="sth" />
  <fo:block>Pays</fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="std" />
  <fo:block>
  <xsl:value-of select="$D[@c_variable='FORM_PROF_PAYS']" />
  </fo:block>
  </fo:table-cell>
  </fo:table-row>

  </fo:table-body>
  <!-- Body - table -->
  </fo:table>
  
  <xsl:call-template name="ligneVide" />
  <fo:block>
  <xsl:call-template name="section" />
  Souhaits correspondance et facturation
  </fo:block>
	
  <fo:table>
  <fo:table-column column-width="proportional-column-width(1)" />
  <fo:table-column column-width="proportional-column-width(1)" />

<!-- Body - table -->
  <fo:table-body>

  <fo:table-row>
  <fo:table-cell>
  <xsl:call-template name="sth" />
  <fo:block>Adresse souhaitée pour la correspondance</fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="std" />
 <fo:block>
  <xsl:value-of select="$D[@c_variable='HESGE_GET_ZONE_TEMPO_VALUE:choixAdrCorresp']" />
  </fo:block>
  </fo:table-cell>
  </fo:table-row>

  <fo:table-row>
  <fo:table-cell>
  <xsl:call-template name="sth" />
  <fo:block>Adresse souhaitée pour la facture</fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="std" />
  <fo:block>
  <xsl:value-of select="$D[@c_variable='HESGE_GET_ZONE_TEMPO_VALUE:choixAdrFact']" />
  </fo:block>
  </fo:table-cell>
  </fo:table-row>

  </fo:table-body>
  <!-- Body - table -->
  </fo:table>	

	<xsl:call-template name="ligneVide" />
  <xsl:call-template name="ligneVide" />

	<!--<fo:block break-after="page" /> -->
  <fo:block break-after="page" />

	
  <!-- **************** FIN BLOCS ADRESSES ****************
  -->
	<!--<xsl:call-template name="ligneVide" />
  <xsl:call-template name="ligneVide" />-->
	
	<!-- **************** TITRE DONNANT ACCES A LA FORMATION ****************
  -->
  <fo:block>
  <xsl:call-template name="title" />
  Formations antérieures
  </fo:block>
     
    <fo:table border-spacing="0pt" padding-before="1pt" padding-after="1pt" padding-top="1pt" padding-bottom="1pt" padding-left="1pt" padding-right="1pt" space-before="1pt" space-after="1pt" font-size="8pt">
  <fo:table-column column-width="proportional-column-width(1)" />
  <fo:table-column column-width="proportional-column-width(1)" />
  	</fo:table>
  <xsl:call-template name="ligneVide" />
  <xsl:call-template name="ligneVide" />
	
  <fo:block>
  <xsl:call-template name="section" />
  Etudes secondaires (maturité gymnasiale ou professionnelle, CFC, baccalauréat, etc.)
  </fo:block>	
	
  <fo:table border-spacing="0pt" padding-before="1pt" padding-after="1pt" padding-top="1pt" padding-bottom="1pt" padding-left="1pt" padding-right="1pt" space-before="1pt" space-after="1pt" font-size="8pt">
  <fo:table-column column-width="proportional-column-width(1)" />
  <fo:table-column column-width="proportional-column-width(1)" />
  <fo:table-column column-width="proportional-column-width(1)" />
  <fo:table-column column-width="proportional-column-width(1)" />
  
	<fo:table-body>
	
  <fo:table-row>
  <fo:table-cell>
  <xsl:call-template name="sth" />
  <fo:block>Titre/diplôme obtenu</fo:block>
  </fo:table-cell>
  <fo:table-cell number-columns-spanned="3">
  <xsl:call-template name="std" />
  <fo:block>
	<xsl:value-of select="$D[@c_variable='FORM_HESGE_ETUDE_DETAIL_TEXTE_FILTREINSCRREF:FORANT_TITRE_OBTENU_LIBRE1']" />
	<xsl:text> </xsl:text>
    <xsl:value-of select="$D[@c_variable='FORM_DIPLOME_INFO_COMPL_FILTREINSCRREF:1']" />
  </fo:block>
  </fo:table-cell>
  </fo:table-row>
  
  <fo:table-row>
  <fo:table-cell>
  <xsl:call-template name="sth" />
  <fo:block>Année de début des études</fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="std" />
  <fo:block>
	<xsl:value-of select="$D[@c_variable='FORM_DIPLOME_ANNEE_DEBUT_PDF_FILTREINSCRREF:1']" />
  </fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="sth" />
  <fo:block>Année d'obtention du titre</fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="std" />
  <fo:block>
	 <xsl:value-of select="$D[@c_variable='FORM_DIPLOME_ANNEE_TITRE_PDF_FILTREINSCRREF:1']" />
  </fo:block>
  </fo:table-cell>
  </fo:table-row>
  
  <fo:table-row>
  <fo:table-cell>
  <xsl:call-template name="sth" />
  <fo:block>Nom de l'établissement</fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="std" />
  <fo:block>
  <xsl:value-of select="$D[@c_variable='FORM_HESGE_ETUDE_DETAIL_TEXTE_FILTREINSCRREF:FORANT_INSTITUTION_LIBRE1']" />
  </fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="sth" />
  <fo:block>Lieu de l'établissement (pays)</fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="std" />
  <fo:block>
  <xsl:value-of select="$D[@c_variable='FORM_DIPLOME_PAYS_LIBELLE_FILTREINSCRREF:1']" />
  </fo:block>
  </fo:table-cell>
  </fo:table-row>

  <fo:table-row>

  <fo:table-cell>
  <xsl:call-template name="sth" />
  <fo:block>Commune de résidence au moment de l'obtention du titre (pays si étranger)</fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="std" />
  <fo:block>
  <xsl:value-of select="$D[@c_variable='FORM_FORMATION_DOMICILE_TXT_LAST_VS']" />
  </fo:block>
  </fo:table-cell>
  </fo:table-row>


  <!--
  </xsl:when>-->
 <!-- <xsl:otherwise>-->

  </fo:table-body>
  </fo:table>
  <xsl:call-template name="ligneVide" />
  <xsl:call-template name="ligneVide" />
	
	<!-- **************** AUTRE TITRE 1 ****************
  -->
  <fo:block>
  <xsl:call-template name="section" />
  Etudes universitaires (Université, HES, EPF, Bachelor, Master, Licence, etc.)
  </fo:block>
  <fo:table border-spacing="0pt" padding-before="1pt" padding-after="1pt" padding-top="1pt" padding-bottom="1pt" padding-left="1pt" padding-right="1pt" space-before="1pt" space-after="1pt" font-size="8pt">
  <fo:table-column column-width="proportional-column-width(1)" />
  <fo:table-column column-width="proportional-column-width(1)" />
  <fo:table-column column-width="proportional-column-width(1)" />
  <fo:table-column column-width="proportional-column-width(1)" />
  <fo:table-body>
  <fo:table-row>
  <fo:table-cell>
  <xsl:call-template name="sth" />
  <fo:block>Titre/diplôme obtenu</fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="std" />
  <fo:block>
  <xsl:choose>
  <xsl:when test="$D[@c_variable='FORM_DIPLOME_ACCES_FC_PDF_FILTREINSCRREF:2'] != ''"><xsl:value-of select="$D[@c_variable='FORM_DIPLOME_ACCES_FC_PDF_FILTREINSCRREF:2']" /></xsl:when>
  <xsl:otherwise><xsl:value-of select="$D[@c_variable='FORM_DIPLOME_ACCES_MASTER_PDF_FILTREINSCRREF:2']" /></xsl:otherwise>
  </xsl:choose>
  </fo:block>
  </fo:table-cell>
    <fo:table-cell>
  <xsl:call-template name="sth" />
  <fo:block>Nom du titre/diplôme</fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="std" />
  <fo:block>
    <xsl:value-of select="$D[@c_variable='FORM_HESGE_ETUDE_DETAIL_TEXTE_FILTREINSCRREF:FORANT_TITRE_OBTENU_LIBRE2']" />
  </fo:block>
  </fo:table-cell>
  </fo:table-row>
  
  <fo:table-row>
  <fo:table-cell>
  <xsl:call-template name="sth" />
  <fo:block>Année de début des études</fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="std" />
  <fo:block>
	<xsl:value-of select="$D[@c_variable='FORM_DIPLOME_ANNEE_DEBUT_PDF_FILTREINSCRREF:2']" />
  </fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="sth" />
  <fo:block>Année d'obtention du titre</fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="std" />
  <fo:block>
	 <xsl:value-of select="$D[@c_variable='FORM_DIPLOME_ANNEE_TITRE_PDF_FILTREINSCRREF:2']" />
  </fo:block>
  </fo:table-cell>
  </fo:table-row>

  <fo:table-row>
  <fo:table-cell>
  <xsl:call-template name="sth" />
  <fo:block>Nom de l'établissement</fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="std" />
  <fo:block>
	<xsl:value-of select="$D[@c_variable='FORM_HESGE_ETUDE_DETAIL_TEXTE_FILTREINSCRREF:FORANT_INSTITUTION_LIBRE2']" />
  </fo:block>
  </fo:table-cell>
 <fo:table-cell>
  <xsl:call-template name="sth" />
  <fo:block>Lieu de l'établissement (pays)</fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="std" />
  <fo:block>
  <xsl:value-of select="$D[@c_variable='FORM_DIPLOME_PAYS_LIBELLE_FILTREINSCRREF:2']" />
  </fo:block>
  </fo:table-cell>
  </fo:table-row>


  <!--
  </xsl:when>-->
 <!-- <xsl:otherwise>-->

  </fo:table-body>
  </fo:table>
  <xsl:call-template name="ligneVide" />
  <xsl:call-template name="ligneVide" />
	
	<!-- **************** LANGUES ****************
  -->
  <fo:block>
  <xsl:call-template name="title" />
  Langues
  </fo:block>
  <!--  LANGUE 1
  -->
  <fo:block>
  <xsl:call-template name="langue" />
	Langue maternelle
  </fo:block>
  <fo:table>
  <fo:table-column column-width="proportional-column-width(1)" />
  <fo:table-column column-width="proportional-column-width(1)" />
  <fo:table-column column-width="proportional-column-width(1)" />
  <fo:table-column column-width="proportional-column-width(1)" />
  <fo:table-body>
  <fo:table-row>
  <fo:table-cell>
  <xsl:call-template name="sth" />
  <fo:block>Langue</fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="std" />
  <fo:block>
  <xsl:value-of select="substring-before($D[@c_variable='FORM_PDF_LANGUE_CHOIX:1'], 'Selected')" />
  </fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="sth" />
  <fo:block>Autre langue maternelle</fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="std" />
  <fo:block>
  <xsl:value-of select="$D[@c_variable='FORM_LANGUE_AUTRE:1']" />
  </fo:block>
  </fo:table-cell>
  </fo:table-row>
  </fo:table-body>
  </fo:table>
  <!--  FIN LANGUE 1
  -->
  <xsl:call-template name="ligneVide" />
  <xsl:call-template name="ligneVide" />
  <!--  LANGUE 2
  -->
  <fo:block>
  <xsl:call-template name="langue" />
	Langue 2
  </fo:block>
  <fo:table>
  <fo:table-column column-width="proportional-column-width(1)" />
  <fo:table-column column-width="proportional-column-width(1)" />
  <fo:table-column column-width="proportional-column-width(1)" />
  <fo:table-column column-width="proportional-column-width(1)" />
  <fo:table-body>
  <fo:table-row>
  <fo:table-cell>
  <xsl:call-template name="sth" />
  <fo:block>Langue</fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="std" />
  <fo:block>
  <xsl:value-of select="substring-before($D[@c_variable='FORM_PDF_LANGUE_CHOIX:2'], 'Selected')" />
  </fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="sth" />
  <fo:block>Si autre langue</fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="std" />
  <fo:block>
  <xsl:value-of select="$D[@c_variable='FORM_LANGUE_AUTRE:2']" />
  </fo:block>
  </fo:table-cell>
  </fo:table-row>
  <fo:table-row>
  <fo:table-cell>
  <xsl:call-template name="sth" />
  <fo:block>Parlé</fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="std" />
  <fo:block>
  <xsl:value-of select="$D[@c_variable='FORM_PDF_LANGUE_PARLE:2']" />
  </fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="sth" />
  <fo:block>Ecrit</fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="std" />
  <fo:block>
  <xsl:value-of select="$D[@c_variable='FORM_PDF_LANGUE_ECRIT:2']" />
  </fo:block>
  </fo:table-cell>
  </fo:table-row>
  </fo:table-body>
  </fo:table>
  <!--  FIN LANGUE 2
  -->
  <xsl:call-template name="ligneVide" />
  <xsl:call-template name="ligneVide" />

  <!--  LANGUE 3
  -->
  <fo:block>
  <xsl:call-template name="langue" />
	Langue 3
  </fo:block>
  <fo:table>
  <fo:table-column column-width="proportional-column-width(1)" />
  <fo:table-column column-width="proportional-column-width(1)" />
  <fo:table-column column-width="proportional-column-width(1)" />
  <fo:table-column column-width="proportional-column-width(1)" />
  <fo:table-body>
  <fo:table-row>
  <fo:table-cell>
  <xsl:call-template name="sth" />
  <fo:block>Langue</fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="std" />
  <fo:block>
  <xsl:value-of select="substring-before($D[@c_variable='FORM_PDF_LANGUE_CHOIX:3'], 'Selected')" />
  </fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="sth" />
  <fo:block>Si autre langue</fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="std" />
  <fo:block>
  <xsl:value-of select="$D[@c_variable='FORM_LANGUE_AUTRE:3']" />
  </fo:block>
  </fo:table-cell>
  </fo:table-row>
  <fo:table-row>
  <fo:table-cell>
  <xsl:call-template name="sth" />
  <fo:block>Parlé</fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="std" />
  <fo:block>
  <xsl:value-of select="$D[@c_variable='FORM_PDF_LANGUE_PARLE:3']" />
  </fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="sth" />
  <fo:block>Ecrit</fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="std" />
  <fo:block>
  <xsl:value-of select="$D[@c_variable='FORM_PDF_LANGUE_ECRIT:3']" />
  </fo:block>
  </fo:table-cell>
  </fo:table-row>
  </fo:table-body>
  </fo:table>
  <!--  FIN LANGUE 3
  -->
  <!-- **************** FIN BLOCS LANGUES ****************
  --> 
     
  <!-- **************** CONNAISSANCE ET ATTENTES ****************
  -->
  <fo:block>
  <xsl:call-template name="title" />
  Connaissance de la HEAD &#x2013; Genève et attentes
  </fo:block>
  
  <fo:block>
   <xsl:call-template name="section" />
   Résumé des attentes pour le choix de la formation
  </fo:block>

  <fo:table>
   <fo:table-column column-width="proportional-column-width(1)" />
   <fo:table-body>
    <fo:table-row>
     <fo:table-cell>
      <xsl:call-template name="std" />
      <fo:block>
       <xsl:value-of select="$D[@c_variable='HESGE_GET_ZONE_TEMPO_VALUE:motivations']" />
      </fo:block>
     </fo:table-cell>
    </fo:table-row>
   </fo:table-body>
  </fo:table>
  
  <xsl:call-template name="ligneVide" />
  <fo:block>
  <xsl:call-template name="section" />
   Connaissance de la HEAD &#x2013; Genève
  </fo:block>
  
  <fo:table>
  <fo:table-column column-width="proportional-column-width(1)" />
  <fo:table-column column-width="proportional-column-width(1)" />

<!-- Body - table -->
  <fo:table-body>

  <fo:table-row>
  <fo:table-cell>
  <xsl:call-template name="sth" />
  <fo:block>Comment</fo:block>
  </fo:table-cell>
  <fo:table-cell>
  <xsl:call-template name="std" />
 <fo:block>
  <xsl:value-of select="$D[@c_variable='HESGE_GET_ZONE_TEMPO_VALUE:CONNAISSANCE_ECOLE_COMMENT']" />
  </fo:block>
  </fo:table-cell>
  </fo:table-row>

  </fo:table-body>
  <!-- Body - table -->
  </fo:table>	
  
  <xsl:call-template name="ligneVide" />
  
  <fo:block>
   <xsl:call-template name="section" />
   Autre
  </fo:block>

  <fo:table>
   <fo:table-column column-width="proportional-column-width(1)" />
   <fo:table-body>
    <fo:table-row>
     <fo:table-cell>
      <xsl:call-template name="std" />
      <fo:block>
       <xsl:value-of select="$D[@c_variable='HESGE_GET_ZONE_TEMPO_VALUE:connaissanceautre']" />
      </fo:block>
     </fo:table-cell>
    </fo:table-row>
   </fo:table-body>
  </fo:table>
  
  <!-- **************** FIN BLOCS CONNAISSANCE ET ATTENTES ****************
  -->
  <xsl:call-template name="ligneVide" />
  <xsl:call-template name="ligneVide" />
	
	 <fo:block break-after="page" />
	 
   
  
  <!-- **************** DOCUMENTS ENVOYES ****************
  -->


  <fo:block>
    <xsl:call-template name="title" />
    Documents à fournir
  </fo:block>
  <!--<fo:block>
    <xsl:call-template name="section" />
    Annexes obligatoires
  </fo:block>-->


  <fo:table>
    <fo:table-column column-width="proportional-column-width(1)" />
    <fo:table-column column-width="proportional-column-width(1)" />

    <fo:table-body>
   
   <fo:table-row>
      <fo:table-cell>
      <xsl:call-template name="sth" />
      <fo:block>Curriculum vitae</fo:block>
      </fo:table-cell>
      <fo:table-cell>
      <xsl:call-template name="std" />
      <fo:block>
      <xsl:value-of select="$D[@c_variable='SUIVI_DEPOTFORMULAIRE_RECU:Curriculum']" />
      </fo:block>
      </fo:table-cell>
      </fo:table-row>     
       
			
	  <fo:table-row>
      <fo:table-cell>
      <xsl:call-template name="sth" />
      <fo:block>Pièce d'identité (recto/verso)</fo:block>
      </fo:table-cell>
      <fo:table-cell>
      <xsl:call-template name="std" />
      <fo:block>
      <xsl:value-of select="$D[@c_variable='SUIVI_DEPOTFORMULAIRE_RECU:Pièce identité']" />
      </fo:block>
      </fo:table-cell>
      </fo:table-row>
	  
	</fo:table-body>
  </fo:table>

  <fo:block>
   <xsl:call-template name="title" />
   Commentaire et autres documents
  </fo:block>
	
  <fo:block>
   <xsl:call-template name="section" />
   Commentaire
  </fo:block>

  <fo:table>
   <fo:table-column column-width="proportional-column-width(1)" />
   <fo:table-body>
    <fo:table-row>
     <fo:table-cell>
      <xsl:call-template name="std" />
      <fo:block>
       <xsl:value-of select="$D[@c_variable='HESGE_GET_ZONE_TEMPO_VALUE:libellecommentaire']" />
      </fo:block>
     </fo:table-cell>
    </fo:table-row>
   </fo:table-body>
  </fo:table>

  <fo:block>
   <xsl:call-template name="section" />
   Autres documents annexés
  </fo:block>

  <fo:table>
   <fo:table-column column-width="proportional-column-width(1)" />
   <fo:table-column column-width="proportional-column-width(1)" />
   <fo:table-body>
    <fo:table-row>
     <fo:table-cell>
      <xsl:call-template name="sth" />
      <fo:block>Complément Podcast</fo:block>
     </fo:table-cell>
     <fo:table-cell>
      <xsl:call-template name="std" />
      <fo:block>
       <xsl:value-of select="$D[@c_variable='SUIVI_DEPOTFORMULAIRE_RECU:Podcast']" />
      </fo:block>
     </fo:table-cell>
    </fo:table-row>
    <fo:table-row>
     <fo:table-cell>
      <xsl:call-template name="sth" />
      <fo:block>Complément Ecrire et publier</fo:block>
     </fo:table-cell>
     <fo:table-cell>
      <xsl:call-template name="std" />
      <fo:block>
       <xsl:value-of select="$D[@c_variable='SUIVI_DEPOTFORMULAIRE_RECU:EcrireEtPublier']" />
      </fo:block>
     </fo:table-cell>
    </fo:table-row>
   </fo:table-body>
  </fo:table>



  <!-- **************** FIN DOCUMENTS ENVOYES ****************
  -->

  <xsl:call-template name="ligneVide" />
  <xsl:call-template name="ligneVide" />	
	
	  <!-- **************** INFORMATIONS IMPORTANTES ****************
  -->
  <fo:block>
  <xsl:call-template name="title" />
  Informations importantes
  </fo:block>
  <xsl:call-template name="ligneVide" />
  <fo:block>
<fo:list-block>
<fo:list-item>
  <fo:list-item-label start-indent="5mm" end-indent="label-end()"><fo:block>&#160;</fo:block></fo:list-item-label>
  <fo:list-item-body start-indent="8mm"><fo:block>Par la validation de mon inscription, je confirme ce qui suit :</fo:block></fo:list-item-body>
</fo:list-item>
</fo:list-block>
<fo:list-block>
<fo:list-item>
  <fo:list-item-label start-indent="8mm" end-indent="label-end()"><fo:block>&#160;</fo:block></fo:list-item-label>
  <fo:list-item-body start-indent="12mm"><fo:block>&#160;</fo:block></fo:list-item-body>
</fo:list-item>
<fo:list-item>
  <fo:list-item-label start-indent="8mm" end-indent="label-end()"><fo:block>&#187;</fo:block></fo:list-item-label>
  <fo:list-item-body start-indent="12mm"><fo:block>Accepter que les données saisies dans le formulaire en ligne soient communiquées dans le respect de la loi fédérale sur la protection des données.</fo:block></fo:list-item-body>
</fo:list-item>
<fo:list-item>
  <fo:list-item-label start-indent="8mm" end-indent="label-end()"><fo:block>&#187;</fo:block></fo:list-item-label>
  <fo:list-item-body start-indent="12mm"><fo:block>En soumettant ce dossier de candidature, j'autorise la HES-SO (ou la haute école) à  requérir des informations complémentaires dans le cadre du traitement de ma candidature aupràšs des écoles préalablement fréquentées et j'autorise ces derniàšres à  fournir les informations me concernant. Attention : Toute information erronée ou remise de document falsifié peut conduire au refus définitif d'admission, à  l'annulation de l'immatriculation, respectivement l'exclusion de la HES-SO.</fo:block></fo:list-item-body>
</fo:list-item>
<fo:list-item>
  <fo:list-item-label start-indent="8mm" end-indent="label-end()"><fo:block>&#187;</fo:block></fo:list-item-label>
  <fo:list-item-body start-indent="12mm"><fo:block>Les candidatures, dont le bouton Validation n'a pas été activé, ne sont pas traitées.</fo:block></fo:list-item-body>
</fo:list-item>
</fo:list-block>
  </fo:block>
  <!-- **************** FIN INFORMATIONS IMPORTANTES ****************
  -->
  <!-- **************** MODALITES DE PAIEMENT ****************
  -->
 <fo:block>
  <xsl:call-template name="title" />
  Modalités de paiement
  </fo:block>
<xsl:call-template name="ligneVide" />
<fo:block>
		<fo:list-block>
		<fo:list-item>
		  <fo:list-item-label start-indent="5mm" end-indent="label-end()"><fo:block>&#160;</fo:block></fo:list-item-label>
		  <fo:list-item-body start-indent="8mm"><fo:block>&#160;</fo:block></fo:list-item-body>
		</fo:list-item>
		<fo:list-item>
		  <fo:list-item-label start-indent="5mm" end-indent="label-end()"><fo:block>&#x2022;</fo:block></fo:list-item-label>
		  <fo:list-item-body start-indent="8mm"><fo:block>Les programmes et les coûts sont sujets à modification. Tous les coûts sont mentionnés sur la page internet de chaque formation.</fo:block></fo:list-item-body>
		</fo:list-item>
		<fo:list-item>
		  <fo:list-item-label start-indent="5mm" end-indent="label-end()"><fo:block>&#x2022;</fo:block></fo:list-item-label>
		  <fo:list-item-body start-indent="8mm"><fo:block>Les alumni diplomé-e-s de la HEAD – Genève bénéficient d'un tarif préférentiel.</fo:block></fo:list-item-body>
		</fo:list-item>
		<fo:list-item>
		  <fo:list-item-label start-indent="5mm" end-indent="label-end()"><fo:block>&#x2022;</fo:block></fo:list-item-label>
		  <fo:list-item-body start-indent="8mm"><fo:block>La HEAD – Genève confirme le lancement de la session dès que le nombre de participant-e-s inscrit-e-s est suffisant, ou au plus
tard 6 semaines avant le début de la formation.</fo:block></fo:list-item-body>
		</fo:list-item>
		<fo:list-item>
		  <fo:list-item-label start-indent="5mm" end-indent="label-end()"><fo:block>&#x2022;</fo:block></fo:list-item-label>
		  <fo:list-item-body start-indent="8mm"><fo:block>Un code QR pour le paiement de la formation est envoyé en annexe du courrier de confirmation de la formation.</fo:block></fo:list-item-body>
		</fo:list-item>
		<fo:list-item>
		  <fo:list-item-label start-indent="5mm" end-indent="label-end()"><fo:block>&#x2022;</fo:block></fo:list-item-label>
		  <fo:list-item-body start-indent="8mm"><fo:block>Les frais de formation sont dus dans les 30 jours dès réception du code QR mais dans tous les cas 6 semaines avant le début de
la formation.</fo:block></fo:list-item-body>
		</fo:list-item>
		</fo:list-block>
	 </fo:block>

  <!-- **************** FIN MODALITES DE PAIEMENT **************** --> 
  
 <!-- **************** MODALITES DE REMBOURSEMENT ****************
  -->
 <fo:block>
  <xsl:call-template name="title" />
  Modalités de remboursement
  </fo:block>
<xsl:call-template name="ligneVide" />
<fo:block>
		<fo:list-block>
		<fo:list-item>
		  <fo:list-item-label start-indent="5mm" end-indent="label-end()"><fo:block>&#160;</fo:block></fo:list-item-label>
		  <fo:list-item-body start-indent="8mm"><fo:block>&#160;</fo:block></fo:list-item-body>
		</fo:list-item>
		<fo:list-item>
		  <fo:list-item-label start-indent="5mm" end-indent="label-end()"><fo:block>&#x2022;</fo:block></fo:list-item-label>
		  <fo:list-item-body start-indent="8mm"><fo:block>En totalité : jusqu'à  30 jours avant le début de la formation * ou le début du-des module-s choisi-s *</fo:block></fo:list-item-body>
		</fo:list-item>
		<fo:list-item>
		  <fo:list-item-label start-indent="5mm" end-indent="label-end()"><fo:block>&#x2022;</fo:block></fo:list-item-label>
		  <fo:list-item-body start-indent="8mm"><fo:block>50% du montant : entre 30 jours avant et le début de la formation * ou le début du-des module-s choisi-s *</fo:block></fo:list-item-body>
		</fo:list-item>
		<fo:list-item>
		  <fo:list-item-label start-indent="5mm" end-indent="label-end()"><fo:block>&#x2022;</fo:block></fo:list-item-label>
		  <fo:list-item-body start-indent="8mm"><fo:block>Aucun remboursement pour tout abandon ultérieur ou en cours de formation * ou en cours du-des module-s choisi-s *</fo:block></fo:list-item-body>
		</fo:list-item>
		</fo:list-block>
		<fo:list-block>
		<fo:list-item>
		  <fo:list-item-label start-indent="5mm" end-indent="label-end()"><fo:block>&#160;</fo:block></fo:list-item-label>
		  <fo:list-item-body start-indent="8mm"><fo:block>&#160;</fo:block></fo:list-item-body>
		</fo:list-item>
		<fo:list-item>
		  <fo:list-item-label start-indent="5mm" end-indent="label-end()"><fo:block>&#160;</fo:block></fo:list-item-label>
		  <fo:list-item-body start-indent="8mm"><fo:block>* Dans le cas où aucun versement n'a été effectué lors de l'abandon, les montants dus seront facturés selon les mêmes règles.</fo:block></fo:list-item-body>
		</fo:list-item>
		<fo:list-item>
		  <fo:list-item-label start-indent="5mm" end-indent="label-end()"><fo:block>&#160;</fo:block></fo:list-item-label>
		  <fo:list-item-body start-indent="8mm"><fo:block>&#160;</fo:block></fo:list-item-body>
		</fo:list-item>
		<fo:list-item>
		  <fo:list-item-label start-indent="5mm" end-indent="label-end()"><fo:block>&#x2022;</fo:block></fo:list-item-label>
		  <fo:list-item-body start-indent="8mm"><fo:block>Les demandes d'annulation ou de report doivent être formulées par écrit.</fo:block></fo:list-item-body>
		</fo:list-item>
		<fo:list-item>
		  <fo:list-item-label start-indent="5mm" end-indent="label-end()"><fo:block>&#x2022;</fo:block></fo:list-item-label>
		  <fo:list-item-body start-indent="8mm"><fo:block>La HEAD se réserve le droit de ne pas ouvrir une formation si le nombre d'inscriptions est insuffisant.</fo:block></fo:list-item-body>
		</fo:list-item>
		</fo:list-block>
	 </fo:block>

  <!-- **************** FIN MODALITES DE REMBOURSEMENT **************** -->
  
  <xsl:call-template name="ligneVide" />
  <xsl:call-template name="ligneVide" />
  
  
  </fo:flow>
  </fo:page-sequence>
  </xsl:template>
  <!--  ENTETE   -->

  <xsl:template name="HeaderPage">
  <fo:static-content flow-name="xsl-region-before">
  <fo:block>
   <fo:table border-spacing="1pt" padding-before="1pt" padding-after="1pt" padding-top="1pt" padding-bottom="1pt" padding-left="1pt" padding-right="1pt" space-before="1pt" space-after="1pt">
  <fo:table-column column-width="proportional-column-width(1)" />
  <fo:table-column column-width="proportional-column-width(1)" />
  <fo:table-body>
    <fo:table-row>
    <fo:table-cell display-align="center">
      <fo:block text-align="start" space-after="0" padding="0" margin="0">
		<fo:external-graphic content-height="auto" height="auto" content-width="4cm" width="4cm" src="{$D[@c_variable='URL_BASE_RELATIF']}/formInscrs.img?ww_c=HEAD_NB" />
      </fo:block>
    </fo:table-cell>
    <fo:table-cell display-align="center">
      <fo:block text-align="end" space-after="0" padding="0" margin="0">
		<fo:external-graphic content-height="auto" height="auto" content-width="4cm" width="4cm" src="{$D[@c_variable='URL_BASE_RELATIF']}/formInscrs.img?ww_c=GE_FORM_HESGE_LOGO" />
      </fo:block>
    </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
  </fo:table> 
  </fo:block>
  <fo:block>
  <fo:table border-spacing="1pt" padding-before="1pt" padding-after="1pt" padding-top="6pt" padding-bottom="1pt" padding-left="1pt" padding-right="1pt" space-before="1pt" space-after="1pt">
  <fo:table-column column-width="proportional-column-width(1)" />
  <fo:table-body>
  <fo:table-row>
    <fo:table-cell display-align="left">
      <fo:block font-size="13pt" font-weight="bold">Formulaire d'inscription aux formations continues modulaires de la HEAD &#x2013; Genève</fo:block>
    </fo:table-cell>
  </fo:table-row>
  </fo:table-body>
  </fo:table>
  </fo:block>
  </fo:static-content>
  </xsl:template>

  <!--  PIED PAGE   -->
  <xsl:template name="EndOfTheDocument">
  <fo:static-content flow-name="xsl-region-after">
  <fo:block>
  <fo:table>
  <fo:table-column column-width="proportional-column-width(1)" />
  <fo:table-body>
  <fo:table-row>
    <fo:table-cell background-color="#507EB2">
      <fo:block> </fo:block>
    </fo:table-cell>
  </fo:table-row>
  </fo:table-body>
  </fo:table>
  </fo:block>
  <fo:block text-align="center" font-size="6pt" font-family="Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif">
  Page
  <fo:page-number />
  </fo:block>
  </fo:static-content>
  </xsl:template>
  </xsl:stylesheet>


















