mixed_table.naml

<override_macro name="mixed_table" dot_parameter="columns">
    <div style="clear:both"></div>

    <n.global_set_var name="mixed_table_column_count" value="[n.calc_table_column_count.columns/]" />

    <table class="main main-border-color">
        <n.string_list. values="[n.mixed_topics_per_page/]" >
            <n.no_output.next_string/>
            <n.child_topics_section. length="[n.current_string/]">
                <n.columns/>
            </n.child_topics_section.>

            <n.page_node.subapps_list. filter="[n.pinned_filter/]">
                <n.while.has_more_strings n="2">
                    <loop>
                        <n.no_output.next_string/>
                        <n.next_section. length="[n.current_string/]"><n.columns/></n.next_section.>
                    </loop>
                </n.while.has_more_strings>
                <n.if.has_more_strings>
                    <then.no_output.next_string/>
                </n.if.has_more_strings>
                <n.while.next_node>
                    <loop>
                        <n.sub_section. length="[n.current_string/]"><n.columns/></n.sub_section.>
                    </loop>
                </n.while.next_node>
            </n.page_node.subapps_list.>
        </n.string_list.>
    </table>
    <div style="clear:both"></div>
</override_macro>