{% extends "hyperkitty/user_profile/base.html" %} {% load i18n %} {% load hk_generic %} {% block user_profile_content %}

{% trans "Last posts" %}

{% if last_posts %} {% for message in last_posts %} {% with mlist=message.mailinglist thread=message.thread votes=message.get_votes %} {% endwith %} {% endfor %} {% include "hyperkitty/paginator.html" with pager=last_posts page_key="lppage" %} {% else %}

{% trans "No posts yet." %}

{% endif %} {% endblock %}