{% extends "view_page.html" %} {% load my_tags %} {% block table_data %} {% for source in page.object_list %} {% endif %} {% endfor %}
# ID Title Pub Info Author
{{ forloop.counter|row_count:page }} [{{source.gramps_id}}] {% if user.is_authenticated %} {{source.title|escape|nbsp}} {{source.pubinfo|nbsp}} {{source.author|nbsp}} {% else %}
{% if user.is_superuser %} {% make_button "Add Source" "/source/add" args %} {% endif %} {% endblock %}