Try your search with a different keyword or use * as a wildcard.
@model ProductModel
@if (Model.Id > 0)
{
@await Html.PartialAsync("_CreateOrUpdate.Multimedia.Pictures", Model)
@await Html.PartialAsync("_CreateOrUpdate.Multimedia.Videos", Model)
}
else
{
@T("Admin.Catalog.Products.Multimedia.SaveBeforeEdit")
}