{% extends "hyperkitty/user_profile/base.html" %} {% load i18n %} {% block user_profile_content %} {% if last_posts %} {% else %}

{% trans "no posts" %}

{% endif %} {% endblock %}