{% extends "basic_profiles/base.html" %} {% load i18n %} {% load uni_form %} {% block head_title %}{% blocktrans %}Profile for {{ other_user }}{% endblocktrans %}{% endblock %} {% block body %}
{% 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 %}{% trans "number" %} | {{ user.member.number }} |
---|---|
{% trans "name" %} | {{ user.member.name }} |
{% trans "email" %} | {{ user.member.email }} |
{% trans "phone" %} | {{ user.member.phone }} |
{% trans "geopers" %} | {{ user.member.geopers }} |