%rebase('layout', title='Notes', back_url=url_for('dashboard'))
| Note | Author | Date | Records |
|---|---|---|---|
| {{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. | |||