gallery_table_row.naml

<override_macro name="gallery_table_row" requires="app_namespace">
    <tr>
        <td style="width:23%">
            <n.current_node.gallery_cell/>
        </td>
        <td style="width:23%">
            <n.if.next_node>
                <then.current_node.gallery_cell/>
            </n.if.next_node>
        </td>
        <td style="width:23%">
            <n.if.next_node>
                <then.current_node.gallery_cell/>
            </n.if.next_node>
        </td>
        <td style="width:23%">
            <n.if.next_node>
                <then.current_node.gallery_cell/>
            </n.if.next_node>
        </td>
    </tr>
</override_macro>