{% load i18n %} {% load generic_filters %}
{% spaceless %} {% endspaceless %}
{{ user.display_name }}
{% if user.location %}

{{ user.location|truncatechars:35 }}

{% endif %} {% if user.about_me %}

{{ user.about_me|truncatechars:35 }}

{% endif %}
{% with user as member %} {% include "motion/widgets/following.html" %} {% include "motion/widgets/followers.html" %} {% endwith %}