{% extends "view_page.html" %} {% load my_tags %} {% block table_data %}
| # | ID | Title | Pub Info | Author | |||
|---|---|---|---|---|---|---|---|
| {{ forloop.counter|row_count:page }} | [{{source.gramps_id}}] {% if user.is_authenticated %} | {{source.title|escape}} | {{source.pubinfo|nbsp}} | {{source.author|nbsp}} {% else %} | {% endif %} |