{{ $t("tourdetails.listview") }}
{{ $t(`filters.fields.category.values.${cat}`) }}

{{ tourItem.title }}

{{ (Math.floor(tourItem.duration / 60) < 10 ? "0" + Math.floor(tourItem.duration / 60) : Math.floor(tourItem.duration / 60)) + ":" + (tourItem.duration % 60 < 10 ? "0" + tourItem.duration % 60 : tourItem.duration % 60) }} {{ $t("units.hr") }}
{{ (tourItem.distance / 1000) % 1 > 0 ? (tourItem.distance / 1000).toFixed(1) : (tourItem.distance / 1000) }} {{ $t("units.km") }}
{{ Math.round(tourItem.ascent) }} {{ $t("units.m") }}
{{ Math.round(tourItem.descent) }} {{ $t("units.m") }}

{{ $t(`tourdetails.paragraphs.${para[0]}`) }}

{{ $t("tourdetails.details") }}

{{ $t("tourdata.difficulty") }} {{ $t(`filters.fields.difficulty.values.${tourItem.difficulty}`) }}
{{ $t("tourdata.duration") }} {{ (Math.floor(tourItem.duration / 60) < 10 ? "0" + Math.floor(tourItem.duration / 60) : Math.floor(tourItem.duration / 60)) + ":" + (tourItem.duration % 60 < 10 ? "0" + tourItem.duration % 60 : tourItem.duration % 60) }} {{ $t("units.hr") }}
{{ $t("tourdata.distance") }} {{ (tourItem.distance / 1000) % 1 > 0 ? (tourItem.distance / 1000).toFixed(1) : (tourItem.distance / 1000) }} {{ $t("units.km") }}
{{ $t("tourdata.ascent") }} {{ Math.round(tourItem.ascent) }} {{ $t("units.m") }}
{{ $t("tourdata.descent") }} {{ Math.round(tourItem.descent) }} {{ $t("units.m") }}

{{ $t(`filters.fields.tags.values.${tag}`) }}

{{ $t(`tourdetails.infos.${info[0]}`) }}

{{ $t("tourdetails.map") }}