{% extends 'pybb/base.html' %} {% load pybb_extras %} {% load i18n %} {% block pybb_content %}

{{ profile.username }}

{% for topic in list %}
  • {{ topic.posts.count }} {{ topic.created|date:"d M Y h:i" }} {{ topic.body_text }}
  • {% endfor %} {% with _('Topics') as label %} {% include "pybb/pagination.html" %} {% endwith %}
    {% endblock %}