{{ note.title }}
{{ note.content|linebreaksbr|markdownify }}
- Link: View
Date: {{ note.created_at|date:"Y-m-d H:i" }}
- {% empty %} -No notes
- {% endfor %} +X-Git-Url: https://git.p6c8.net/pcdenotes.git/blobdiff_plain/f253eb82624c454150771efb46b6d34595eb6183..ae03458e871011aea691e3d67b577f60362f481d:/notes/templates/note_list.html diff --git a/notes/templates/note_list.html b/notes/templates/note_list.html index 9f1554c..ffc256a 100644 --- a/notes/templates/note_list.html +++ b/notes/templates/note_list.html @@ -4,16 +4,23 @@ {% block title %}Notes{% endblock %} {% block content %} -
ID: {{ note.id }}
+ {% for note in notes_page %} +Link: View
Date: {{ note.created_at|date:"Y-m-d H:i" }}
- {% empty %} -No notes
- {% endfor %} +No notes
+ {% endfor %} -Number of notes: {{ notes_count }}
+