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

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

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