{% extends "stockphoto/base.html" %} {% load markup %} {% block title %}Photogalleries{% endblock %} {% block content %}

AWWCA Photogalleries

{% if object_list %}
{% for item in object_list %} {% endfor %}
{% else %}

No galleries have been set up yet.

{% endif %}
{% if is_paginated %} {% if has_previous %} « previous | {% endif %} {% if has_next %} next » {% endif %} {% endif %} {% if not user.is_anonymous %}

Create a new gallery.

{% endif %} {% endblock %}