%extends "base_layout.html" % set page_title = "Home" {% block content %} % for gamejam in gamejams:

{{ gamejam.theme }}

{{gamejam.datefrom.strftime('%d.%m.%Y')}} - {{gamejam.dateto.strftime('%d.%m.%Y')}}
% if (not gamejam.voteopen and gamejam.hasEnded) or (user and user.admin) Ergebnisse % endif
% endfor {% endblock %}