|
9 | 9 | <td style="width: 90%; padding-left:10px;"> |
10 | 10 | <b>{{ announcement.name[page.lang] }}</b><br /> |
11 | 11 | {{ announcement.event[page.lang] | markdownify }}<br /> |
12 | | - {% if announcement.registration %} - <u><a href='{{ event.registration }}' target='_blank'>Registration</a></u>{% endif %} |
13 | | - {% if announcement.program %} - <u><a href='{{ event.program }}' target='_blank'>Program</a></u>{% endif %} |
14 | | - {% if announcement.report %} - <u><a href='{{ event.report }}' target='_blank'>Report</a></u>{% endif %} |
15 | | - {% if announcement.further_info %} - <u><a href='{{ event.further_info }}' target='_blank'>Further information</a></u>{% endif %} |
| 12 | + {% if announcement.registration %} - <u><a href='{{ announcement.registration }}' target='_blank'>Registration</a></u>{% endif %} |
| 13 | + {% if announcement.program %} - <u><a href='{{ announcement.program }}' target='_blank'>Program</a></u>{% endif %} |
| 14 | + {% if announcement.report %} - <u><a href='{{ announcement.report }}' target='_blank'>Report</a></u>{% endif %} |
| 15 | + {% if announcement.further_info %} - <u><a href='{{ announcement.further_info }}' target='_blank'>Further information</a></u>{% endif %} |
16 | 16 | </td> |
17 | 17 | </tr> |
18 | 18 | </table> |
|
43 | 43 | <td style="width: 90%; padding-left:10px;"> |
44 | 44 | <b>{{ announcement.name[page.lang] }}</b><br /> |
45 | 45 | {{ announcement.event[page.lang] | markdownify }}<br /> |
46 | | - {% if announcement.registration %} - <u><a href='{{ event.registration }}' target='_blank'>Registration</a></u>{% endif %} |
47 | | - {% if announcement.program %} - <u><a href='{{ event.program }}' target='_blank'>Program</a></u>{% endif %} |
48 | | - {% if announcement.report %} - <u><a href='{{ event.report }}' target='_blank'>Report</a></u>{% endif %} |
49 | | - {% if announcement.further_info %} - <u><a href='{{ event.further_info }}' target='_blank'>Further information</a></u>{% endif %} |
| 46 | + {% if announcement.registration %} - <u><a href='{{ announcement.registration }}' target='_blank'>Registration</a></u>{% endif %} |
| 47 | + {% if announcement.program %} - <u><a href='{{ announcement.program }}' target='_blank'>Program</a></u>{% endif %} |
| 48 | + {% if announcement.report %} - <u><a href='{{ announcement.report }}' target='_blank'>Report</a></u>{% endif %} |
| 49 | + {% if announcement.further_info %} - <u><a href='{{ announcement.further_info }}' target='_blank'>Further information</a></u>{% endif %} |
50 | 50 | </td> |
51 | 51 | </tr> |
52 | 52 | </table> |
|
0 commit comments