{{fscript notes := selectedObjects sortedArrayUsingDescriptors:{(NSSortDescriptor sortDescriptorWithKey:'createDate' ascending:true)}. globals setNotesForDisplay:notes. }}

{{localize 'Notes'}}

{{foreach note notesForDisplay do}} {{endforeach do}}
Note Title: {{note.title}} Modify Date: {{note.modifyDate.mcShortDate}} Create Date: {{note.createDate.mcShortDate}}

Content:

{{fscript htmlString := NSAttributedString htmlRepresenation:(note attributedStringRepresentation). htmlString. }}






{{localize 'Generated by %@ on %@', objectContext.user.contact.cachedName, date}}.