<%= i18n.__('lastPoint') %>

<%= model.lastCoord.dms.y %> / <%= model.lastCoord.dms.x %>

<%= humanize.numberFormat(model.lastCoord.dd.y, 6) %> / <%= humanize.numberFormat(model.lastCoord.dd.x, 6) %>

<% if (model.pointCount > 1) { %>

<%= i18n.__('pathDistance') %> <%= model.lengthDisplay %>

<% } %> <% if (model.pointCount > 2) { %>

<%= i18n.__('area') %> <%= model.areaDisplay %>

<% } %>