{% import "macros.html" as macros %} {% import "user_profile/macros.html" as user_profile_macros %}
{% trans %}karma{% endtrans %}
{% endif %} {% if user_follow_feature_on %} {{ macros.follow_user_toggle(visitor = request.user, subject = view_user) }} {% 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 }} |
{{ up_votes }}
{{ down_votes }}
|
|
{% 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 %} |