{% extends "base.html" %} {% block title %}Notes - Network Management{% endblock %} {% block head_extra %} {% endblock %} {% block content %}
| Title | Type | Preview | Tags | Updated |
|---|---|---|---|---|
| {{ note.title }} | {{ note.note_type|title }} | {{ note.content|striptags|truncate(100) }} | {{ note.updated_at[:10] }} |
{% if request.args.get('type') %} No notes of type "{{ request.args.get('type') }}" yet. {% else %} Create your first note to get started. {% endif %}
Create Note