{% blocktrans with creation_date=post.created %}On {{ creation_date }}{% endblocktrans %}
{{ post.content.rendered|truncatechars_html:160 }}
{% extends 'board_base.html' %} {% load i18n %} {% block sub_title %}{% blocktrans with username=profile.user.username %}{{ username }} profile{% endblocktrans %}{% endblock sub_title %} {% block content %}
Post
{% plural %}Posts
{% endblocktrans %}Topic
{% plural %}Topics
{% endblocktrans %}{% blocktrans with creation_date=post.created %}On {{ creation_date }}{% endblocktrans %}