+
{video.title}
+ {video.description && (
+
{video.description}
+ )}
+
+ {video.requiredLevel === 0 ? (
+
+ Libre
+
+ ) : (
+
+ Premium · niveau {video.requiredLevel}
+
+ )}
+ {video.duration && (
+
+ {Math.floor(video.duration / 60)}:{String(video.duration % 60).padStart(2, '0')}
+
+ )}
+
+