#extends prewikka.templates.ClassicLayout
#def layout_start_hook
#end def
#block main_content
#set global $section_cnt = 0
#set global $row_classes = ("table_row_even", "table_row_odd")
#set global $entry_value_classes = ("section_alert_entry_value_normal", "section_alert_entry_value_emphasis")
#def display_table($section, $depth)
#set $table_cnt = 0
#for table in $section.tables
#if $depth == 0 and $table_cnt > 0 and $table.style.find("inline") == -1
#end if
#if $table.odd_even
| $col.name | #set $row_class="table_row_even" #elif $col.tables$display_table($col, $depth + 1) | #set $row_class="" #else$col.name | #end if #end for
|---|