classic_row.naml

<override_macro name="classic_row" requires="node_list">
    <n.if.has_small_avatar>
        <then.current_node.classic_row_with_small_avatar/>
        <else.current_node.classic_row_with_big_avatar/>
    </n.if.has_small_avatar>
    <n.if.is_last_element>
        <then.current_node.mark_as_visited/>
        <else>
           <div id="topic-footer" class="weak-color" style="padding-bottom:1em">
               <n.page_node.jsm_return_to_topo/>
           </div>
     </else>
    </n.if.is_last_element>
</override_macro>