{% 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 or source.public %} {{source.title|escape|nbsp}} {{source.pubinfo|nbsp}} {{source.author|nbsp}} {% else %}
{% endblock %} {% block admin_functions %} {% if user.is_superuser %}
{% make_button "+Add Citation" "/citation/add" args %}
{% endif %} {% endblock %}