-
-
-

+
+
+
+

+
-
{% endif %}
{% endblock %}
{% block cards %}
diff --git a/ram/portal/templates/rollingstock.html b/ram/portal/templates/rollingstock.html
index 3ab775a..dc7b64c 100644
--- a/ram/portal/templates/rollingstock.html
+++ b/ram/portal/templates/rollingstock.html
@@ -11,28 +11,30 @@
Updated {{ rolling_stock.updated_time | date:"M d, Y H:i" }}
{% endblock %}
{% block carousel %}
-
-
- {% for t in rolling_stock.image.all %}
- {% if forloop.first %}
-
- {% else %}
-
- {% endif %}
-

+
+
+
+ {% for t in rolling_stock.image.all %}
+ {% if forloop.first %}
+
+ {% else %}
+
+ {% endif %}
+

+
+ {% endfor %}
- {% endfor %}
+ {% if rolling_stock.image.count > 1 %}
+
+
+ {% endif %}
- {% if rolling_stock.image.count > 1 %}
-
-
- {% endif %}
{% endblock %}
{% block cards %}