<%= name %> <% if(relationships){ %> <%= relationships.counts.likes %> <%= relationships.counts.dislikes %> <% } %>
<% if(user) { %>
<% if(relationships){ %><% } %><%= user %>
{% trans 'contact' %}
<% } %>
{% trans 'permalink' %}
<% if(Nodeshot.accountMenu.model.get('username') !== undefined){ %>
{% trans 'edit' %}
<% } %>
{% trans 'Status' %}: | <%= Nodeshot.statuses[status].slug.toLowerCase() %> |
{% trans 'Layer' %}: | <%= layer_name %> |
{% trans 'Address' %}: | <%= address %> |
{% trans 'Elevation' %}: | <%= elev %> {% trans 'meters' %} |
{% trans 'Added' %}: | <%= _.formatDate(added) %> |
{% trans 'Updated' %}: | <%= _.formatDate(updated) %> |
{% trans 'Rating' %}: | <% _.each(Nodeshot.body.currentView.ratingTo5Stars(), function(style, i){ %> <% }) %> |
{% trans 'Description' %}
<%= description %> <% } %>
Image gallery coming soon
<%= relationships.comments.length %> {% trans 'Comments' %}
<% if(Nodeshot.currentUser.isAuthenticated()){ %> <% } else { %><%= _.nl2br(comment.text) %>