Serie C silver
Si è verificato un errore nell'elaborarazione del modello.
Expression Preparatore_Fisico is undefined on line 16, 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>
Calendario e risultati
DATA | ORA | SQUADRA CASA | PUNTEGGIO | SQUADRA TRASFERTA | PALESTRA |
---|---|---|---|---|---|
28 set 2019 | 19:00 | S.G. Fortitudo | - : - | F. Francia Pall. | |
04 ott 2019 | 21:00 | BSL | - : - | S.G. Fortitudo | |
12 ott 2019 | 19:00 | S.G. Fortitudo | - : - | Bellaria Basket | |
19 ott 2019 | 21:00 | Argenta | - : - | S.G. Fortitudo | |
26 ott 2019 | 19:00 | S.G. Fortitudo | - : - | Pall. Castenaso | |
03 nov 2019 | 18:00 | Pall. Fidenza | - : - | S.G. Fortitudo | |
09 nov 2019 | 19:00 | S.G. Fortitudo | - : - | Pall. Novellara | |
17 nov 2019 | 18:00 | Vis Persiceto | - : - | S.G. Fortitudo | |
23 nov 2019 | 19:00 | S.G. Fortitudo | - : - | Basket Castelfranco | |
01 dic 2019 | 18:45 | Granarolo Basket | - : - | S.G. Fortitudo | |
07 dic 2019 | 19:00 | S.G. Fortitudo | - : - | Pall. Correggio | |
14 dic 2019 | 21:00 | Santarcangolese | - : - | S.G. Fortitudo | |
21 dic 2019 | 21:00 | CVD | - : - | S.G. Fortitudo | |
11 gen 2020 | 19:00 | S.G. Fortitudo | - : - | Rebasket | |
18 gen 2020 | 19:00 | Atletico Basket | - : - | S.G. Fortitudo | |
24 gen 2020 | 21:00 | F. Francia Pall. | - : - | S.G. Fortitudo | |
01 feb 2020 | 19:00 | S.G. Fortitudo | - : - | BSL | |
08 feb 2020 | 20:30 | Bellaria Basket | - : - | S.G. Fortitudo | |
15 feb 2020 | 19:00 | S.G. Fortitudo | - : - | Argenta | |
21 feb 2020 | 21:00 | Pall. Castenaso | - : - | S.G. Fortitudo | |
29 feb 2020 | 19:00 | S.G. Fortitudo | - : - | Pall. Fidenza | |
08 mar 2020 | 18:00 | Pall. Novellara | - : - | S.G. Fortitudo | |
14 mar 2020 | 19:00 | S.G. Fortitudo | - : - | Vis Persiceto | |
22 mar 2020 | 18:00 | Basket Castelfranco | - : - | S.G. Fortitudo | |
28 mar 2020 | 19:00 | S.G. Fortitudo | - : - | Granarolo Basket | |
04 apr 2020 | 21:00 | Pall. Correggio | - : - | S.G. Fortitudo | |
18 apr 2020 | 19:00 | S.G. Fortitudo | - : - | Santarcangiolese | |
25 apr 2020 | 19:00 | S.G. Fortitudo | - : - | CVD | |
02 mag 2020 | 20:45 | Rebasket | - : - | S.G. Fortitudo | |
09 mag 2020 | 21:00 | S.G. Fortitudo | - : - | Atletico Basket |