Mercurial > libervia-templates
view sat_templates/templates/default/list/tickets.html @ 298:1c330913ff13
bulma (tickets): renamed "tickets" to "lists"
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 28 Jan 2021 18:42:59 +0100 |
parents | sat_templates/templates/default/ticket/tickets.html@e9f0a4215e46 |
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 %}