{% extends "admin/panels/default.html" %} {% block panel_content %} {% for note in note_list %}
{{ note.user.username }}: {{ note.message }}
Save