{% extends "view_page.html" %} {% load my_tags %} {% block table_data %}
Note # | ID | Note Type | Text | |||
---|---|---|---|---|---|---|
{{ forloop.counter|row_count:page }} | [{{note.gramps_id}}] {% if user.is_authenticated %} | {{note.note_type|escape}} | {{note.text|preview:40}} {% else %} | {% endif %} |