calc_app_topic_filter

NAML documentation   Watch a video
Error Found
An error was found in the NAML code of this application – View Details | Go to NAML Editor
tag 'mailing_list_etiquette' is not an allowed here, only these are allowed: [bottom, page_name, focus]
  in new_post(custom_tweak:reply:2) - <n.new_post>
  in (custom_tweak:reply:1) - <override_macro name="reply" requires="servlet">
   Usages of this macro
... in app.naml
298
299
300
301
302
303
<macro name="calc_app_topic_filter" requires="node_page,servlet">
    <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.not
Binary
Namespace: BasicNamespace
Parameters: condition
.is_null
Binary
Namespace: BasicNamespace
Parameters: value
.app_date
Macro
Requires: servlet
>
        <then.page_node
Binary
Namespace: NodePageNamespace
Parameters: do
.date_filter
Binary
Namespace: NodeNamespace
Parameters: date
 date="[n.app_date
Macro
Requires: servlet
/]" />
        <else.null
Binary
Namespace: BasicNamespace
 />
    </n.if.not.is_null.app_date>
</macro>