{% 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 %}