+ {% for file, next_file, prev_file in file_orders %} +
+
+ {% if file.type == "I" %} + {{ album.slug }}/{{ file.slug }} + {% elif file.type == "A" %} + + {% elif file.type == "V" %} + + {% else %} + + {% endif %} +
+ + {% if edit_visibility %} +
{{ file.visibility_field }}
+ + {% endif %} +
+
+
+ +
+ {% if file_count > 1 %} +

+ | + +

+ {% endif %} +
+ +
+
+
+
+ {% endfor %} +