{% extends "motion/base.html" %} {% load i18n %} {% load typepad_filters %} {% block head_title %}{% blocktrans with block.super as super and member.display_name as name %}{{ super }}: {{ name }}’s Profile{% endblocktrans %}{% endblock %} {% block page_id %}user-profile{% endblock %} {% block page_layout %}layout-two-column-right{% endblock %} {% block feed %} {% endblock %} {% block beta_widgets %} {% if user.is_superuser %} {% include "motion/widgets/admin.html" %} {% endif %} {% include "motion/widgets/typepad_frame.html" %} {% include "motion/widgets/elsewhere.html" %} {{ block.super }} {% endblock %} {% block content_body %}
{% include "motion/bits/member_status.html" %}
{% with member|userpicbywidth:100 as userpic %} {{ member.display_name }} {% endwith %}

{{ member.display_name }}

{% include "motion/bits/profile.html" %}

{% trans "Recent Activity" %}

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