Mercurial > libervia-templates
view sat_templates/templates/default/list/tickets.html @ 407:f45c311710b1 default tip
chat (message): Add origin of the message:
A tag is used to show origin of the message below header. A "bot" tag is also added is the
sender identifies itself as a bot.
rel 459
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 08 Jun 2025 17:31:38 +0200 |
parents | 1c330913ff13 |
children |
line wrap: on
line source
{% extends 'base/base.html' %} {% import 'input/xmlui.html' as xmlui with context %} {% block body %} <div id="tickets"> {% for ticket in tickets %} <div class="ticket_full"> {{ xmlui.generate(ticket) }} </div> {% endfor %} </div> {% endblock body %}