comparison default/ticket/item.html @ 72:18d00a8afc4d

ticket(item): fixed menus
author Goffi <goffi@goffi.org>
date Mon, 04 Dec 2017 00:48:24 +0100
parents 9834106678da
children da8f1ba9034d
comparison
equal deleted inserted replaced
71:6f1686723472 72:18d00a8afc4d
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_menus = [('tickets_list', url_tickets_list), 9 {% set category_menu = [('tickets_list', 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/comment.html' as comment with context %} 14 {% import 'input/comment.html' as comment with context %}