{#- 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 %}
{% if field == 'time' %}
{% elif field not in ('message', 'count') %} {% endif %} {{ field.title() }} |
{% endfor %}
|||
---|---|---|---|
{% elif field == "id" %} | {{ item.message.id }} | {% elif field == "time" %}{{ timestamp2date(item[field]) }} | {% else %}{{ item[field] }} | {% endif %} {% endfor %}