view sat_templates/templates/bulma/chat/editions.html @ 396:9847e6dbeefa default tip

bulma (call): add group call related templates. rel: 430
author Goffi <goffi@goffi.org>
date Wed, 15 May 2024 17:39:47 +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>