{% extends 'pybb/base.html' %} {% load pybb_tags %} {% load i18n %} {% block title %} {% trans "All topics created by" %} {{ profile }} {% endblock %} {% block pybb_content %}

{% trans "All topics created by" %} {{ profile|pybb_profile_link }}

{% with _('Topics') as label %} {% include "pybb/pagination.html" %} {% endwith %} {% endblock %}