@if (isLoading)
{
}
else
{
@if (ForceMode && !string.IsNullOrEmpty(@SelProfile))
{
}
@if (ForceMode && !string.IsNullOrEmpty(@SelGlass))
{
}
@if (ForceMode && !string.IsNullOrEmpty(@SelWood))
{
}
@if (ForceMode && !string.IsNullOrEmpty(@SelColor))
{
}
@if (HasChanged() || ForceMode)
{
}
}