+
+
+
{{ object }}
- {% if object.get_prev %}
-
- {% endif %}
+ {% if object.get_prev %}
+
+ {% endif %}
- {% if object.get_next %}
-
- {% endif %}
-
-
-
-
- {% if request.user.is_authenticated %}
-
+ {% if object.get_next %}
+
+ {% endif %}
+
+
+
+
+ {% if request.user.is_authenticated %}
+
-
- {% endif %}
-
-
+
+ {% endif %}
+
+
+
+ {% if object.description %}
+
+
+
+ {{ object.description }}
+
+
+ {% endif %}
+
+ {% if object.photos.all|length > 1 %}
+
+
+ {% endif %}
+
+
+ {% for photo in object.photos.all %}
+
+ {% endfor %}
+
+
+ {% if object.photos.all|length > 1 %}
+
+
+ {% for photo in object.photos.all %}
+
+ {% endfor %}
+
+
+ {% endif %}
+
+
+
-
- {% if object.description %}
-
-
-
- {{ object.description }}
-
-
- {% endif %}
-
-
-
-
-
-
- {% for photo in object.photos.all %}
-
- {% endfor %}
-
-
-
-
-
- {% for photo in object.photos.all %}
-
- {% endfor %}
-
-
-
-{#
#}
-{#
#}
-{#
#}
-{#
#}
-{#
#}
-
-
+
+ {% for worksell in worksell_related %}
+
+
+ {% thumbnail worksell.get_cover "265x265" crop="center" as im %}
+
+
+
+ {% endthumbnail %}
+
+
+ {% endfor %}
+
+ {% include 'partials/footer.html' %}
-
- {% for worksell in worksell_related %}
-
-
-
- {% thumbnail worksell.get_cover "265x265" crop="center" as im %}
-
- {% endthumbnail %}
-
-
- {% endfor %}
-
-
- {% include 'partials/footer.html' %}
-
-