<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage" MasterPageFile="~/Views/Shared/SleisLayout.Master" %> <% SelectedFacilityView selectedFac = ViewUtility.GetSelectedFacility(); %>
<% using (Html.BeginForm()) { %> <% Html.ValidationSummary(false, "Please correct the errors and try again"); %> <% Html.RenderPartial("ReportStatus", Model.Report.Status); %>

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

Amendment Request

If you need to make changes to a previously submitted report, please contact us via email by using the form below.

Enter a brief description for the reason of your amendment request, and click the Submit button. The request will be routed to the appropriate agency personnel, who will review the request and grant or deny the amendment. Agency personnel may contact you with questions during this process. You will receive an email notification confirming the amendment request was successfully transmitted to the agency.

<%: Html.ValidationMessage("RequestReason") %>

<%: Html.ActionLink("Cancel", "Report", "Facility", new { Id = Model.Report.Id, facilityId = Model.Report.FacilityId }, new { @id = "cancelButton", @class = "cancelButton" })%>

<%} %>
<% SelectedFacilityView selectedFac = ViewUtility.GetSelectedFacility(); %> <%Html.RenderPartial("FacilitySide");%>