<tdpy:if="eventlist != False"class="${isinstance(eventlist, list) and 'upcoming-event' or 'upcoming'}"rowspan="${eventlist.rowspan and eventlist.rowspan or None}">
<py:iftest="eventlist != True">
<py:foreach="event in eventlist">
${render_event(event, True)}
</py:for></py:if></td></py:for>
</tr>
</tbody>
</table>
</py:when>
<py:otherwise>
<h2>${_("No events in this time frame. Create here")} <ahref="${href.event('new', now.strftime('%Y-%m-%d'))}">${_(" a new event")}</a> !</h2>