{% extends "base.html" %} {% block content %}

Manage Notes

Back to Dashboard
{% for note in notes %}
#{{ note.id }} {{ note.created_at.strftime('%Y-%m-%d') }}

by {{ note.user.name }}

{% if note.original_link %} {% endif %}
{% endfor %}
{% endblock %}