{% extends "idios/base.html" %} {% load i18n %} {% load uni_form %} {% load account_tags %} {% block head_title %}{% user_display other_user as other_user_display %}{% blocktrans %}Profile for {{ other_user_display }}{% endblocktrans %}{% endblock %} {% block body %} {% user_display other_user as other_user_display %}
{% trans "Name" %}: {{ other_user.get_profile.name }}
{% endif %} {% if other_user.get_profile.about %}{% trans "About" %}: {{ other_user.get_profile.about }}
{% endif %} {% if other_user.get_profile.location%}{% trans "Location" %}: {{ other_user.get_profile.location }}
{% endif %} {% if other_user.get_profile.website %}{% trans "Website" %}: {{ other_user.get_profile.website }}
{% endif %}