@using CarCareTracker.Helper @inject IConfigHelper config @inject ITranslationHelper translator @{ var userConfig = config.GetUserConfig(User); var userLanguage = userConfig.UserLanguage; } @model ReportViewModel
@await Html.PartialAsync("_CostMakeUpReport", Model.CostMakeUpForVehicle)
@await Html.PartialAsync("_GasCostByMonthReport", Model.CostForVehicleByMonth)
@await Html.PartialAsync("_ReminderMakeUpReport", Model.ReminderMakeUpForVehicle)

@await Html.PartialAsync("_Collaborators", Model.Collaborators)
@await Html.PartialAsync("_MPGByMonthReport", Model.FuelMileageForVehicleByMonth)
@if (Model.CustomWidgetsConfigured) {
}
@if (Model.CustomWidgetsConfigured) { }