{% extends 'pybb/base.html' %} {% load custom_date %} {% load pagination_tags %} {% block title %} Posts by {{ this_user }} - {{ block.super }} {% endblock title %} {% block content_header %}
{{ this_user }} has written {{ posts|length }} post{{ posts|length|pluralize }}.
{% autopaginate posts 30 %} {% paginate %}Date | Forum | Topic | Post{{ posts|length|pluralize }} |
---|---|---|---|
{{ post.created|custom_date:user }} | {{ post.topic.forum }} | {{ post.topic }} | "{{ post.body_text|truncatechars:80 }}" |