+
+ {items.length > 1 && (
+
+ {storyIndex + 1} / {items.length}
+
+ )}
+
+ {currentStory && (
+
+ {currentStory.title && (
+
+ {currentStory.title}
+
+ )}
+ {currentStory.description && (
+
+ {currentStory.description}
+
+ )}
+ {currentStory.url && (
+
+
+ {i18n('label_more')}
+
+
+ )}
+ {Boolean(currentStory.firstAction || currentStory.secondAction) && (
+
+ {currentStory.firstAction && (
+
+ )}
+ {currentStory.secondAction && (
+
+ )}
+
+ )}
+
+ )}
+
+
+
+ {currentStory?.media && (
+
+ )}
+
+
+ {indexType !== IndexType.Start && indexType !== IndexType.Single && (
+
+ )}
+ {indexType !== IndexType.End && indexType !== IndexType.Single && (
+
+ )}
+