{% if is_admin %} {% for comment in comment_list %}
#{{ forloop.counter }}

{{ comment.user.get_full_name }} commented, on {{ comment.action_time|date:"F j, Y" }} at {{ comment.action_time|date:"P" }}:

{{ comment.change_message|escape|urlizetrunc:40|linebreaks }}
{% empty %}

No Comments

{% endfor %} {% endif %}