<%- include('_header'); -%>

<%= lot.lotName %>

<% if (user.userProperties.canUpdate) { %>
" href="<%= urlPrefix %>/lots/<%= lot.lotId %>/edit>"> Update <%= configFunctions.getProperty("aliases.lot") %>
<% } %> <% 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'); -%>