UNDER 13 REGIONALE: VITTORIA A PIANORO
I 2008 archiviano la pratica Pianoro con il risultato di 52-83. Gara che sin dalle prime battute si incanala a favore delle piccole Aquile, che difendono forte e corrono in attacco per tutti...
Expression Secondo_Dirigente_Accompagnatore is undefined on line 13, column 10 in 20154#20194#21826.
1<img src="${Immagine.getData()}" /><br/><br/>
2<#if Allenatore.getData() != "">
3 <p>${Allenatore.getData()} – Capo Allenatore<br/>
4 <#if Vice_Allenatore.getData() != "">
5 ${Vice_Allenatore.getData()} – Vice Allenatore<br/>
6 </#if>
7 <#if Assistente_Alenatore.getData() != "">
8 ${Assistente_Alenatore.getData()} – Assistente Allenatore<br/>
9 </#if>
10 <#if Dirigente_Accompagnatore.getData() != "">
11 ${Dirigente_Accompagnatore.getData()} – Dirigente Accompagnatore<br/>
12 </#if>
13 <#if Secondo_Dirigente_Accompagnatore.getData() != "">
14 ${Secondo_Dirigente_Accompagnatore.getData()} – Secondo Dirigente Accompagnatore<br/>
15 </#if>
16 <#if Preparatore_Fisico.getData() != "">
17 ${Preparatore_Fisico.getData()} – Preparatore Fisico<br/>
18 </#if>
19 </p>
20</#if>
21<table class="table table-team">
22 <thead>
23 <tr>
24 <th>N°</th>
25 <th>Cognome</th>
26 <th>Nome</th>
27 <th>Anno</th>
28 </tr>
29 </thead>
30 <tbody>
31 <#list Separatore7519.getSiblings() as result>
32 <tr>
33 <#if result.Numero_di_maglia.getData() != "null">
34 <td>${result.Numero_di_maglia.getData()}</td>
35 <#else>
36 <td>0</td>
37 </#if>
38 <td>${result.Cognome.getData()}</td>
39 <td>${result.Nome.getData()}</td>
40 <td>${result.Anno.getData()}</td>
41 </tr>
42 </#list>
43 </tbody>
44</table>
45
46<style scoped>
47.aui .table.table-team td {
48 background-color: #ffffff;
49}
50.aui .table.table-team > thead > tr > td {
51 border-bottom-width: 2px;
52}
53.aui .table.table-team {
54 border: 1px solid #ddd;
55}
56</style>