7297
ID | 7297 |
Data | 2019-03-14 |
Symbol | 2019/03/14/7297 |
Instytucja | Urząd Miejski w Opolu Lubelskim |
Nazwa | Informacja w sprawie podatku od nieruchomości |
Czy Aktualny | 1 |
---|
Ustawy (1)
Pliki
Styl
<?xml version="1.0" encoding="UTF-8"?><xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:wnio="http://crd.gov.pl/wzor/2019/03/14/7297/" xmlns:meta="http://crd.gov.pl/xml/schematy/meta/2009/11/16/" xmlns:str="http://crd.gov.pl/xml/schematy/struktura/2009/11/16/" xmlns:oso="http://crd.gov.pl/xml/schematy/osoba/2009/11/16/" xmlns:inst="http://crd.gov.pl/xml/schematy/instytucja/2009/11/16/" xmlns:adr="http://crd.gov.pl/xml/schematy/adres/2009/11/09/" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0">
<xsl:template match="/">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<style type="text/css">
body {
background-color: #FFFFFF;
margin: 0px 0px 0px 0px;
font-family: Verdana, Helvetica, sans-serif;
font-size: 12px;
}
table .title {
background-color: #FFFFFF;
width: 100%;
border: 0px;
}
p {
margin-top: 1em;
margin-bottom: 1em;
}
h1 {
font-size: 24px;
margin-top: 0;
background-color: #dde;
font-weight: bold;
font-size: 14px;
text-align: left;
padding-left: 1em;
padding-right: 1em;
padding-top: .2em;
padding-bottom: .2em;
margin-top: 0;
margin-bottom: 0;
border-bottom: solid 1px #99c;
line-height: 180%;
}
h2 {
color: #336;
background-color: #dde;
font-size: 9pt;
font-weight: bold;
padding-left: 1em;
padding-right: 1em;
padding-top: .2em;
padding-bottom: .2em;
margin-top: 2em;
margin-bottom: 1em;
border-bottom: solid 1px #336;
clear: right;
}
h3 {
font-size: 14px;
margin-top: 2em;
color: #0A2D4C;
}
h4 {
font-size: 12px;
margin-top: 2em;
color: #4A6D8C;
}
b {
color: #4A6D8C;
}
li {
line-height: 1.2em;
}
h1, h2 {
text-align: center !important;
}
h1 {
margin-bottom: 15px !important;
}
h3, h4 {
margin-top: 8px;
margin-bottom: 8px;
}
table {
border-collapse: collapse;
margin: 0;
padding: 0;
width: 100%;
margin-bottom: 3px;
}
td, th {
border: 1px solid #CCC;
padding: 3px;
}
th {
background-color: #EEE;
text-align: left;
font-weight: normal;
}
textarea {
width: 90%;
height: 100%
}
</style>
</head>
<body>
<div style="max-width: 900px; margin: 0 auto;">
<xsl:for-each select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc">
<h1 style="text-align: center;">
<xsl:value-of select="wnio:Naglowek/wnio:NazwaFormularza"/>
</h1>
<table style="margin:auto; width:280px;">
<tr>
<th>na rok:</th>
<td>
<xsl:value-of select="wnio:Rok">
</xsl:value-of>
</td>
</tr>
</table>
<h2>NAGŁÓWEK</h2>
<table border="1px">
<tr>
<th style="width:15%">Podstawa prawna:</th>
<th>
<xsl:value-of select="wnio:Naglowek/wnio:PodstawaPrawna"/>
</th>
</tr>
<tr>
<th>Składający:</th>
<th>
<xsl:value-of select="wnio:Naglowek/wnio:Skladajacy"/>
</th>
</tr>
<tr>
<th>Termin składania:</th>
<th>
<xsl:value-of select="wnio:Naglowek/wnio:TerminSkladania"/>
</th>
</tr>
<tr>
<th>Miejsce składania:</th>
<th>
<xsl:value-of select="wnio:Naglowek/wnio:MiejsceSkladania"/>
</th>
</tr>
</table>
<table>
<tr>
<th>
<h4>A. MIEJSCE SKŁADANIA INFORMACJI</h4>
</th>
</tr>
<tr>
<th>
4. Nazwa i adres siedziby organu podatkowego
</th>
</tr>
<tr>
<td>
<xsl:value-of select="wnio:Naglowek/wnio:MiejsceSkladaniaPelne"/>
</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">
<h4>B. OBOWIĄZEK ZŁOŻENIA INFORMACJI</h4>
</th>
</tr>
<tr>
<th style="width:40%">5. Okoliczności powodujące obowiązek złożenia informacji</th>
<td>
<td>
<xsl:if test="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:ObowiazekZlozeniaInformacji='po_raz_pierwszy'">Informacja składana po raz pierwszy</xsl:if>
<xsl:if test="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:ObowiazekZlozeniaInformacji='korekta'">Korekta informacji z dnia</xsl:if>
</td>
</td>
</tr>
<xsl:for-each select="wnio:DataZmiany">
<tr>
<th>z dnia:</th>
<td>
<xsl:value-of select=".">
</xsl:value-of>
</td>
</tr>
</xsl:for-each>
</table>
<table>
<tr>
<th>
<h4>C. PODMIOT ZOBOWIĄZANY DO ZŁOŻENIA INFORMACJI</h4>
</th>
</tr>
<tr>
<td>
6. Rodzaj podmiotu:
<tr><td><xsl:if test="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:PodmiotZobowiazanyDoZlozenia/@typ='1'">
właściciel, użytkownik, posiadacz
</xsl:if><xsl:if test="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:PodmiotZobowiazanyDoZlozenia/@typ='2'">
współwłaściciel, współużytkownik, współposiadacz
</xsl:if></td></tr>
</td>
</tr>
</table>
<xsl:for-each select="wnio:Podmiot">
<table>
<tr>
<th colspan="6">
<h4>D.1. DANE PODATNIKA</h4>
</th>
</tr>
<xsl:for-each select="wnio:OsobaFizyczna">
<tr>
<th style="width:10%">7. Nazwisko</th>
<td style="width:25%">
<xsl:value-of select="oso:Nazwisko">
</xsl:value-of>
</td>
<th style="width:10%">8. Imię</th>
<td style="width:25%">
<xsl:value-of select="oso:Imie">
</xsl:value-of>
</td>
<th style="width:10%">8. Drugie imię</th>
<td>
<xsl:value-of select="oso:ImieDrugie"/>
</td>
</tr>
<tr>
<th style="width:10%">
9. Numer PESEL
</th>
<td style="width:25%">
<xsl:value-of select="oso:PESEL">
</xsl:value-of>
</td>
<th>10. NIP</th>
<td colspan="3">
<xsl:value-of select="oso:NIP">
</xsl:value-of>
</td>
</tr>
<xsl:for-each select="wnio:NieNadanoPeselu">
<tr>
<th>Data urodzenia</th>
<td>
<xsl:value-of select="oso:DataUrodzenia">
</xsl:value-of>
</td>
<th>Imię ojca</th>
<td>
<xsl:value-of select="oso:ImieOjca">
</xsl:value-of>
</td>
<th>Imię matki</th>
<td>
<xsl:value-of select="oso:ImieMatki">
</xsl:value-of>
</td>
</tr>
</xsl:for-each>
</xsl:for-each>
</table>
<xsl:for-each select="wnio:Adres">
<table>
<tr>
<th colspan="6">
<h4>D.2. ADRES ZAMIESZKANIA</h4>
</th>
</tr>
<tr>
<th>13. Kraj</th>
<td colspan="5">
<xsl:value-of select="adr:Kraj">
</xsl:value-of>
</td>
</tr>
<tr>
<th>14. Województwo</th>
<td>
<xsl:value-of select="adr:Wojewodztwo">
</xsl:value-of>
</td>
<th>15. Powiat</th>
<td>
<xsl:value-of select="adr:Powiat">
</xsl:value-of>
</td>
<th>16. Gmina</th>
<td>
<xsl:value-of select="adr:Gmina">
</xsl:value-of>
</td>
</tr>
<tr>
<th>17. Ulica</th>
<td>
<xsl:value-of select="adr:Ulica">
</xsl:value-of>
</td>
<th>18. Nr domu</th>
<td>
<xsl:value-of select="adr:Budynek">
</xsl:value-of>
</td>
<th>19. Nr lokalu</th>
<td>
<xsl:value-of select="adr:Lokal">
</xsl:value-of>
</td>
</tr>
<tr>
<th>20. Miejscowość</th>
<td>
<xsl:value-of select="adr:Miejscowosc">
</xsl:value-of>
</td>
<th>21. Kod pocztowy</th>
<td>
<xsl:value-of select="adr:KodPocztowy">
</xsl:value-of>
</td>
<th>22. Poczta</th>
<td>
<xsl:value-of select="adr:Poczta">
</xsl:value-of>
</td>
</tr>
<tr>
<th>Telefon</th>
<td>
<xsl:value-of select="adr:Telefon">
</xsl:value-of>
</td>
<th>E-mail</th>
<td colspan="3">
<xsl:value-of select="adr:Email">
</xsl:value-of>
</td>
</tr>
</table>
</xsl:for-each>
</xsl:for-each>
<xsl:for-each select="wnio:Malzonek">
<table>
<tr>
<th colspan="6">
<h4>D.3. DANE WSPÓŁMAŁŻONKA</h4>
</th>
</tr>
<xsl:for-each select="wnio:OsobaFizyczna">
<tr>
<th style="width:10%">Nazwisko</th>
<td style="width:25%">
<xsl:value-of select="oso:Nazwisko">
</xsl:value-of>
</td>
<th style="width:10%">Imię</th>
<td style="width:25%">
<xsl:value-of select="oso:Imie">
</xsl:value-of>
</td>
<th style="width:10%">Drugie imię</th>
<td>
<xsl:value-of select="oso:ImieDrugie"/>
</td>
</tr>
<tr>
<th style="width:10%">
PESEL
</th>
<td style="width:25%">
<xsl:value-of select="oso:PESEL">
</xsl:value-of>
</td>
<th>NIP</th>
<td colspan="3">
<xsl:value-of select="oso:NIP">
</xsl:value-of>
</td>
</tr>
<xsl:for-each select="wnio:NieNadanoPeselu">
<tr>
<th>Data urodzenia</th>
<td>
<xsl:value-of select="oso:DataUrodzenia">
</xsl:value-of>
</td>
<th>Imię ojca</th>
<td>
<xsl:value-of select="oso:ImieOjca">
</xsl:value-of>
</td>
<th>Imię matki</th>
<td>
<xsl:value-of select="oso:ImieMatki">
</xsl:value-of>
</td>
</tr>
</xsl:for-each>
</xsl:for-each>
<xsl:for-each select="wnio:OsobaNiefizyczna">
<tr>
<th style="width:10%">Nazwa pełna</th>
<td colspan="3" style="width:55%">
<xsl:value-of select="inst:NazwaInstytucji">
</xsl:value-of>
</td>
<th style="width:10%">Nazwa skrócona</th>
<td style="width:25%">
<xsl:value-of select="wnio:NazwaSkrocona">
</xsl:value-of>
</td>
</tr>
</xsl:for-each>
</table>
<xsl:for-each select="wnio:Adres">
<table>
<tr>
<th colspan="6">
<h4>D.4. ADRES ZAMIESZKANIA WSPÓŁMAŁŻONKA</h4>
</th>
</tr>
<tr>
<th>29. Kraj</th>
<td colspan="5">
<xsl:value-of select="adr:Kraj">
</xsl:value-of>
</td>
</tr>
<tr>
<th>30. Województwo</th>
<td>
<xsl:value-of select="adr:Wojewodztwo">
</xsl:value-of>
</td>
<th>31. Powiat</th>
<td>
<xsl:value-of select="adr:Powiat">
</xsl:value-of>
</td>
<th>32. Gmina</th>
<td>
<xsl:value-of select="adr:Gmina">
</xsl:value-of>
</td>
</tr>
<tr>
<th>33. Ulica</th>
<td>
<xsl:value-of select="adr:Ulica">
</xsl:value-of>
</td>
<th>34. Nr domu</th>
<td>
<xsl:value-of select="adr:Budynek">
</xsl:value-of>
</td>
<th>35. Nr lokalu</th>
<td>
<xsl:value-of select="adr:Lokal">
</xsl:value-of>
</td>
</tr>
<tr>
<th>36. Miejscowość</th>
<td>
<xsl:value-of select="adr:Miejscowosc">
</xsl:value-of>
</td>
<th>37. Kod pocztowy</th>
<td>
<xsl:value-of select="adr:KodPocztowy">
</xsl:value-of>
</td>
<th>38. Poczta</th>
<td>
<xsl:value-of select="adr:Poczta">
</xsl:value-of>
</td>
</tr>
<tr>
<th>Telefon</th>
<td>
<xsl:value-of select="adr:Telefon">
</xsl:value-of>
</td>
<th>E-mail</th>
<td colspan="3">
<xsl:value-of select="adr:Email">
</xsl:value-of>
</td>
</tr>
</table>
</xsl:for-each>
</xsl:for-each>
<h2>TREŚĆ FORMULARZA</h2>
<xsl:for-each select="wnio:E">
<table>
<tbody>
<tr>
<th>
<h4>E. DANE DOTYCZĄCE PRZEDMIOTÓW OPODATKOWANIA NIEPODLEGAJĄCYCH ZWOLNIENIU</h4>
</th>
</tr>
</tbody>
</table>
<table>
<tr>
<th colspan="4">
<h4>E.1. POWIERZCHNIA GRUNTÓW</h4>
</th>
</tr>
<xsl:for-each select="wnio:E_1">
<tr>
<th style="width:40%"/>
<th style="width:20%">Podstawa opodatkowania w m<sup>2</sup> (ha)</th>
</tr>
<tr>
<th>
<span>1. Grunty związane z prowadzeniem działalności gospodarczej bez względu na sposób zakwalifikowania w ewidencji gruntów i budynków</span>
</th>
<td>
<span>
<xsl:value-of select="wnio:E_1_1_1">
</xsl:value-of>
</span>
</td>
</tr>
<tr>
<th>
<span>2. Grunty pod wodami powierzchniowymi stojącymi lub pod wodami powierzchniowymi płynącymi jezior i zbiorników sztucznych (należy podać z dokładnością do czterech miejsc po przecinku)</span>
</th>
<td><span><xsl:value-of select="wnio:E_1_1_3">
</xsl:value-of></span>
ha
</td>
</tr>
<tr>
<th>
<span>
<xsl:value-of select="wnio:Ustawa"/>
</span>
</th>
<td>
<span>
<xsl:value-of select="wnio:E_1_1_4">
</xsl:value-of>
</span>
</td>
</tr>
<tr>
<th>
<span>4. Pozostałe grunty, w tym zajęte na prowadzenie odpłatnej statutowej działalności pożytku publicznego przez organizacje pożytku publicznego</span>
</th>
<td>
<span>
<xsl:value-of select="wnio:E_1_1_5">
</xsl:value-of>
</span>
</td>
</tr>
</xsl:for-each>
</table>
<table>
<tr>
<th colspan="5">
<h4>E.2. POWIERZCHNIA BUDYNKÓW LUB ICH CZĘŚCI</h4>
</th>
</tr>
<xsl:for-each select="wnio:E_2">
<tr>
<th colspan="2" style="width:40%"/>
<th style="width:20%">Podstawa opodatkowania w m<sup>2</sup></th>
</tr>
<tr>
<th colspan="2">
<span>1. Mieszkalne - ogółem</span>
</th>
<td>
<span>
<xsl:value-of select="wnio:E_2_1_1">
</xsl:value-of>
</span>
</td>
</tr>
<tr>
<th rowspan="2">
<span><br/>w tym kondygnacji o wysokości:</span>
</th>
<th>
<span>- od 1,40 do 2,20m (zaliczyć 50% powierzchni)</span>
</th>
<td>
<span>
<xsl:value-of select="wnio:E_2_1_2">
</xsl:value-of>
</span>
</td>
</tr>
<tr>
<th>
<span>- powyżej 2,20m </span>
</th>
<td>
<span>
<xsl:value-of select="wnio:E_2_1_3">
</xsl:value-of>
</span>
</td>
</tr>
<tr>
<th colspan="2">
<span>2. Związane z prowadzeniem działalności gospodarczej oraz budynki mieszkalne lub ich części zajęte na prowadzenie działalności gospodarczej - ogółem</span>
</th>
<td>
<span>
<xsl:value-of select="wnio:E_2_1_4">
</xsl:value-of>
</span>
</td>
</tr>
<tr>
<th rowspan="2">
<span><br/>w tym kondygnacji o wysokości:</span>
</th>
<th>
<span>- od 1,40 do 2,20m (zaliczyć 50% powierzchni)</span>
</th>
<td>
<span>
<xsl:value-of select="wnio:E_2_1_5">
</xsl:value-of>
</span>
</td>
</tr>
<tr>
<th>
<span>- powyżej 2,20m </span>
</th>
<td>
<span>
<xsl:value-of select="wnio:E_2_1_6">
</xsl:value-of>
</span>
</td>
</tr>
<tr>
<th colspan="2">
<span>3. Zajęte na prowadzenie działalności gospodarczej w zakresie obrotu kwalifikowanym materiałem siewnym - ogółem</span>
</th>
<td>
<span>
<xsl:value-of select="wnio:E_2_1_7">
</xsl:value-of>
</span>
</td>
</tr>
<tr>
<th rowspan="2">
<span><br/>w tym kondygnacji o wysokości:</span>
</th>
<th>
<span>- od 1,40 do 2,20m (zaliczyć 50% powierzchni)</span>
</th>
<td>
<span>
<xsl:value-of select="wnio:E_2_1_8">
</xsl:value-of>
</span>
</td>
</tr>
<tr>
<th>
<span>- powyżej 2,20m </span>
</th>
<td>
<span>
<xsl:value-of select="wnio:E_2_1_9">
</xsl:value-of>
</span>
</td>
</tr>
<tr>
<th colspan="2">
<span>4. Związanych z udzielaniem świadczeń zdrowotnych w rozumieniu przepisów o działalności leczniczej, zajętych przez podmioty udzielające tych świadczeń</span>
</th>
<td>
<span>
<xsl:value-of select="wnio:E_2_1_10">
</xsl:value-of>
</span>
</td>
</tr>
<tr>
<th rowspan="2">
<span><br/>w tym kondygnacji o wysokości:</span>
</th>
<th>
<span>- od 1,40 do 2,20m (zaliczyć 50% powierzchni)</span>
</th>
<td>
<span>
<xsl:value-of select="wnio:E_2_1_11">
</xsl:value-of>
</span>
</td>
</tr>
<tr>
<th>
<span>- powyżej 2,20m </span>
</th>
<td>
<span>
<xsl:value-of select="wnio:E_2_1_12">
</xsl:value-of>
</span>
</td>
</tr>
<tr>
<th colspan="2">
<span>5. Pozostałe, w tym zajętych na prowadzenie odpłatnej statutowej działalności pożytku publicznego przez organizacje pożytku publicznego - ogółem</span>
</th>
<td>
<span>
<xsl:value-of select="wnio:E_2_1_13">
</xsl:value-of>
</span>
</td>
</tr>
<tr>
<th rowspan="2">
<span><br/>w tym kondygnacji o wysokości:</span>
</th>
<th>
<span>- od 1,40 do 2,20m (zaliczyć 50% powierzchni)</span>
</th>
<td>
<span>
<xsl:value-of select="wnio:E_2_1_14">
</xsl:value-of>
</span>
</td>
</tr>
<tr>
<th>
<span>- powyżej 2,20m </span>
</th>
<td>
<span>
<xsl:value-of select="wnio:E_2_1_15">
</xsl:value-of>
</span>
</td>
</tr>
</xsl:for-each>
</table>
<table>
<tr>
<th colspan="4">
<h4>E.3. WARTOŚĆ BUDOWLI LUB ICH CZĘŚCI ZWIĄZANYCH Z PROWADZENIEM DZIAŁALNOŚCI
GOSPODARCZEJ
</h4>
</th>
</tr>
<xsl:for-each select="wnio:E_3">
<tr>
<th style="width:40%"/>
<th style="width:20%">
Podstawa opodatkowania w zł z dokładnością do 1 zł
</th>
</tr>
<tr>
<th>
<span>Budowle</span>
</th>
<td>
<span>
<xsl:value-of select="wnio:E_3_1_1">
</xsl:value-of>
</span>
</td>
</tr>
</xsl:for-each>
</table>
</xsl:for-each>
<xsl:for-each select="wnio:DanePrzedmiotow">
<xsl:for-each select="wnio:DanePrzedmiotow">
<h2>
ZN-1/A DANE O NIERUCHOMOŚCIACH
</h2>
<table>
<tr>
<th colspan="2">
<h4>POŁOŻENIE NIERUCHOMOŚCI</h4>
</th>
</tr>
<tr style="width:20%;">
<th>Adres nieruchomości</th>
<td>
<xsl:value-of select="wnio:AdresNieruchomosci">
</xsl:value-of>
</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">
<h4>TYTUŁ PRAWNY</h4>
</th>
</tr>
<tr>
<th>Forma władania:</th>
<th>
<xsl:if test="wnio:RodzajSkladajacy/@typ='1'">własność
</xsl:if>
<xsl:if test="wnio:RodzajSkladajacy/@typ='2'">współwłasność
</xsl:if>
<xsl:if test="wnio:RodzajSkladajacy/@typ='3'">użytkowanie wieczyste
</xsl:if>
<xsl:if test="wnio:RodzajSkladajacy/@typ='4'">współużytkowanie wieczyste
</xsl:if>
<xsl:if test="wnio:RodzajSkladajacy/@typ='5'">posiadanie zależne
</xsl:if>
<xsl:if test="wnio:RodzajSkladajacy/@typ='6'">współposiadanie zależne
</xsl:if>
<xsl:if test="wnio:RodzajSkladajacy/@typ='7'">posiadanie samoistne
</xsl:if>
<xsl:if test="wnio:RodzajSkladajacy/@typ='8'">współposiadanie samoistne
</xsl:if>
</th>
</tr>
</table>
<table>
<tr>
<th colspan="6">
<h4>
IDENTYFIKATORY GEODEZYJNE DZIAŁEK, BUDYNKÓW, LOKALI
</h4>
</th>
</tr>
<tr>
<th>Działki
</th>
<td style="width:30%;">
<xsl:value-of select="wnio:IdentyfikatorDzialki">
</xsl:value-of>
</td>
<th style="width:10%;">Powierzchnia
</th>
<td style="width:15%;">
<xsl:value-of select="wnio:PowierzchniaDzialki">
</xsl:value-of>
</td>
<th style="width:10%;">Symbol użytku</th>
<td style="width:15%;">
<xsl:value-of select="wnio:SymbolUzytku">
</xsl:value-of>
</td>
</tr>
<tr>
<th>Budynki
</th>
<td>
<xsl:value-of select="wnio:Budynki">
</xsl:value-of>
</td>
<th>Powierzchnia użytkowa
</th>
<td>
<xsl:value-of select="wnio:PowierzchniaUzytkowa">
</xsl:value-of>
</td>
<th>Funkcja budynku</th>
<td>
<xsl:value-of select="wnio:FunkcjaBudynku">
</xsl:value-of>
</td>
</tr>
<tr>
<th>Lokale
</th>
<td>
<xsl:value-of select="wnio:Lokale">
</xsl:value-of>
</td>
<th>Powierzchnia użytkowa
</th>
<td colspan="3">
<xsl:value-of select="wnio:PowierzchniaUzytkowaLokale">
</xsl:value-of>
</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">
<h4>KSIĘGA WIECZYSTA</h4>
</th>
</tr>
<tr>
<th>Numer księgi wieczystej lub zbioru
dokumentów
</th>
<td>
<xsl:value-of select="wnio:NrKsiegiWieczystej">
</xsl:value-of>
</td>
</tr>
<tr>
<th>Nazwa sądu prowadzącego księgę wieczystą / zbiór
dokumentów
</th>
<td>
<xsl:value-of select="wnio:NazwaSadu">
</xsl:value-of>
</td>
</tr>
</table>
</xsl:for-each>
</xsl:for-each>
<br/>
<xsl:if test="wnio:ZwolnieniaOdNieruchomosci/wnio:ZwolnieniaOdNieruchomosci">
<h2>
ZN-1/B DANE O ZWOLNIENIACH PODATKOWYCH W PODATKU OD NIERUCHOMOŚCI
</h2>
<xsl:for-each select="wnio:ZwolnieniaOdNieruchomosci/wnio:ZwolnieniaOdNieruchomosci">
<table align="center">
<tr>
<th colspan="5">
<h4>DANE DOTYCZĄCE ZWOLNIEŃ PODATKOWYCH WYNIKAJĄCE Z USTAWY</h4>
</th>
</tr>
<tr>
<th style="width:40%">
<span>Tytuł prawny zwolnienia</span>
</th>
<th style="width:20%">
<span>Grunty powierzchnia w m<sup>2</sup></span>
</th>
<th style="width:20%">
<span>Budynki lub ich części<br/>powierzchnia użytkowa w m<sup>2</sup></span>
</th>
<th style="width:20%">
<span>Budowle wartość w zł</span>
</th>
</tr>
<tr>
<th>
<xsl:value-of select="wnio:Art1"/>
</th>
<td>
<xsl:value-of select="wnio:Art7u1p1_1">
</xsl:value-of>
</td>
<th/>
<td>
<xsl:value-of select="wnio:Art7u1p1_3">
</xsl:value-of>
</td>
</tr>
<tr>
<th>
<xsl:value-of select="wnio:Art2"/>
</th>
<td>
<xsl:value-of select="wnio:Art7u1p1a_1">
</xsl:value-of>
</td>
<td>
<xsl:value-of select="wnio:Art7u1p1a_2">
</xsl:value-of>
</td>
<td>
<xsl:value-of select="wnio:Art7u1p1a_3">
</xsl:value-of>
</td>
</tr>
<tr>
<th>
<xsl:value-of select="wnio:Art3"/>
</th>
<td>
<xsl:value-of select="wnio:Art7u1p2_1">
</xsl:value-of>
</td>
<th/>
<td>
<xsl:value-of select="wnio:Art7u1p2_3">
</xsl:value-of>
</td>
</tr>
<tr>
<th>
<xsl:value-of select="wnio:Art1"/>
</th>
<td>
<xsl:value-of select="wnio:Art7u1p2a_1">
</xsl:value-of>
</td>
<th/>
<th/>
</tr>
<tr>
<th>
<xsl:value-of select="wnio:Art5"/>
</th>
<td>
<xsl:value-of select="wnio:Art7u1p3_1">
</xsl:value-of>
</td>
<td>
<xsl:value-of select="wnio:Art7u1p3_2">
</xsl:value-of>
</td>
<td>
<xsl:value-of select="wnio:Art7u1p3_3">
</xsl:value-of>
</td>
</tr>
<tr>
<th>
<xsl:value-of select="wnio:Art6"/>
</th>
<th/>
<td>
a)
<xsl:value-of select="wnio:Art7u1p4_2a">
</xsl:value-of>
<br/>
b)
<xsl:value-of select="wnio:Art7u1p4_2b">
</xsl:value-of>
<br/>
c)
<xsl:value-of select="wnio:Art7u1p4_2c">
</xsl:value-of>
</td>
<th/>
</tr>
<tr>
<th>
<xsl:value-of select="wnio:Art7"/>
</th>
<td>
<xsl:value-of select="wnio:Art7u1p5_1">
</xsl:value-of>
</td>
<td>
<xsl:value-of select="wnio:Art7u1p5_2">
</xsl:value-of>
</td>
<th/>
</tr>
<tr>
<th>
<xsl:value-of select="wnio:Art8"/>
</th>
<td>
<xsl:value-of select="wnio:Art7u1p6_1">
</xsl:value-of>
</td>
<td>
<xsl:value-of select="wnio:Art7u1p6_2">
</xsl:value-of>
</td>
<th/>
</tr>
<tr>
<th>
<xsl:value-of select="wnio:Art9"/>
</th>
<td>
<xsl:value-of select="wnio:Art7u1p7_1">
</xsl:value-of>
</td>
<td>
<xsl:value-of select="wnio:Art7u1p7_2">
</xsl:value-of>
</td>
<th/>
</tr>
<tr>
<th>
<xsl:value-of select="wnio:Art10"/>
</th>
<td>
<xsl:value-of select="wnio:Art7u1p8_1">
</xsl:value-of>
</td>
<td>
<xsl:value-of select="wnio:Art7u1p8_2">
</xsl:value-of>
</td>
<td>
<xsl:value-of select="wnio:Art7u1p8_3">
</xsl:value-of>
</td>
</tr>
<tr>
<th>
<xsl:value-of select="wnio:Art11"/>
</th>
<td>
<xsl:value-of select="wnio:Art7u1p8a_1">
</xsl:value-of>
</td>
<th/>
<th/>
</tr>
<tr>
<th>
<xsl:value-of select="wnio:Art1"/>
</th>
<td>
<xsl:value-of select="wnio:Art7u1p9_1">
</xsl:value-of>
</td>
<th/>
<td>
<xsl:value-of select="wnio:Art7u1p9_3">
</xsl:value-of>
</td>
</tr>
<tr>
<th>
<xsl:value-of select="wnio:Art13"/>
</th>
<td>
<xsl:value-of select="wnio:Art7u1p10_1">
</xsl:value-of>
</td>
<th/>
<th/>
</tr>
<tr>
<th><xsl:value-of select="wnio:Art14"/><br/>
c) są niepełnosprawnymi o znacznym lub umiarkowanym stopniu niepełnosprawności, <br/>
d) są osobami całkowicie niezdolnymi do pracy w gospodarstwie rolnym albo niezdolnymi do
samodzielnej egzystencji
</th>
<td>
<xsl:value-of select="wnio:Art7u1p11_1">
</xsl:value-of>
</td>
<th/>
<th/>
</tr>
<tr>
<th>
<xsl:value-of select="wnio:Art15"/>
</th>
<td>
<xsl:value-of select="wnio:Art7u1p12_1">
</xsl:value-of>
</td>
<td>
<xsl:value-of select="wnio:Art7u1p12_2">
</xsl:value-of>
</td>
<th/>
</tr>
<tr>
<th>
<xsl:value-of select="wnio:Art16"/>
</th>
<th/>
<td>
<xsl:value-of select="wnio:Art7u1p13_2">
</xsl:value-of>
</td>
<td>
<xsl:value-of select="wnio:Art7u1p13_3">
</xsl:value-of>
</td>
</tr>
<tr>
<th>
<xsl:value-of select="wnio:Art17"/>
</th>
<td>
<xsl:value-of select="wnio:Art7u1p14_1">
</xsl:value-of>
</td>
<td>
<xsl:value-of select="wnio:Art7u1p14_2">
</xsl:value-of>
</td>
<td>
<xsl:value-of select="wnio:Art7u1p14_3">
</xsl:value-of>
</td>
</tr>
<tr>
<th>
<xsl:value-of select="wnio:Art18"/>
</th>
<td>
<xsl:value-of select="wnio:Art7u2p1_1">
</xsl:value-of>
</td>
<td>
<xsl:value-of select="wnio:Art7u2p1_2">
</xsl:value-of>
</td>
<td>
<xsl:value-of select="wnio:Art7u2p1_3">
</xsl:value-of>
</td>
</tr>
<tr>
<th>
<xsl:value-of select="wnio:Art19"/>
</th>
<td>
<xsl:value-of select="wnio:Art7u2p2_1">
</xsl:value-of>
</td>
<td>
<xsl:value-of select="wnio:Art7u2p2_2">
</xsl:value-of>
</td>
<td>
<xsl:value-of select="wnio:Art7u2p2_3">
</xsl:value-of>
</td>
</tr>
<tr>
<th>
<xsl:value-of select="wnio:Art20"/>
</th>
<td>
<xsl:value-of select="wnio:Art7u2p3_1">
</xsl:value-of>
</td>
<td>
<xsl:value-of select="wnio:Art7u2p3_2">
</xsl:value-of>
</td>
<td>
<xsl:value-of select="wnio:Art7u2p3_3">
</xsl:value-of>
</td>
</tr>
<tr>
<th>
<xsl:value-of select="wnio:Art1"/>
</th>
<td>
<xsl:value-of select="wnio:Art7u2p4_1">
</xsl:value-of>
</td>
<td>
<xsl:value-of select="wnio:Art7u2p4_2">
</xsl:value-of>
</td>
<td>
<xsl:value-of select="wnio:Art7u2p4_3">
</xsl:value-of>
</td>
</tr>
<tr>
<th>
<xsl:value-of select="wnio:Art22"/>
</th>
<td>
<xsl:value-of select="wnio:Art7u2p5_1">
</xsl:value-of>
</td>
<td>
<xsl:value-of select="wnio:Art7u2p5_2">
</xsl:value-of>
</td>
<th/>
</tr>
<tr>
<th>
<xsl:value-of select="wnio:Art23"/>
</th>
<td>
<xsl:value-of select="wnio:Art7u2p5a_1">
</xsl:value-of>
</td>
<td>
<xsl:value-of select="wnio:Art7u2p5a_2">
</xsl:value-of>
</td>
<th/>
</tr>
<xsl:for-each select="wnio:Zwolnienie[@rodzaj='inne']">
<tr>
<td style="width:55%">
<span>
<xsl:value-of select="wnio:Art_inny0">
</xsl:value-of>
</span>
</td>
<td style="width:15%">
<span>
<xsl:value-of select="wnio:Art_inny1">
</xsl:value-of>
</span>
</td>
<td style="width:15%">
<span>
<xsl:value-of select="wnio:Art_inny2">
</xsl:value-of>
</span>
</td>
<td style="width:30%" colspan="2">
<span>
<xsl:value-of select="wnio:Art_inny3">
</xsl:value-of>
</span>
</td>
</tr>
</xsl:for-each>
</table>
<table>
<tr>
<th colspan="4">
<h4>DANE DOTYCZĄCE ZWOLNIEŃ PODATKOWYCH WYNIKAJĄCE Z UCHWAŁY RADY GMINY</h4>
</th>
</tr>
<tr>
<th>
<xsl:value-of select="wnio:Art24"/>
</th>
<th/>
<td>
<xsl:value-of select="wnio:Art7u3Budynki_2">
</xsl:value-of>
</td>
<th/>
</tr>
<tr>
<th>
<xsl:value-of select="wnio:Art25"/>
</th>
<td>
<xsl:value-of select="wnio:Art7u3Nieruchomosci_1">
</xsl:value-of>
</td>
<td>
<xsl:value-of select="wnio:Art7u3Nieruchomosci_2">
</xsl:value-of>
</td>
<td>
<xsl:value-of select="wnio:Art7u3Nieruchomosci_3">
</xsl:value-of>
</td>
</tr>
</table>
</xsl:for-each>
</xsl:if>
<h2>STOPKA</h2>
<table>
<tr>
<th colspan="4">
<h4>F. INFORMACJA O ZAŁĄCZNIKACH</h4>
</th>
</tr>
<tr>
<th width="20%">59. Liczba załączników ZN-1/A</th>
<th width="20%">60. Załączników ZN-1/B składany</th>
</tr>
<tr>
<td>
<xsl:value-of select="count(/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:DanePrzedmiotow/wnio:DanePrzedmiotow)"/>
</td>
<td>
<xsl:value-of select="//wnio:ZwolnieniaOdNieruchomosci/@type"/>
</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">
<h4>G. PODPIS PODATNIKA / OSOBY REPREZENTUJĄCEJ PODATNIKA</h4>
</th>
</tr>
<tr>
<th>65. Imię</th>
<td>
<xsl:value-of select="oso:Imie">
</xsl:value-of>
</td>
</tr>
<tr>
<th>66. Nazwisko</th>
<td>
<xsl:value-of select="oso:Nazwisko">
</xsl:value-of>
</td>
</tr>
<tr>
<th>67. Data wypełnienia informacji</th>
<td>
<xsl:value-of select="wnio:DataWypelnienia"/>
</td>
</tr>
</table>
</xsl:for-each>
<xsl:call-template name="Podpisy_elektroniczne"/>
</div>
</body>
</html>
</xsl:template>
<xsl:template xmlns="http://www.w3.org/1999/xhtml" name="Podpisy_elektroniczne">
<h2>Podpisy elektroniczne</h2>
<table>
<tr>
<td>
<xsl:choose>
<xsl:when test="string-length(//wnio:Dokument/ds:Signature/ds:SignatureValue) > 0">
<xsl:text>Dokument został podpisany, aby go zweryfikować należy użyć oprogramowania do weryfikacji podpisu</xsl:text>
<xsl:choose>
<xsl:when test="count(//wnio:Dokument/ds:Signature/ds:Object/descendant::*[local-name() = 'SigningTime']) > 1">
<br/>
<xsl:text>Daty złożenia podpisu: </xsl:text>
<xsl:for-each select="//wnio:Dokument/ds:Signature/ds:Object/descendant::*[local-name() = 'SigningTime']">
<xsl:value-of select="."/>
</xsl:for-each>
</xsl:when>
<xsl:when test="count(//wnio:Dokument/ds:Signature/ds:Object/descendant::*[local-name() = 'SigningTime']) = 1">
<br/>
<xsl:text>Data złożenia podpisu: </xsl:text>
<xsl:for-each select="//wnio:Dokument/ds:Signature/ds:Object/descendant::*[local-name() = 'SigningTime']">
<xsl:value-of select="."/>
</xsl:for-each>
</xsl:when>
<xsl:when test="0 >= count(//wnio:Dokument/ds:Signature/ds:Object/descendant::*[local-name() = 'SigningTime'])">
</xsl:when>
</xsl:choose>
</xsl:when>
<xsl:otherwise>
<xsl:text>Dokument nie zawiera podpisu</xsl:text>
</xsl:otherwise>
</xsl:choose>
</td>
</tr>
</table>
</xsl:template>
</xsl:stylesheet>