instant_html.naml

<override_macro name="instant_html" requires="subscription,node_page">
    <n.if.page_node.is_app>
        <then>
            <t><t.username.page_node.owner.name/> created a new subcategory</t>:
            <b><n.page_node.subject/></b><br/><br/>
        </then>
    </n.if.page_node.is_app>

    <n.page_node.html_email_message_with_signature/>
    <br/>
    <br/>
    <hr noshade="noshade" size="1" color="#cccccc" />
     <div style="color:#444; font: 0.9em tahoma,geneva,helvetica,arial,sans-serif;">
        <div style="font-weight:bold"><t>Replies to this email are disabled. To respond visit the forum using the link below</t>:</div>
        <a href="[n.page_node.url/]"><n.page_node.url/></a>
    </div>
    <div style="color:#666; font: 0.9em tahoma,geneva,helvetica,arial,sans-serif;margin-top:.4em;line-height:1.5em">
<!--        <n.start_new_topic_line append="[br/]"/> -->
        <n.unsubscribe_line format="html"/><br/>
        <n.macro_viewer_email_link macro="instant_html"/>
    </div>
</override_macro>