%- include('_header'); -%>
<%= lot.lotName %>
<% if (user.userProperties.canUpdate) { %>
<% } %>
<% if (lot.mapSVG) { %>
<% const imageURL = urlPrefix + "/images/maps/" + lot.mapSVG %>
<%- include('../public/images/maps/' + lot.mapSVG); -%>
<% } else { %>
There are no image associated with this <%= configFunctions.getProperty("aliases.lot").toLowerCase() %>.
<% } %>
<%- include('_footerA'); -%>
<%- include('_footerB'); -%>