{% load i18n %} {% load staticfiles %} {% autoescape off %}

<%= title %>

<% print(posted_by.first_name + ' ' + posted_by.last_name) %> {% trans 'in' %} <%= _community_name %> {% trans 'on (adverb)' %} <%= moment(date_created).format('LL') %>

<%= description %>

{% trans 'Load more' %}
{% endautoescape %}