Mercurial > libervia-templates
view sat_templates/templates/default/list/tickets.html @ 350:1de6a0ecd529
(bulma) input/field: add `placeholder` attribute
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 30 Nov 2021 17:25:55 +0100 |
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 %}