{% 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 %}
{% blocktrans count counter=profile.posts_count %}Post{% plural %}Posts{% endblocktrans %}
{% blocktrans count counter=profile.posts_count %}Topic{% plural %}Topics{% endblocktrans %}
{% blocktrans with creation_date=post.created %}On {{ creation_date }}{% endblocktrans %}