+ {% for file, next_file, prev_file in file_orders %} +
+
+ {{ album.slug }}/{{ file.slug }} +
+ + {% if edit_visibility %} +
{{ file.visibility_field }}
+ + {% endif %} +
+
+
+
{{ file.date|default_if_none:"" }}
+ +
+ {% if file_count > 1 %} + | + + {% endif %} +
+
+
+
+
+ {% endfor %} +