%rebase('layout', title='Notes', back_url=url_for('dashboard'))
%if q: Clear %end
%for n in notes: %end %if not notes: %end
NoteAuthorDateRecords
{{n.title or 'Untitled'}} {{n.author.name if n.author_id else '—'}} {{n.occurred_on.strftime('%b %-d, %Y') if n.occurred_on else n.created_at.strftime('%b %-d, %Y')}} %count = len(n.links) %if n.proposal_json: Awaiting review %elif count: {{count}} %else: %end
No notes yet. Paste one into Capture on the dashboard.