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

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

Validation Report

<%:Html.ActionLink("Submit", "Start", "Document", new { reportId = Model.ReportId, facilityId = Model.FacilityId }, new { @id = "initSubmitButton", @class = "promoteButton align-right" })%>
<% SelectedFacilityView selectedFac = ViewUtility.GetSelectedFacility(); %> <%Html.RenderPartial("FacilitySide");%>
<% if (!SessionUtility.CurrentUser.IsAgencyUser()) { %>

The report will be displayed on the My Facilities page for users with the Submitter role for the report's facility.

<%} %>