3235

ID3235
Data2016-04-08
Symbol2016/04/08/3235
InstytucjaMinisterstwo Finansów
NazwaWniosek o udostępnienie danych uzyskanych w wyniku wykonywania zadań wynikających z przepisów unijnych regulujących statystykę dotyczącą obrotu towarowego pomiędzy państwami członkowskimi Unii Europejskiej (INTRASTAT) oraz obrotu towarowego państw cz...
Czy Aktualny0

Ustawy (1)

  • URI://Dziennik_Ustaw/2011/236/1399/3/1
  • § 3. 1. ROZPORZĄDZENIE MINISTRA FINANSÓW z dnia 25 października 2011 r.w sprawie trybu udostępniania danych oraz wysokości opłat

    Pliki

    Styl

    <?xml version="1.0" encoding="UTF-8"?><xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:adr="http://crd.gov.pl/xml/schematy/adres/2009/11/09/" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:inst="http://crd.gov.pl/xml/schematy/instytucja/2009/11/16/" xmlns:meta="http://crd.gov.pl/xml/schematy/meta/2009/11/16/" xmlns:oso="http://crd.gov.pl/xml/schematy/osoba/2009/11/16/" xmlns:str="http://crd.gov.pl/xml/schematy/struktura/2009/11/16/" xmlns:wnio="http://crd.gov.pl/wzor/2016/04/08/3235/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" version="1.0">
        <xsl:template match="wnio:Dokument">
    
            <html xmlns="http://www.w3.org/1999/xhtml">
                <head>
                    <title>WNIOSEK O UDOSTĘPNIENIE DANYCH UZYSKANYCH W WYNIKU WYKONYWANIA ZADAŃ WYNIKAJĄCYCH Z PRZEPISÓW UNIJNYCH REGULUJĄCYCH STATYSTYKĘ DOTYCZĄCĄ OBROTU TOWAROWEGO POMIĘDZY 
                    PAŃSTWAMI CZŁONKOWSKIMI UNII EUROPEJSKIEJ (INTRASTAT) ORAZ OBROTU TOWAROWEGO PAŃSTW CZŁONKOWSKICH UNII EUROPEJSKIEJ Z POZOSTAŁYMI PAŃSTWAMI (EXTRASTAT)</title>
                    <style>
                         body {
                            font-family: Times New Roman, Arial;
                            width: auto;
                            padding-left: 20pt;
                            padding-right: 20pt;
                        }
    
                        table {
                            border-collapse: collapse;
                            width:90%;
                            font-size:14pt;
                        }
    
                        div {
                            
                        }
    
                        table.border td {
                            border:1pt solid black;
                            font-size:14pt;
                            padding-left:1%;
                        }
    
                        table.border tr {
                            height:10pt;
                        }
    
                        table.border td {
                            border-bottom:1pt solid black;
                            border-top:1pt solid black;
                            border-right:1pt solid black;
                            border-left:1pt solid black;
                        }
    
                        div.rotate {
    						display:inline-block;
    						-webkit-transform: rotate(270deg);
    						-ms-transform: rotate(270deg);
    						transform: rotate(270deg);
    						width: 15px;
    					}
    
                        div.tabelaOdpowiedz {
                            border:1px solid red;
                        }
    
    
                        div.headerOdpowiedz {
                            padding:10px 5px 10px 5px;
                            background-color: white;
                            font-weight: bold;
                        }
    
                        div.rowOdpowiedz {
                            border-top:1px solid red;
                            padding:10px 5px 10px 5px;
                        }
                        div.tabelaOdpowiedz {
    						border:1px solid red;
    					}
    
    					div.headerOdpowiedz {
    						padding:10px 5px 10px 5px;
    						background-color: white;
    						font-weight: bold;
    					}
    
    					div.rowOdpowiedz {
    
    						border-top:1px solid red;
    						padding:10px 5px 10px 5px;
    						background-color:white;
    					}
    
                        td.nb {
                            border-bottom: none;
                            border-top: none;
                            border-rigth: none;
                            border-left: none;
                            text-align: center;
                        }
                    </style>
                </head>
                <body>
                    <xsl:variable name="miejscowoscWn">
                        <xsl:choose>
                            <xsl:when test="wnio:TrescDokumentu/wnio:DaneWnioskodawcy/wnio:Adres/wnio:Kraj='POLSKA'">
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:DaneWnioskodawcy/wnio:Adres/wnio:Miejscowosc"/>
                            </xsl:when>
                            <xsl:otherwise>
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:DaneWnioskodawcy/wnio:Adres/wnio:MiejscowoscTekst"/>
                            </xsl:otherwise>
                        </xsl:choose>
                    </xsl:variable>
    
                    <xsl:variable name="miejscowosc">
                        <xsl:choose>
                            <xsl:when test="wnio:TrescDokumentu/wnio:OsobaDoKontaktow/wnio:Adres/wnio:Kraj='POLSKA'">
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:OsobaDoKontaktow/wnio:Adres/wnio:Miejscowosc"/>
                            </xsl:when>
                            <xsl:otherwise>
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:OsobaDoKontaktow/wnio:Adres/wnio:MiejscowoscTekst"/>
                            </xsl:otherwise>
                        </xsl:choose>
                    </xsl:variable>                
    
                    <xsl:variable name="okresJednorazowoOd">
                        <xsl:choose>
                            <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:CzestotliwoscGenerowaniaZbiorow/wnio:CzestotliwoscGenerowaniaZbiorow = 'jednorazowo'">
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:CzestotliwoscGenerowaniaZbiorow/wnio:DataOd"/>
                            </xsl:when>
                            <xsl:otherwise>
                                <xsl:value-of select="'          '"/>
                            </xsl:otherwise>
                        </xsl:choose>
                    </xsl:variable>                
    
                    <xsl:variable name="okresJednorazowoDo">
                        <xsl:choose>
                            <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:CzestotliwoscGenerowaniaZbiorow/wnio:CzestotliwoscGenerowaniaZbiorow = 'jednorazowo'">
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:CzestotliwoscGenerowaniaZbiorow/wnio:DataDo"/>
                            </xsl:when>
                            <xsl:otherwise>
                                <xsl:value-of select="'          '"/>
                            </xsl:otherwise>
                        </xsl:choose>
                    </xsl:variable>
    
                    <xsl:variable name="okresInnyOd">
                        <xsl:choose>
                            <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:CzestotliwoscGenerowaniaZbiorow/wnio:CzestotliwoscGenerowaniaZbiorow != 'jednorazowo'">
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:CzestotliwoscGenerowaniaZbiorow/wnio:DataOd"/>
                            </xsl:when>
                            <xsl:otherwise>
                                <xsl:value-of select="'          '"/>
                            </xsl:otherwise>
                        </xsl:choose>
                    </xsl:variable>                
    
                    <xsl:variable name="okresInnyDo">
                        <xsl:choose>
                            <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:CzestotliwoscGenerowaniaZbiorow/wnio:CzestotliwoscGenerowaniaZbiorow != 'jednorazowo'">
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:CzestotliwoscGenerowaniaZbiorow/wnio:DataDo"/>
                            </xsl:when>
                            <xsl:otherwise>
                                <xsl:value-of select="'          '"/>
                            </xsl:otherwise>
                        </xsl:choose>
                    </xsl:variable>
    
    
    
                    <xsl:variable name="odpowiedz" select="wnio:TrescDokumentu/wnio:FormularzOdpowiedzi"/>
                    <xsl:if test="$odpowiedz != ''">
                        <div class="tabelaOdpowiedz">
                            <div class="headerOdpowiedz">Odpowiedź:
                            </div>
                            <div class="rowOdpowiedz">
                                <xsl:value-of select="$odpowiedz"/>
                            </div>
                        </div>
                        <br/>
                    </xsl:if>
                    <table>
                        <tr>
                            <td colspan="2" style="text-align:center; font-family: Arial">WNIOSEK O UDOSTĘPNIENIE DANYCH UZYSKANYCH W WYNIKU WYKONYWANIA ZADAŃ WYNIKAJĄCYCH Z PRZEPISÓW UNIJNYCH REGULUJĄCYCH STATYSTYKĘ DOTYCZĄCĄ OBROTU TOWAROWEGO POMIĘDZY 
                    PAŃSTWAMI CZŁONKOWSKIMI UNII EUROPEJSKIEJ (INTRASTAT) ORAZ OBROTU TOWAROWEGO PAŃSTW CZŁONKOWSKICH UNII EUROPEJSKIEJ Z POZOSTAŁYMI PAŃSTWAMI (EXTRASTAT)</td>
                        </tr>
                        <tr style="height:20pt"/>
                        <tr>
                            <td style="witdh:20%">
                                <b>I. Dane wnioskodawcy</b>
                            </td>
                            <td style="width:80%"/>
                        </tr>
                    </table>
                    <table class="border">
                        <tr>
                            <td style="width:30%">
                                <b>1. Nazwa podmiotu albo imię i nazwisko 
                                </b>
                            </td>
                            <td style="width:70%">
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:DaneWnioskodawcy/wnio:CzyOsobaFizyczna='Tak'">
                                        <xsl:value-of select="wnio:TrescDokumentu/wnio:DaneWnioskodawcy/wnio:Imie"/> <xsl:value-of select="wnio:TrescDokumentu/wnio:DaneWnioskodawcy/wnio:Nazwisko"/>
                                    </xsl:when> 
                                    <xsl:otherwise>
                                        <xsl:value-of select="wnio:TrescDokumentu/wnio:DaneWnioskodawcy/wnio:Nazwa"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                        </tr>
                        <tr>
                            <td>
                                <b>2. Adres siedziby albo zamieszkania 
                                </b>
                            </td>
                            <td>
                                <xsl:if test="wnio:TrescDokumentu/wnio:DaneWnioskodawcy/wnio:Adres/wnio:Ulica != ''">
                                    <xsl:value-of select="concat(wnio:TrescDokumentu/wnio:DaneWnioskodawcy/wnio:Adres/wnio:Ulica, ' ', wnio:TrescDokumentu/wnio:DaneWnioskodawcy/wnio:Adres/wnio:Budynek)"/>
                                    <xsl:if test="wnio:TrescDokumentu/wnio:DaneWnioskodawcy/wnio:Adres/wnio:Lokal != ''">
                                        <xsl:value-of select="concat('/', wnio:TrescDokumentu/wnio:DaneWnioskodawcy/wnio:Adres/wnio:Lokal)"/> 
                                    </xsl:if>
                                    <xsl:value-of select="concat(', ', $miejscowoscWn,', ', wnio:TrescDokumentu/wnio:DaneWnioskodawcy/wnio:Adres/wnio:KodPocztowy)"/>
                                </xsl:if>
                                <xsl:if test="wnio:TrescDokumentu/wnio:DaneWnioskodawcy/wnio:Adres/wnio:Ulica = ''">
                                    <xsl:value-of select="concat($miejscowoscWn,' ',wnio:TrescDokumentu/wnio:DaneWnioskodawcy/wnio:Adres/wnio:Budynek)"/>
                                    <xsl:if test="wnio:TrescDokumentu/wnio:DaneWnioskodawcy/wnio:Adres/wnio:Lokal != ''">
                                        <xsl:value-of select="concat('/', wnio:TrescDokumentu/wnio:DaneWnioskodawcy/wnio:Adres/wnio:Lokal)"/> 
                                    </xsl:if>
                                    <xsl:value-of select="concat(', ',wnio:TrescDokumentu/wnio:DaneWnioskodawcy/wnio:Adres/wnio:KodPocztowy, ', ', $miejscowoscWn)"/>
                                </xsl:if> 
                            </td>
                        </tr> 
                        <tr>
                            <td>
                                <b>3. Numer NIP 
                                </b>
                            </td>
                            <td>
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:DaneWnioskodawcy/wnio:Nip"/>
                            </td>
                        </tr> 
                        <tr>
                            <td colspan="2" style="border-left:none; border-right:none; border-bottom:none">
                                <b>II. Dane osoby wyznaczonej do kontaktów  
                                </b>
                            </td>
                        </tr>
                        <tr>
                            <td>
                                <b>1. Imię i nazwisko</b>
                            </td>
                            <td>
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:OsobaDoKontaktow/wnio:Imie"/> <xsl:value-of select="wnio:TrescDokumentu/wnio:OsobaDoKontaktow/wnio:Nazwisko"/>
                            </td>
                        </tr>
                        <tr>
                            <td>
                                <b>2. Służbowy adres do korespondencji</b>
                            </td>
                            <td>
                                <xsl:if test="wnio:TrescDokumentu/wnio:OsobaDoKontaktow/wnio:Adres/wnio:Ulica != ''">
                                    <xsl:value-of select="concat(wnio:TrescDokumentu/wnio:OsobaDoKontaktow/wnio:Adres/wnio:Ulica, ' ', wnio:TrescDokumentu/wnio:OsobaDoKontaktow/wnio:Adres/wnio:Budynek)"/>
                                    <xsl:if test="wnio:TrescDokumentu/wnio:OsobaDoKontaktow/wnio:Adres/wnio:Lokal != ''">
                                        <xsl:value-of select="concat('/', wnio:TrescDokumentu/wnio:OsobaDoKontaktow/wnio:Adres/wnio:Lokal)"/> 
                                    </xsl:if>
                                    <xsl:value-of select="concat(', ', $miejscowosc,',  ', wnio:TrescDokumentu/wnio:OsobaDoKontaktow/wnio:Adres/wnio:KodPocztowy)"/>
                                </xsl:if>
                                <xsl:if test="wnio:TrescDokumentu/wnio:OsobaDoKontaktow/wnio:Adres/wnio:Ulica = ''">
                                    <xsl:value-of select="concat($miejscowosc,' ',wnio:TrescDokumentu/wnio:OsobaDoKontaktow/wnio:Adres/wnio:Budynek)"/>
                                    <xsl:if test="wnio:TrescDokumentu/wnio:OsobaDoKontaktow/wnio:Adres/wnio:Lokal != ''">
                                        <xsl:value-of select="concat('/', wnio:TrescDokumentu/wnio:OsobaDoKontaktow/wnio:Adres/wnio:Lokal)"/> 
                                    </xsl:if>
                                    <xsl:value-of select="concat(', ',wnio:TrescDokumentu/wnio:OsobaDoKontaktow/wnio:Adres/wnio:KodPocztowy, ', ', $miejscowosc)"/>
                                </xsl:if> 
                            </td>
                        </tr>
                        <tr>
                            <td>
                                <b>3. Służbowy telefon lub email</b>
                            </td>
                            <td>
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:OsobaDoKontaktow/wnio:CzyTelefon='Tak'">
                                        <xsl:value-of select="wnio:TrescDokumentu/wnio:OsobaDoKontaktow/wnio:Telefon"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <xsl:value-of select="wnio:TrescDokumentu/wnio:OsobaDoKontaktow/wnio:Email"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                        </tr>
                    </table>
                    <table class="border">
                        <colgroup>
                            <col style="width:20%"/>
                            <col style="width:5%"/>
                            <col style="width:30%"/>
                            <col style="width:30%"/>
                            <col style="width:10%"/>
                            <col style="width:5%"/>
                        </colgroup>
                        <tr>
                            <td colspan="6" style="border-top:none; border-bottom:none; border-left:none; border-right:none">
                                <b>III. Zakres danych</b>
                            </td>
                        </tr>
                        <tr>
                            <td rowspan="4" colspan="2">
                                <b>1. Zakres zbiorów</b>
                            </td>
                            <td style="border-left:none; border-right:none; border-bottom:none">import</td>
                            <td colspan="3" style="border-left:none; border-bottom:none">
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:ZakresZbiorow/wnio:Import='Tak'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-left:none; border-right:none; border-bottom:none; border-top:none">eksport</td>
                            <td colspan="3" style="border-left:none;  border-bottom:none; border-top:none">
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:ZakresZbiorow/wnio:Eksport='Tak'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose> 
                            </td>
                        </tr>
                        <tr>
                            <td style="border-left:none; border-right:none; border-bottom:none; border-top:none">nabycie wewnątrzwspólnotowe</td>
                            <td colspan="3" style="border-left:none;  border-bottom:none; border-top:none">
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:ZakresZbiorow/wnio:NabycieWewnatrzwspolnotowe='Tak'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose> 
                            </td>
                        </tr>
                        <tr>
                            <td style="border-left:none; border-right:none; border-top:none">dostawa wewnątrzwspólnotowa</td>
                            <td colspan="3" style="border-left:none; border-top:none">
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:ZakresZbiorow/wnio:DostawaWewnatrzwspolnotowa='Tak'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise> 
                                </xsl:choose>
                            </td>
                        </tr>
                        <tr>
                            <td rowspan="34">
                                <b>2. Wybór zakresu i agregacji</b>
                            </td>
                            <td rowspan="31">
                                <div class="rotate">
                                    <b>towar/grupa towarowa</b>
                                </div>
                            </td>
                            <td colspan="2" rowspan="6">
                                <b>8 cyfr
                                    <xsl:choose>
                                        <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:WyborZakresuIAgregacji/wnio:Z8cyfr='Tak'">
                                            <input disabled="disabled" type="checkbox" checked="checked"/>
                                        </xsl:when>
                                        <xsl:otherwise>
                                            <input disabled="disabled" type="checkbox"/>
                                        </xsl:otherwise>
                                    </xsl:choose> (kod CN)</b>
                                <br/>
                                <span style=" min-height:200pt">
                                    <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:WyborZakresuIAgregacji/wnio:Z8cyfrTekst"/>
                                </span>
                            </td>
                            <td colspan="2">
                                <b>Poziom agregacji 
                                </b>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-bottom:none; border-right:none">
                                sekcja
                            </td>
                            <td style="border-bottom:none; border-left:none">
                                <input disabled="disabled" type="checkbox"/>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-bottom:none; border-right:none; border-top:none">
                                2 cyfry
                            </td>
                            <td style="border-bottom:none; border-left:none; border-top:none">
                                <input disabled="disabled" type="checkbox"/>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-bottom:none; border-right:none; border-top:none">
                                4 cyfry
                            </td>
                            <td style="border-bottom:none; border-left:none; border-top:none">
                                <input disabled="disabled" type="checkbox"/>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-bottom:none; border-right:none; border-top:none">
                                6 cyfr
                            </td>
                            <td style="border-bottom:none; border-left:none; border-top:none">
                                <input disabled="disabled" type="checkbox"/>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-right:none; border-top:none">
                                8 cyfr
                            </td>
                            <td style="border-left:none; border-top:none">
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:WyborZakresuIAgregacji/wnio:Z8cyfrPA8='Tak'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                        </tr>
                        <tr>
                            <td colspan="2" rowspan="5">
                                <b>6 cyfr
                                    <xsl:choose>
                                        <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:WyborZakresuIAgregacji/wnio:Z6cyfr='Tak'">
                                            <input disabled="disabled" type="checkbox" checked="checked"/>
                                        </xsl:when>
                                        <xsl:otherwise>
                                            <input disabled="disabled" type="checkbox"/>
                                        </xsl:otherwise>
                                    </xsl:choose> (podpozycja HS)</b>
                                <br/>
                                <span style=" min-height:200pt">
                                    <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:WyborZakresuIAgregacji/wnio:Z6cyfrTekst"/>
                                </span>
                            </td>
                            <td style="border-bottom:none; border-right:none">
                                sekcja
                            </td>
                            <td style="border-bottom:none; border-left:none">
                                <input disabled="disabled" type="checkbox"/>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-bottom:none; border-right:none; border-top:none">
                                2 cyfry
                            </td>
                            <td style="border-bottom:none; border-left:none; border-top:none">
                                <input disabled="disabled" type="checkbox"/>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-bottom:none; border-right:none; border-top:none">
                                4 cyfry
                            </td>
                            <td style="border-bottom:none; border-left:none; border-top:none">
                                <input disabled="disabled" type="checkbox"/>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-bottom:none; border-right:none; border-top:none">
                                6 cyfr
                            </td>
                            <td style="border-bottom:none; border-left:none; border-top:none">
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:WyborZakresuIAgregacji/wnio:Z6cyfrPA6='Tak'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-right:none; border-top:none">
                                8 cyfr
                            </td>
                            <td style="border-left:none; border-top:none">
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:WyborZakresuIAgregacji/wnio:Z6cyfrPA8='Tak'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                        </tr>
                        <tr>
                            <td colspan="2" rowspan="5">
                                <b>4 cyfry
                                    <xsl:choose>
                                        <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:WyborZakresuIAgregacji/wnio:Z4cyfr='Tak'">
                                            <input disabled="disabled" type="checkbox" checked="checked"/>
                                        </xsl:when>
                                        <xsl:otherwise>
                                            <input disabled="disabled" type="checkbox"/>
                                        </xsl:otherwise>
                                    </xsl:choose> (pozycja HS)</b>
                                <br/>
                                <span style=" min-height:200pt">
                                    <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:WyborZakresuIAgregacji/wnio:Z4cyfrTekst"/>
                                </span>
                            </td>
                            <td style="border-bottom:none; border-right:none">
                                sekcja
                            </td>
                            <td style="border-bottom:none; border-left:none">
                                <input disabled="disabled" type="checkbox"/>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-bottom:none; border-right:none; border-top:none">
                                2 cyfry
                            </td>
                            <td style="border-bottom:none; border-left:none; border-top:none">
                                <input disabled="disabled" type="checkbox"/>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-bottom:none; border-right:none; border-top:none">
                                4 cyfry
                            </td>
                            <td style="border-bottom:none; border-left:none; border-top:none">
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:WyborZakresuIAgregacji/wnio:Z4cyfrPA4='Tak'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-bottom:none; border-right:none; border-top:none">
                                6 cyfr
                            </td>
                            <td style="border-bottom:none; border-left:none; border-top:none">
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:WyborZakresuIAgregacji/wnio:Z4cyfrPA6='Tak'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-right:none; border-top:none">
                                8 cyfr
                            </td>
                            <td style="border-left:none; border-top:none">
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:WyborZakresuIAgregacji/wnio:Z4cyfrPA8='Tak'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                        </tr>
                        <tr>
                            <td colspan="2" rowspan="5">
                                <b>2 cyfry
                                    <xsl:choose>
                                        <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:WyborZakresuIAgregacji/wnio:Z2cyfr='Tak'">
                                            <input disabled="disabled" type="checkbox" checked="checked"/>
                                        </xsl:when>
                                        <xsl:otherwise>
                                            <input disabled="disabled" type="checkbox"/>
                                        </xsl:otherwise>
                                    </xsl:choose> (dział HS)</b>
                                <br/>
                                <span style="min-height:200pt">
                                    <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:WyborZakresuIAgregacji/wnio:Z2cyfrTekst"/>
                                </span>
                            </td>
                            <td style="border-bottom:none; border-right:none">
                                sekcja
                            </td>
                            <td style="border-bottom:none; border-left:none">
                                <input disabled="disabled" type="checkbox"/>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-bottom:none; border-right:none; border-top:none">
                                2 cyfry
                            </td>
                            <td style="border-bottom:none; border-left:none; border-top:none">
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:WyborZakresuIAgregacji/wnio:Z2cyfrPA2='Tak'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-bottom:none; border-right:none; border-top:none">
                                4 cyfry
                            </td>
                            <td style="border-bottom:none; border-left:none; border-top:none">
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:WyborZakresuIAgregacji/wnio:Z2cyfrPA4='Tak'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-bottom:none; border-right:none; border-top:none">
                                6 cyfr
                            </td>
                            <td style="border-bottom:none; border-left:none; border-top:none">
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:WyborZakresuIAgregacji/wnio:Z2cyfrPA6='Tak'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-right:none; border-top:none">
                                8 cyfr
                            </td>
                            <td style="border-left:none; border-top:none">
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:WyborZakresuIAgregacji/wnio:Z2cyfrPA8='Tak'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                        </tr>
                        <tr>
                            <td colspan="2" rowspan="5">
                                <b>sekcja
                                    <xsl:choose>
                                        <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:WyborZakresuIAgregacji/wnio:Sekcja='Tak'">
                                            <input disabled="disabled" type="checkbox" checked="checked"/>
                                        </xsl:when>
                                        <xsl:otherwise>
                                            <input disabled="disabled" type="checkbox"/>
                                        </xsl:otherwise>
                                    </xsl:choose> (nr sekcji)</b>
                                <br/>
                                <span style=" min-height:200pt">
                                    <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:WyborZakresuIAgregacji/wnio:SekcjaTekst"/>
                                </span>
                            </td>
                            <td style="border-bottom:none; border-right:none">
                                sekcja
                            </td>
                            <td style="border-bottom:none; border-left:none">
                                <input disabled="disabled" type="checkbox"/>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-bottom:none; border-right:none; border-top:none">
                                2 cyfry
                            </td>
                            <td style="border-bottom:none; border-left:none; border-top:none">
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:WyborZakresuIAgregacji/wnio:SekcjaPASekcja='Tak'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-bottom:none; border-right:none; border-top:none">
                                4 cyfry
                            </td>
                            <td style="border-bottom:none; border-left:none; border-top:none">
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:WyborZakresuIAgregacji/wnio:SekcjaPA2='Tak'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-bottom:none; border-right:none; border-top:none">
                                6 cyfr
                            </td>
                            <td style="border-bottom:none; border-left:none; border-top:none">
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:WyborZakresuIAgregacji/wnio:SekcjaPA4='Tak'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-right:none; border-top:none">
                                8 cyfr
                            </td>
                            <td style="border-left:none; border-top:none">
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:WyborZakresuIAgregacji/wnio:SekcjaPA6='Tak'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                        </tr>
    
                        <tr>
                            <td colspan="2" rowspan="5" style="border-bottom:none">
                                <p style="text-align:center">
                                    <i>lub</i>
                                </p>
                                <br/>
                                <b>nazwa towaru</b>
                                <br/>
                                <span style=" min-height:200pt">
                                    <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:WyborZakresuIAgregacji/wnio:NazwaTowaruTekst"/>
                                </span>
                            </td>
                            <td style="border-bottom:none; border-right:none">
                                sekcja
                            </td>
                            <td style="border-bottom:none; border-left:none">
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:WyborZakresuIAgregacji/wnio:NazwaTowaruPASekcja='Tak'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-bottom:none; border-right:none; border-top:none">
                                2 cyfry
                            </td>
                            <td style="border-bottom:none; border-left:none; border-top:none">
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:WyborZakresuIAgregacji/wnio:NazwaTowaruPA2='Tak'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-bottom:none; border-right:none; border-top:none">
                                4 cyfry
                            </td>
                            <td style="border-bottom:none; border-left:none; border-top:none">
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:WyborZakresuIAgregacji/wnio:NazwaTowaruPA4='Tak'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-bottom:none; border-right:none; border-top:none">
                                6 cyfr
                            </td>
                            <td style="border-bottom:none; border-left:none; border-top:none">
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:WyborZakresuIAgregacji/wnio:NazwaTowaruPA6='Tak'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-right:none; border-top:none">
                                8 cyfr
                            </td>
                            <td style="border-left:none; border-top:none">
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:WyborZakresuIAgregacji/wnio:NazwaTowaruPA8='Tak'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                        </tr>
                        <tr>
                            <td rowspan="3">
                                <div class="rotate">
                                    <b>inne pola</b>
                                </div>
                            </td>
                            <td colspan="2">pole wyboru:
                                <br/>
                                <span>
                                    <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:InnePola/wnio:PoleWyboru1"/>
                                </span>
                                <br/>
                                wartości dla wybranego pola :
                                <br/>
                                <span>
                                    <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:InnePola/wnio:WartośćDlaWybranegoPola1"/>
                                </span>
                            </td>
                            <td colspan="2">Agregacja dla wartości<br/>
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:InnePola/wnio:AgregacjaDlaWartosci1='Tak'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                        </tr>
                        <tr>
                            <td colspan="2">pole wyboru:
                                <br/>
                                <span>
                                    <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:InnePola/wnio:PoleWyboru2"/>
                                </span>
                                <br/>
                                wartości dla wybranego pola:
                                <br/>
                                <span>
                                    <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:InnePola/wnio:WartośćDlaWybranegoPola2"/>
                                </span>
                            </td>
                            <td colspan="2">
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:InnePola/wnio:AgregacjaDlaWartosci2='Tak'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                        </tr>
                        <tr>
                            <td colspan="2">pole wyboru:
                                <br/>
                                <span>
                                    <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:InnePola/wnio:PoleWyboru3"/>
                                </span>
                                <br/>
                                wartości dla wybranego pola:
                                <br/>
                                <span>
                                    <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:InnePola/wnio:WartośćDlaWybranegoPola3"/>
                                </span>
                            </td>
                            <td colspan="2">
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:InnePola/wnio:AgregacjaDlaWartosci3='Tak'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                        </tr>
                    </table>
                    <table style="border:1pt solid black; border-top:none">
                        <colgroup>
                            <col style="width:25%"/>
                            <col style="width:18%"/>
                            <col style="width:19%"/>
                            <col style="width:19%"/>
                            <col style="width:49%"/>
                        </colgroup>
                        <tr>
                            <td style="border-right:1pt solid black">
                                <b>3. Częstotliwość generowania zbiorów</b>
                            </td>
                            <td colspan="2">
                                <b>jednorazowo</b>                           
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:CzestotliwoscGenerowaniaZbiorow/wnio:CzestotliwoscGenerowaniaZbiorow = 'jednorazowo'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                            <td/>
                            <td style="border-right:1pt solid black"/>
                        </tr>
                        <tr>
                            <td style="border-right:1pt solid black"/>
                            <td colspan="4" style="border-right:1pt solid black">
                                za okres od <span>
                                    <xsl:value-of select="$okresJednorazowoOd"/>
                                </span>  do   <span>
                                    <xsl:value-of select="$okresJednorazowoDo"/>
                                </span>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-right:1pt solid black"/>
                            <td colspan="5" style="border-right:1pt solid black">
                                <i>albo</i>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-right:1pt solid black"/>
                            <td colspan="5" style="border-right:1pt solid black">
                                <b>cyklicznie</b>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-right:1pt solid black"/>
                            <td>miesięcznie
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:CzestotliwoscGenerowaniaZbiorow/wnio:CzestotliwoscGenerowaniaZbiorow = 'miesięcznie'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                            <td>kwartalnie
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:CzestotliwoscGenerowaniaZbiorow/wnio:CzestotliwoscGenerowaniaZbiorow = 'kwartalnie'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                            <td>półrocznie
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:CzestotliwoscGenerowaniaZbiorow/wnio:CzestotliwoscGenerowaniaZbiorow = 'półrocznie'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                            <td style="border-right:1pt solid black"/>
                        </tr>
                        <tr>
                            <td style="border-right:1pt solid black"/>
                            <td>inne 
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:CzestotliwoscGenerowaniaZbiorow/wnio:CzestotliwoscGenerowaniaZbiorow = 'inne'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                            <td colspan="2">
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:CzestotliwoscGenerowaniaZbiorow/wnio:CzestotliwoscGenerowaniaZbiorow/wnio:InneTekst"/>
                            </td>
                            <td style="border-right:1pt solid black"/>
                        </tr>
                        <tr>
                            <td style="border-right:1pt solid black"/>
                            <td colspan="4" style="border-right:1pt solid black">
                                za okres od <span>
                                    <xsl:value-of select="$okresInnyOd"/> 
                                </span>  do   <span>
                                    <xsl:value-of select="$okresInnyDo"/> 
                                </span>
                            </td>
                        </tr>
                        <tr style="height:2pt">
                            <td style="border-right:1pt solid black"/>
                            <td colspan="4" style="border-right:1pt solid black"/>
                        </tr>
                    </table>
                    <table style="border:1pt solid black; border-top:none">
                        <colgroup>
                            <col style="width:25%"/>
                            <col style="width:18%"/>
                            <col style="width:10%"/>
                            <col style="width:10%"/>
                            <col style="width:36%"/>
                        </colgroup>
                        <tr>
                            <td style="border-right:1pt solid black">
                                <b>4. Sposób przedstawienia danych z zbiorze wynikowym</b>
                            </td>
                            <td>
                                <b>nienarastająco</b>
                            </td>
                            <td>
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:SposobPrzedstawianiaDanychWZbiorze/wnio:CzyNarastajaco='Nie'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                            <td>
                                <b>narastająco</b>
                            </td>
                            <td>
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:SposobPrzedstawianiaDanychWZbiorze/wnio:CzyNarastajaco='Tak'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-right:1pt solid black"/>
                            <td>
                                miesiąc
                            </td>
                            <td>
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:SposobPrzedstawianiaDanychWZbiorze/wnio:Miesiecznie='Tak'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                            <td>
                                kwartał
                            </td>
                            <td>
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:SposobPrzedstawianiaDanychWZbiorze/wnio:Kwartalnie='Tak'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-right:1pt solid black"/>
                            <td>
                                półrocze
                            </td>
                            <td>
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:SposobPrzedstawianiaDanychWZbiorze/wnio:Polrocznie='Tak'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                            <td>
                                rok
                            </td>
                            <td>
                                <input disabled="disabled" type="checkbox"/>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-right:1pt solid black"/>
                            <td colspan="4">inne<span>  
                                    <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:SposobPrzedstawianiaDanychWZbiorze/wnio:InneTekst"/>
                                </span>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-right:1pt solid black"/>
                            <td colspan="4">
                                <b>sumarycznie</b> za cały okres                            
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:SposobPrzedstawianiaDanychWZbiorze/wnio:Inne='Tak'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                        </tr>
                    </table>
                    <table style="border:1pt solid black; border-top:none">
                        <tr>
                            <td style="width:25%; border-right:1pt solid black">
                                <b>5. Format zbioru wynikowego</b>
                            </td>
                            <td style="width:15%">dbf 
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:FormatZbioruWynikowego='dbf'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                            <td style="width:15%">txt 
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:FormatZbioruWynikowego='txt'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                            <td style="width:15%">xsl 
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:FormatZbioruWynikowego='xsl'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                            <td style="width:30%">wydruk 
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:FormatZbioruWynikowego='wydruk'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                        </tr>
                    </table>
                    <table class="border" style="border-top:none">
                        <tr>
                            <td style="width:25%; border-bottom:none">
                                <b>6. Dane w zbiorze wynikowym</b>
                            </td>
                            <td style="width:20%; text-align:center">Wyszczególnienie</td>
                            <td style="width:10%; text-align:center">Kolejność w tabeli wynikowej</td>
                            <td style="width:10%; text-align:center">Parametr <br/>i kolejność sortowania (nie więcej niż 3 poziomy)</td>
                            <td style="width:15%; text-align:center">Malejąco/rosnąco
                            </td>
                        </tr>
                        <tr>
                            <td style="border-bottom:none; border-top:none"/>
                            <td>rok</td>
                            <td>
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:RokKolejnoscWTabeli"/>
                            </td>
                            <td>
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:RokParametrIKolejnoscSortowania='Tak'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                            <td>
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:RokPorzadek"/>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-bottom:none; border-top:none"/>
                            <td>miesiąc</td>
                            <td>
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:MiesiacKolejnoscWTabeli"/>
                            </td>
                            <td>
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:MiesiacParametrIKolejnoscSortowania='Tak'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                            <td>
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:MiesiacPorzadek"/>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-bottom:none; border-top:none"/>
                            <td>kod towaru</td>
                            <td>
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:KodTowaruKolejnoscWTabeli"/>
                            </td>
                            <td>
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:KodTowaruParametrIKolejnoscSortowania='Tak'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                            <td>
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:KodTowaruPorzadek"/>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-bottom:none; border-top:none"/>
                            <td>kraj wysyłki</td>
                            <td>
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:KrajWysylkiKolejnoscWTabeli"/>
                            </td>
                            <td>
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:KrajWysylkiParametrIKolejnoscSortowania='Tak'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                            <td>
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:KrajWysylkiPorzadek"/>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-bottom:none; border-top:none"/>
                            <td>kraj pochodzenia</td>
                            <td>
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:KrajPochodzeniaKolejnoscWTabeli"/>
                            </td>
                            <td>
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:KrajPochodzeniaParametrIKolejnoscSortowania='Tak'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                            <td>
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:KrajPochodzeniaPorzadek"/>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-bottom:none; border-top:none"/>
                            <td>kraj przeznaczenia</td>
                            <td>
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:KrajPrzeznaczeniaKolejnoscWTabeli"/>
                            </td>
                            <td>
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:KrajPrzeznaczeniaParametrIKolejnoscSortowania='Tak'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                            <td>
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:KrajPrzeznaczeniaPorzadek"/>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-bottom:none; border-top:none"/>
                            <td>masa netto</td>
                            <td>
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:MasaNettoKolejnoscWTabeli"/>
                            </td>
                            <td>
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:MasaNettoParametrIKolejnoscSortowania='Tak'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                            <td>
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:MasaNettoPorzadek"/>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-bottom:none; border-top:none"/>
                            <td>ilość w uzupełnianej jednostce miary</td>
                            <td>
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:IloscWUzupelniajacejJednostceMiaryKolejnoscWTabeli"/>
                            </td>
                            <td>
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:IloscWUzupelniajacejJednostceMiaryParametrIKolejnoscSortowania='Tak'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                            <td>
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:IloscWUzupelniajacejJednostceMiaryPorzadek"/>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-bottom:none; border-top:none"/>
                            <td>wartość statyczna PLN</td>
                            <td>
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:WartoscStatystycznaPLNKolejnoscWTabeli"/>
                            </td>
                            <td>
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:WartoscStatystycznaPLNParametrIKolejnoscSortowania='Tak'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                            <td>
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:WartoscStatystycznaPLNPorzadek"/>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-bottom:none; border-top:none"/>
                            <td>wartość statyczna USD</td>
                            <td>
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:WartoscStatystycznaUSDKolejnoscWTabeli"/>
                            </td>
                            <td>
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:WartoscStatystycznaUSDParametrIKolejnoscSortowania='Tak'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                            <td>
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:WartoscStatystycznaUSDPorzadek"/>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-bottom:none; border-top:none"/>
                            <td>wartość statyczna EUR</td>
                            <td>
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:WartoscStatystycznaEURKolejnoscWTabeli"/>
                            </td>
                            <td>
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:WartoscStatystycznaEURParametrIKolejnoscSortowania='Tak'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                            <td>
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:WartoscStatystycznaEURPorzadek"/>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-bottom:none; border-top:none"/>
                            <td>kod procedury celnej</td>
                            <td>
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:KodProceduryCelnejKolejnoscWTabeli"/>
                            </td>
                            <td>
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:KodProceduryCelnejParametrIKolejnoscSortowania='Tak'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                            <td>
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:KodProceduryCelnejPorzadek"/>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-bottom:none; border-top:none"/>
                            <td>kod rodzaju transakcji</td>
                            <td>
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:KodRodzajuTransakcjiKolejnoscWTabeli"/>
                            </td>
                            <td>
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:KodRodzajuTransakcjiParametrIKolejnoscSortowania='Tak'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                            <td>
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:KodRodzajuTransakcjiPorzadek"/>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-bottom:none; border-top:none"/>
                            <td>kod rodzaju transportu</td>
                            <td>
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:KodRodzajuTransportuKolejnoscWTabeli"/>
                            </td>
                            <td>
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:Inne='KodRodzajuTransportuParametrIKolejnoscSortowania'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                            <td>
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:KodRodzajuTransportuPorzadek"/>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-bottom:none; border-top:none"/>
                            <td>kod warunków dostawy</td>
                            <td>
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:KodWarunkowDostawyKolejnoscWTabeli"/>
                            </td>
                            <td>
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:KodWarunkowDostawyParametrIKolejnoscSortowania='Tak'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                            <td>
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:KodWarunkowDostawyPorzadek"/>
                            </td>
                        </tr>
                        <xsl:for-each select="wnio:TrescDokumentu//wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:DodatkoweNaglowkiWiersza/wnio:DodatkoweNaglowkiWierszaContent">
                            <tr>
                                <td style="border-bottom:none; border-top:none"/>
                                <td>
                                    <xsl:value-of select="wnio:NaglowekWiersza"/>
                                </td>
                                <td>
                                    <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:KodWarunkowDostawyKolejnoscWTabeli"/>
                                </td>
                                <td>
                                    <xsl:choose>
                                        <xsl:when test="wnio:ParametrIKolejnoscSortowania='Tak'">
                                            <input disabled="disabled" type="checkbox" checked="checked"/>
                                        </xsl:when>
                                        <xsl:otherwise>
                                            <input disabled="disabled" type="checkbox"/>
                                        </xsl:otherwise>
                                    </xsl:choose>
                                </td>
                                <td>
                                    <xsl:value-of select="wnio:Porzadek"/>
                                </td> 
                            </tr>
                        </xsl:for-each> 
                        <tr>
                            <td style="border-bottom:none; border-top:none"/>
                            <td>wykaz podmiotów
                            </td>
                            <td>
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:WykazPodmiotowKolejnoscWTabeli"/>
                            </td>
                            <td>
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:WykazPodmiotowParametrIKolejnoscSortowania='Tak'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                            <td>
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:WykazPodmiotowPorzadek"/>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-bottom:none; border-top:none"/>
                            <td> - NIP</td>
                            <td>
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:NIPKolejnoscWTabeli"/>
    
                            </td>
                            <td>
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:NIPParametrIKolejnoscSortowania='Tak'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                            <td>
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:NIPPorzadek"/>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-bottom:none; border-top:none"/>
                            <td> - REGON</td>
                            <td>
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:REGONKolejnoscWTabeli"/>
    
                            </td>
                            <td>
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:REGONParametrIKolejnoscSortowania='Tak'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                            <td>
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:REGONPorzadek"/>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-bottom:none; border-top:none"/>
                            <td> - nazwa</td>
                            <td>
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:NazwaKolejnoscWTabeli"/>
                            </td>
                            <td>
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:NazwaParametrIKolejnoscSortowania='Tak'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                            <td>
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:NazwaPorzadek"/>
                            </td>
                        </tr>
                        <tr>
                            <td style="border-bottom:none; border-top:none"/>
                            <td style="border-bottom:none"> - adres</td>
                            <td style="border-bottom:none">
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:DaneWZbiorzeWynikowym/wnio:AdresKolejnoscWTabeli"/>
                            </td>
                            <td colspan="2" style="border-bottom:none"/>
                        </tr> 
                    </table>
                    <table style="border:1pt solid black">
                        <tr>
                            <td style="width:25%; border-right:1pt solid black">
                                <b>7. Sposób odbioru zbiorów</b>
                            </td>
                            <td style="width:75%">pocztą elektroniczną
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:SposobOdbioruZbiorow = 'email'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
                                        <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:Email"/>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                        </tr>
                        <tr>
                            <td style="width:25%; border-right:1pt solid black"/>
                            <td style="width:75%">za pośrednictwem operatora pocztowego
                                <xsl:choose>
                                    <xsl:when test="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:SposobOdbioruZbiorow !='email'">
                                        <input disabled="disabled" type="checkbox" checked="checked"/>
    
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <input disabled="disabled" type="checkbox"/>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                        </tr>
                    </table>
                    <table style="border:1pt solid black; border-top:none">
                        <tr>
                            <td style="width:25%; border-right:1pt solid black">
                                <b>8. Informacje dodatkowe</b>
                            </td>
                            <td style="width:75%">
                                <xsl:value-of select="wnio:TrescDokumentu/wnio:ZakresDanych/wnio:InformacjeDodatkowe"/>
                            </td>
                        </tr>
                    </table>
                    <br/>
                    <br/>
                    <br/>
                    <table class="noBorder" style="font-family:Arial">
                        <tr>
                            <td style="width:65%"/>
                            <td style="width:35%; text-align:right; font-size:8pt">
                                <i>
                                    <b>Dokument został podpisany, aby go zweryfikować, należy użyć oprogramowania do weryfikacji podpisu</b>
                                </i>
                            </td>
                        </tr>
                        <tr style="height:10pt"/>
                        <tr>
                            <td/>
                            <td style="text-align:right; font-size:8pt">
                                <i>
                                    <b>Podpis elektroniczny</b>
                                </i>
                            </td>
                        </tr>
                    </table>
                </body>
            </html>
        </xsl:template>
    </xsl:stylesheet>