{% extends "journal/base.html" %} {% block path %}artifacts » images{% endblock %} {% block title %}Uploaded Images{% endblock %} {% block content %}
{% if object_list %} {% for item in object_list %} {% cycle , , ,  %} {% endfor %}
{{ item.title }}
{% else %}

There are no images! If you just uploaded a batch of photos, try hitting your browser's reload button to see if they show up.

{% endif %} {% if is_paginated %} {% if has_previous %} « previous | {% endif %} {% if has_next %} next » {% endif %} {% endif %} {% endblock %}