{% extends "cciw/standard.html" %} {% load standardpage %} {% load view_extras %} {% block content %}

Click on the photo thumbnail to see the full image and comments.

{% if object_list %}
{% paging_control %}
{% for photo in object_list %} {% endfor %}
Date added {% sorting_control "aca" "dca" "Click to sort by date added, oldest first" "Click to sort by date added, newest first" %} Thumbnail Description/Tags Posts {% sorting_control "apc" "dpc" "Sort by number of posts ascending" "Sort by number of posts descending"%} Last comment {% sorting_control "alp" "dlp" "Click to sort by date of last post, oldest first" "Click to sort by date of last post, newest first" %}
{% if photo.created_at %}{{ photo.created_at|date:"d M Y h:i" }}{% endif %} Photo {{photo.filename}} {{ photo.description }} {% tag_summary_list for photo %} {% add_tag_link for photo %} {{ photo.post_count }} {% if photo.last_post_at %}{{ photo.last_post_at|date:"d M Y h:i" }}
{% endif %} {% if photo.last_post_by_id %}{% memberlink %}{{ photo.last_post_by_id }}{% endmemberlink %}{% endif %}
{% paging_control %}
{% else %}

There are no photos yet in this gallery.

{% endif %} {% endblock %}