<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage" MasterPageFile="~/Views/Shared/SleisLayout.Master" %>
<% SelectedFacilityView facility = ViewUtility.GetSelectedFacility(); %> <%:Html.ActionLink("Back", "Report", "Facility", new { Id = Model.Report.Id, facilityId = facility.Id }, new { @class = "backButtonNoText argsHolder align-right" })%> <% Html.RenderPartial("ReportStatus", Model.Report.Status); %>

<%:Model.Report.Number %> Emissions Report

Report Attachments

Filter: " class="content-clearer tableFilterClearButton" alt="tableFilter" /> <%= Constants.DataTableCount %>
File Description Actions
<%if ((Model.Report.Status == ReportStatus.InProcess && facility.IsFacilityEditor) || (Model.Report.Status == ReportStatus.UnderReview && facility.IsAgencyEditor)) { %> <%:Html.ActionLink("Add", "Upload", "ReportAttachment", new { Id =0, reportId= Model.Report.Id, facilityId = facility.Id }, new { @class = "addButton align-right" })%> <%} %>