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