|
@@ -20,7 +20,7 @@
|
|
|
% for child in node['children']:
|
|
% for child in node['children']:
|
|
|
% if child['condition'] != 'default':
|
|
% if child['condition'] != 'default':
|
|
|
<case to="${ node_mapping[child['to']].name }">
|
|
<case to="${ node_mapping[child['to']].name }">
|
|
|
- ${ child['condition'] }
|
|
|
|
|
|
|
+ ${ child['condition'] | n }
|
|
|
</case>
|
|
</case>
|
|
|
% endif
|
|
% endif
|
|
|
% endfor
|
|
% endfor
|