{#- Agenten Plattform (c) 2024 Magnus Bender Institute of Humanities-Centered Artificial Intelligence (CHAI) Universitaet Hamburg https://www.chai.uni-hamburg.de/~bender source code released under the terms of GNU Public License Version 3 https://www.gnu.org/licenses/gpl-3.0.txt -#} {% extends "base.html" %} {% set title = "Messages" %} {% macro pagination() %} {% endmacro %} {% block maincontent %}
→ Add a Riddle
{{pagination()}} {% for item in db.iterate(**db_args) %} {% if loop.index == 1 %} {% for field in item.__fields__.keys() %} {% endfor %} {% endif %} {% for field in item.__fields__.keys() %} {% if field == "message" %} {% elif field == "time" %} {% else %} {% endif %} {% endfor %} {% else %} {% endfor %}
{% if field == 'time' %} {% elif field not in ('message', 'count') %} {% endif %} {{ field.title() }}
{{ timestamp2date(item[field]) }}{{ item[field] }}
{{pagination()}} {% endblock %}