{% extends "view_page.html" %} {% load my_tags %} {% block table_data %} {% for tag in page.object_list %} {% if user.is_authenticated %} {% endfor %}
Item # Text
{{ forloop.counter|row_count:page }}{{tag.name|escape}} {% else %} [Private] {% endif %}
{% endblock %}