{% import "macros.html" as macros %}
{% trans %}karma{% endtrans %}
{% endif %} {% if user_follow_feature_on and request.user != view_user %} {# User follow button #} {% if request.user.is_authenticated() %} {% set is_following = request.user.is_following(view_user) %} {% else %} {% set is_following = False %} {% endif %} {% set alias=view_user.username|escape %} {% endif %}{% trans %}update profile{% endtrans %} {% if settings.USE_ASKBOT_LOGIN_SYSTEM and request.user == view_user and settings.ALLOW_ADD_REMOVE_LOGIN_METHODS %} | {% trans %}manage login methods{% endtrans %} {% endif %} | |
{{ view_user.get_status_display() }} |
|
---|---|
{% trans %}real name{% endtrans %} | {{view_user.real_name|escape}} |
{% trans %}email{% endtrans %} | {{view_user.email}} |
{% trans %}groups{% endtrans %} |
|
{% trans %}member since{% endtrans %} | {{ macros.timeago(view_user.date_joined) }} |
{% trans %}last seen{% endtrans %} | {{ macros.timeago(view_user.last_seen) }} |
{% trans %}website{% endtrans %} | {{ macros.user_website_link(view_user, max_display_length = 30) }} |
{% trans %}location{% endtrans %} | {{ macros.user_full_location(view_user) }} |
{% trans %}age{% endtrans %} | {% trans age=view_user.date_of_birth|get_age%}{{ age }} years old{% endtrans %} |
{% trans %}todays unused votes{% endtrans %} | {{ votes_today_left }} {% trans %}votes left{% endtrans %} |