{% extends "motion/member.html" %} {% load i18n %} {% block page_id %}featured-member{% endblock %} {% block beta_widgets %} {% include "motion/widgets/members.html" %} {% if user.is_superuser %} {% include "motion/widgets/admin.html" %} {% endif %} {% include "motion/widgets/elsewhere.html" %} {% endblock %} {% block content_body %} {% if is_self and user.is_featured_member %} {% endif %}

{% blocktrans with member.display_name as name %}{{ name }}’s Recent Activity{% endblocktrans %}

{% with page_obj.object_list as events %} {% include "motion/bits/event_list.html" %} {% endwith %}
{% endblock %}