<%! from django.utils.translation import ugettext as _ %>
% if enable_new_post_btn and has_permission_to_create_thread:
${_("New Post")}
% endif
<%include file="_underscore_templates.html" /> <%include file="_thread_list_template.html" />