{% extends 'pybb/base.html' %} {% load pybb_tags %} {% block breadcrumb %} {% pybb_get_profile target_user as target_profile %} {% include "pybb/breadcrumb.html" with object=target_profile extra_crumb=_('Topics') %} {% endblock %} {% block title %} {% pybb_get_profile target_user as target_profile %} {% trans "All topics created by" %} {{ target_profile.get_display_name }} {% endblock %} {% block content %} {% pybb_get_profile target_user as target_profile %}

{% trans "All topics created by" %} {{ target_profile.get_display_name }}

{% include "pybb/pagination.html" %} {% include 'pybb/topic_list.html' with topic_list=object_list %} {% include "pybb/pagination.html" %} {% endblock %}