@{ Layout = "~/Views/Shared/_AMESLayout.cshtml"; }
@if (ViewBag.Type == "testlog") {
@ViewBag.Log
} else if (ViewBag.Type == "packing") { }
@section Scripts{ }