Mercurial > hg > MPIWGWeb
comparison zpt/staff/member_index_html.zpt @ 218:0babf6e0a454
omit talks section if calendar is empty.
author | casties |
---|---|
date | Wed, 16 Oct 2013 15:44:16 +0200 |
parents | 2598210ada7a |
children | 5d17c46ebffa |
comparison
equal
deleted
inserted
replaced
217:2598210ada7a | 218:0babf6e0a454 |
---|---|
73 </tal:block> | 73 </tal:block> |
74 | 74 |
75 <!-- Talks --> | 75 <!-- Talks --> |
76 <tal:block tal:define="calendar member/getTalksCal"> | 76 <tal:block tal:define="calendar member/getTalksCal"> |
77 <tal:block tal:condition="calendar"> | 77 <tal:block tal:condition="calendar"> |
78 <tal:block tal:define="talks python:calendar.getNext(6)"> | 78 <tal:block tal:define="talks python:calendar.getNext(6)" tal:condition="talks"> |
79 | 79 |
80 <h2 class="line">Talks and presentations</h2> | 80 <h2 class="line">Talks and presentations</h2> |
81 | 81 |
82 <table class="items shorter"> | 82 <table class="items shorter"> |
83 <tr tal:repeat="talk talks"> | 83 <tr tal:repeat="talk talks"> |