Rev 10712 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10712 | Rev 10919 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | !if $tv_listlocal!=$empty |
4 | !if $tv_listlocal!=$empty |
5 | $table_header |
5 | $table_header |
6 | <caption>$name_listtechvarlocal</caption> |
6 | <caption>$name_listtechvarlocal</caption> |
7 | <thead> |
7 | <thead> |
8 | $table_hdtr |
8 | $table_hdtr |
9 | <th> |
9 | <th>$wims_name_name</th> |
10 | <th>$name_ltvalue</th> |
10 | <th>$name_ltvalue</th> |
11 | <th> </th> |
11 | <th> </th> |
12 | </tr> |
12 | </tr> |
13 | </thead> |
13 | </thead> |
14 | <tbody> |
14 | <tbody> |
Line 31... | Line 31... | ||
31 | !if $listglobal!=$empty |
31 | !if $listglobal!=$empty |
32 | $table_header |
32 | $table_header |
33 | <caption>$name_listtechvarglobal</caption> |
33 | <caption>$name_listtechvarglobal</caption> |
34 | <thead> |
34 | <thead> |
35 | $table_hdtr |
35 | $table_hdtr |
36 | <th> |
36 | <th>$wims_name_name</th> |
37 | <th>$name_value</th> |
37 | <th>$name_value</th> |
38 | </tr> |
38 | </tr> |
39 | </thead> |
39 | </thead> |
40 | <tbody> |
40 | <tbody> |
41 | !for k in $listglobal |
41 | !for k in $listglobal |