-

Dashboard

+

Dashboard - {{ listtype }} stories

+ {% if filtered_stories %} + {% set stor = filtered_stories %} + {% else %} + {% set stor = stories %} + {% endif %} - {% if not stories %} + {% if not stor %}

No stories to list.

{% endif %} - {% for i in stories %} + {% for i in stor %} {% if loop.index % 3 == 1 %}
{% endif %} t@@ -58,6 +63,20 @@
+
+
+

List by country of disembarkment:

+ + All around the globe + + {% for j in clist %} + + + {{ j[1] }} + + {% endfor %} +
+