<% /* The min-height style property below keeps the content layout the same after it's submitted. This won't necessarily be the case when the text is translated. */ %>

<%= ob.polyT('listingReport.title') %>


<% if (ob.reported) { %>

<%= ob.polyT('listingReport.postSubmitMsg') %>


<% } else { %>

<% const isReporting = ob.reporting ? 'processing' : ''; %> <%= ob.processingButton({ className: `btn clrP clrBAttGrad clrBrDec1 clrTOnEmph modalContentCornerBtn ${isReporting} js-submit`, btnText: ob.polyT('listingReport.submit') }) %>
<% } %>