<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage" MasterPageFile="~/Views/Shared/SleisLayout.Master" %>
<% Html.RenderPartial("ReportStatus", Model.Report.Status); %>

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

Submission Review

Please click View electronic document and review the contents of the report being submitted before continuing the submission.

<%:Html.ActionLink("View electronic document", "Make", "Document", new { facilityId = Model.Report.FacilityId, reportId = Model.Report.Id, }, new { @id = "startGenerateButton", @class = "documentButton" })%>
<%:Html.ActionLink("Continue", "Agree", "Document", new { facilityId = Model.Report.FacilityId, reportId = Model.Report.Id, }, new { @id = "startContinueButton", @class = "genButton align-right" })%> <%:Html.ActionLink("Cancel", "Report", "Facility", new { Id = Model.Report.Id, facilityId = Model.Report.FacilityId }, new { @class = "cancelButton argsHolder align-right" })%>
<% SelectedFacilityView selectedFac = ViewUtility.GetSelectedFacility(); %> <%Html.RenderPartial("FacilitySide");%>