+ {#if contents.length > 0}
+
+
+
+
+
+
+
+
+
+ {$i18n.t('Version {{selectedVersion}} of {{totalVersions}}', {
+ selectedVersion: selectedContentIdx + 1,
+ totalVersions: contents.length
+ })}
+
+
+
+
+
+
+
+
+
+ {#if contents[selectedContentIdx].type === 'iframe'}
+
+
+
+ {/if}
+
+
+
+
+
+ {/if}
+
{#if overlay}
{/if}
-
-
-
-
-
-
-
-
{#if contents.length > 0}
@@ -241,82 +323,4 @@
-
-
-
-
-
- {$i18n.t('Version {{selectedVersion}} of {{totalVersions}}', {
- selectedVersion: selectedContentIdx + 1,
- totalVersions: contents.length
- })}
-
-
-
-
-
-
-
-
-
- {#if contents[selectedContentIdx].type === 'iframe'}
-
-
-
- {/if}
-
-