@if (item.type === 'academic event') {
{{ 'name' | thingTranslate: item }} @if (item.description) {

{{ 'description' | thingTranslate: item }}

} @if (item.academicTerms) {

{{ 'name' | thingTranslate: item.academicTerms[0] }}

} @if (!item.categories) { {{ 'type' | thingTranslate: item | titlecase }} } @if (item.categories) { {{ 'categories' | thingTranslate: item | join: ', ' | titlecase }} }
} @if (item.type === 'sport course') { {{ 'name' | thingTranslate: item }} @if (item.description) {

{{ 'description' | thingTranslate: item }}

} @if (item.academicTerms) {

{{ 'name' | thingTranslate: item.academicTerms[0] }}

} {{ 'type' | thingTranslate: item }}
}