{% extends "base.html" %} {% load bbc %} {% block page_name %} Posts by {{ poster.username }} - {% endblock %} {% block breadcrumb %} > Users > {{ poster.username }} > Posts Thanked {% endblock %} {% block content %} {% include "page_list.html" with page=posts %}

Posts That Were Thanked by {{ poster.username }}

{% include "post_list.html" with posts=posts show_thread_context=True show_post_controls=False show_thanks_block=True %}
{% include "page_list.html" with page=posts %} {% endblock %}