<% if (message) { %>

<%= message %> <% if (show_link) { %> <% if (is_expanded) { %> <%- gettext('Less') %> <% } else { %> <%- gettext('More') %> <% } %> <% } %>

<% } %> <% if (text) { %>
  1. <%- gettext("You commented...") %>

    <%= text %>

<% } %>