{% load i18n %}

<%= 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' %} <% } %>

<% if(address){ %> <% } %> <% if(elev){ %> <% } %> <% if(relationships){ %> <% } %>
{% 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){ %> <% }) %> (<%= relationships.counts.rating_count %>)
<% if(description){ %>

{% trans 'Description' %}

<%= description %> <% } %>
Image gallery coming soon
<% if(relationships){ %>

<%= relationships.comments.length %> {% trans 'Comments' %}

<% if(Nodeshot.currentUser.isAuthenticated()){ %>
<% } else { %> <% } %> <% if(relationships.comments.length > 0){ %> <% _.each(relationships.comments, function(comment, i){ %>

<%= _.nl2br(comment.text) %>

<% }); %> <% } %>
<% } %>