{{ forloop.counter }}
{% extends "base.html" %} {% load frontendadmin_tags %} {% load comments %} {% block content %} {% comment %} ------------------------------------------------------ Add link for the entrys, queryset name is `object_list` here. You can provide a custom label with the second argument. ------------------------------------------------------ {% endcomment %} {% frontendadmin_add object_list "Add a new weblog entry" %} {% for entry in object_list %}