{% load generic_filters %}
  • {% with member as user %} {% include "motion/assets/bits/userpic.html" %} {% endwith %}

    {{ member.display_name }}

    {% if member.location %}

    {{ member.location|truncatechars:35 }}

    {% endif %} {% if member.about_me %}

    {{ member.about_me|truncatechars:35 }}

    {% endif %}