{% 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 or source.public %} | {{source.title|escape|nbsp}} | {{source.pubinfo|nbsp}} | {{source.author|nbsp}} {% else %} | {% endif %} |