<%! from django.utils.translation import ugettext as _ %> <%namespace name="renderer" file="_content_renderer.html"/> <%! from django_comment_client.mustache_helpers import url_for_user %>
%if thread['group_id']:
${_("This post visible only to group {group}.").format(group=cohort_dictionary[thread['group_id']])}
%endif + ${thread['votes']['up_count']}votes (click to vote)

${thread['title']}

sometime by ${thread['username']}

${thread['body']}
    % for reply in thread.get("children", []):
  1. ${reply['body']}
      % for comment in reply.get("children", []):
    1. ${comment['body']}
    2. % endfor
  2. % endfor
<%include file="_js_data.html" />