{ /*
*/}
{/* This gallery only displays on medium screens upwards */}
{variations.length > 0 && {t('exercises.variations')}}
{variations.map((variation: Exercise) =>
)}
The content on this page is available under the
CC BY-SA 4 License
.
<>
Authors: {exercise.authors.join(", ")}
Last update: {dateTimeToLocale(exercise.lastUpdateGlobal)}
>
);
};