new_user_email_text

NAML documentation   Watch a video
   Usages of this macro
... in email_registration_notification.naml
22
23
24
25
26
27
28
29
30
31
32
33
34
<macro name="new_user_email_text" requires="user" unindent="true">
    <t>New registered user in <t.location.root_node
Binary
Namespace: NabbleNamespace
Parameters: do
.subject
Macro
Requires: node
/>!</t>
 
    <t>Name</t> = <n.name
Binary
Namespace: UserNamespace
Parameters: truncate
/>
    <t>Email</t> = <n.user_email
Binary
Namespace: UserNamespace
/>
 
    <t>User profile</t>
    <n.url
Macro
Requires: user
Parameters: filter, index_record
/>
 
    _____________________________________
    <n.root_node
Binary
Namespace: NabbleNamespace
Parameters: do
.subject
Macro
Requires: node
/>
    <n.base_url
Binary
Namespace: NabbleNamespace
/>
</macro>