@{ ViewData["Title"] = "Tarball Report"; Layout = "~/Views/Shared/_Layout.cshtml"; } Tarball Report

Month

Year

No. Date Station Status PDF
{{ index + 1 }} {{ new Date(data.date).toLocaleDateString('en-GB') }} {{ data.station }} View PDF Download PDF
@section Scripts { }