comparison sat_templates/templates/bulma/event/overview.html @ 298:1c330913ff13

bulma (tickets): renamed "tickets" to "lists"
author Goffi <goffi@goffi.org>
date Thu, 28 Jan 2021 18:42:59 +0100
parents 0e69b5843c2f
children f3c8a6af4ee2
comparison
equal deleted inserted replaced
297:0657982e81af 298:1c330913ff13
1 {# overview of current events 1 {# overview of current events
2 2
3 @variable item(xmlui_item): ticket to display 3 @variable item(xmlui_item): item to display
4 @variable comments(data_object.BlogItems): comments of the ticket 4 @variable comments(data_object.BlogItems): comments of the item
5 @variable comments_service(unicode): service for adding comments 5 @variable comments_service(unicode): service for adding comments
6 @variable comments_node(unicode): node for adding comments 6 @variable comments_node(unicode): node for adding comments
7 #} 7 #}
8 8
9 {% if not embedded %}{% extends 'base/base.html' %}{% endif %} 9 {% if not embedded %}{% extends 'base/base.html' %}{% endif %}