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

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

Submission Agreements

I certify that I have not violated any term in my Electronic Subscriber Agreement and that I am otherwise without any reason to believe that the confidentiality of my user ID and/or password have been compromised now or at any time prior to this submission. I understand that this attestation of fact pertains to the implementation, oversight, and enforcement of a federal environmental program and must be true to the best of my knowledge.

<% for (int i = 0; i < Model.AgreementQuestions.Count; i++) { %>
<% } %>

<%:Model.AdditionalLegalText %>

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