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