{# TODO we need some way to parameterize the last N threads #}
{% with reply_link=True replies_elided=post.replies.all|length|add:"-3" %}
{% include "board/post_snippet.html" %}
{% endwith %}
{# get the last 3 replies #}
{% for post in post.replies.all|dictsortreversed:"id"|slice:":3" reversed %}