comparison default/ticket/item.html @ 135:24920d436e77

ticket: basic tickets discovery
author Goffi <goffi@goffi.org>
date Mon, 26 Mar 2018 21:30:04 +0200
parents da8f1ba9034d
children b1e22caab8bc
comparison
equal deleted inserted replaced
134:f1d47c2942ae 135:24920d436e77
4 @variable comments(data_object.BlogItems): comments of the ticket 4 @variable comments(data_object.BlogItems): comments of the ticket
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 {% set category_menu = [('tickets_list', url_tickets_list), 9 {% set category_menu = [('tickets', url_tickets_list),
10 ('ticket_new', url_tickets_new)] %} 10 ('ticket_new', url_tickets_new)] %}
11 {% if not embedded %}{% extends 'base/base.html' %}{% endif %} 11 {% if not embedded %}{% extends 'base/base.html' %}{% endif %}
12 {% import 'input/xmlui.html' as xmlui with context %} 12 {% import 'input/xmlui.html' as xmlui with context %}
13 {% import 'blog/macros.html' as blog with context %} 13 {% import 'blog/macros.html' as blog with context %}
14 {% import 'input/textbox.html' as textbox with context %} 14 {% import 'input/textbox.html' as textbox with context %}