@f.Title
+ + @if (!string.IsNullOrWhiteSpace(f.City) || !string.IsNullOrWhiteSpace(f.Country)) + { ++ @($"{f.City}{(string.IsNullOrWhiteSpace(f.Country) ? "" : ", " + f.Country)}") +
+ } + ++ @f.StartDate.ToString("dd.MM.yyyy") — @f.EndDate.ToString("dd.MM.yyyy") +
+ + @if (!string.IsNullOrWhiteSpace(f.Description)) + { +@f.Description
+ } +