Menu della sezione Archivio
Archivio
Espandi menu contestuale
- 5 per mille
- “L’ Agenzia comunica” (comunicati, eventi, prodotti editoriali, ecc.)
- Modelli e istruzioni
- Modelli in altre lingue (tedesco, sloveno, inglese, francese)
- Normativa e prassi - Archivio
- Osservatorio del mercato immobiliare
- Schede adempimento
- Scadenzario
- Sicurezza stradale e regolarità del mercato: soggetti esclusi dai benefici fiscali
- Software di compilazione
- Software di controllo
- Specifiche Tecniche
- Specifiche tecniche - anno 2023
- Specifiche tecniche - anno 2022
- Specifiche tecniche - anno 2021
- Specifiche tecniche - anno 2020
- Specifiche tecniche - anno 2019
- Specifiche tecniche - anno 2018
- Specifiche tecniche - anno 2017
- Specifiche tecniche - anno 2016
- Specifiche tecniche - anno 2015
- Specifiche tecniche - anno 2014
- Specifiche tecniche - anno 2013
- Specifiche tecniche - anno 2012
- Specifiche tecniche - anno 2011
- Specifiche tecniche - anno 2010
- Specifiche tecniche - anno 2009
- Specifiche tecniche - anno 2008
- Specifiche Tecniche - Anno 2002
- Studi di Settore
- Ufficio studi
Specifiche tecniche Unico Irap 2008
Normativa e prassi
Si è verificato un errore nell'elaborarazione del modello.
The following has evaluated to null or missing: ==> allegato [in template "20116#20152#59008" at line 15, column 14] ---- Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #if allegato.getSiblings()?has_content [in template "20116#20152#59008" at line 15, column 9] ----
1<h1 class="underline">${.vars['reserved-article-title'].data}</h1>
2<p>
3 <strong>Oggetto:</strong> ${oggetto.getData()}
4</p>
5<div class="indcart_gn">
6 <p>
7 <#if docFile.tipoDoc?? >
8 <i class="${docFile.tipoDoc.getData()}" aria-hidden="true"></i>
9 </#if>
10 <a href="${docFile.getData()}">Provvedimento</a>
11 </p>
12 <ul>
13
14
15 <#if allegato.getSiblings()?has_content>
16 <#list allegato.getSiblings() as cur_allegato>
17 <li>
18 <a href="${cur_allegato.getData()}">
19 ${cur_allegato.testoLinkAllegato.getData()}
20 </a>
21 </li>
22 </#list>
23 </#if>
24 </ul>
25 ${sotto.getData()}
26</div>