@model AccountManagement.Application.Contracts.Task.OperationModalViewModel @using System.Security.Claims @using AccountManagement.Application.Contracts.Media @{ //OPeration Rquest Modal string adminVersion = _0_Framework.Application.Version.AdminVersion; //Ticket needs MediaViewModel voice = null; var userId = Convert.ToInt64(User.FindFirstValue("AccountId")); string svgName = "unknow"; string[] fileExtensions = new string[] { ".ai", ".avi", ".bmp", ".crd", ".csv", ".dll", ".doc", ".docx", ".dwg", ".eps", ".exe", ".flv", ".giff", ".html", ".iso", ".java", ".jpg", ".mdb", ".mid", ".mov", ".mp3", ".mp4", ".mpeg", ".pdf", ".png", ".ppt", ".ps", ".psd", ".pub", ".rar", ".raw", ".rss", ".svg", ".tiff", ".txt", ".wav", ".wma", ".xml", ".xsl", ".zip" }; int i = 1; // Tasks if (Model.TaskDetails.AssignViewModels?.Count > 1) { } else { } } @* //Operation Task *@ @if (Convert.ToInt64(User.FindFirstValue("AccountId")) == Model.TaskDetails.SenderId) { } else { } @* tickets *@