Click on the image to enlarge.
{% set i = 0 %}
{% for image in images %}
	{% set i = i + 1 %}
	
|  | {{ image.comment }}{% if canEdit %} | {% endif %} Edit  Delete  {% if image.hide != 1 %}Hide{% else %}Show{% endif %}
				
				{% if i != 1 %}  Move up
				
				{% endif %}
				{% if i != last %}  Move down
				
				{% endif %} |