Mercurial > libervia-templates
view sat_templates/templates/bulma/chat/editions.html @ 394:3c2bf7c30767
call: add a new button to send a file during a call.
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 06 Apr 2024 13:08:03 +0200 |
parents | e63fb06052ae |
children |
line wrap: on
line source
<ul> {% for edition in editions %} <li class="m-2"> <span class="tag is-info is-light"> {{ edition.timestamp | date_fmt(fmt="auto_day", auto_new_fmt="relative") }} </span> <span class="ml-2">{{ edition.text }}</span> </li> {% endfor %} </ul>