%rebase('layout', title=note.title or 'Note', back_url=url_for('notes_list'))
%# The text, kept verbatim and set in the reading face. Structured records %# are extracted from this; they never replace it.
{{note.body}}
%if note.tags:
%for t in note.tags.split(','): %t = t.strip() %if t: {{t}} %end %end
%end %if proposal:

Waiting on you

Scalar read this note and proposed {{len(proposal)}} record{{'' if len(proposal) == 1 else 's'}}.

Review them

%end

What came out of it

%if links: %else:

No records were created from this note.

%end

Details

Comments

%for c in comments:
{{(c.author.name or "?")[0].upper()}}{{c.author.name}} · {{c.created_at.strftime('%b %d, %Y %H:%M')}}
{{c.body}}
%if c.author_id == current_user().id:
%end
%end

Activity