From 35b666224a05fbd249b1c51a0a48fb95b246fe9a Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Fri, 10 Jul 2009 19:15:28 -0400 Subject: adding all files again --- templates/user_info.html | 90 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 templates/user_info.html (limited to 'templates/user_info.html') diff --git a/templates/user_info.html b/templates/user_info.html new file mode 100644 index 00000000..8e6dca84 --- /dev/null +++ b/templates/user_info.html @@ -0,0 +1,90 @@ + +{% load extra_tags %} +{% load extra_filters %} +{% load humanize %} +{% load i18n %} +
+ {{view_user.username}} + +
+ + + + + + + +
+ + + + + + + +
+ {% gravatar view_user 128 %} +
+
{{view_user.reputation|intcomma}}
+

{% trans "reputation" %}

+
+
+ + + + + + {% if view_user.real_name %} + + + + + {% endif %} + + + + + {% if view_user.last_seen %} + + + + + {% endif %} + {% if view_user.website %} + + + + + {% endif %} + {% if view_user.location %} + + + + + {% endif %} + {% if view_user.date_of_birth%} + + + + + + {% endif %} + {% if votes_today_left %} + + + + + {% endif %} +
{% trans "Registered user" %} + {% if request.user|can_view_user_edit:view_user %} + {% trans "update profile" %} + {% endif %} +
{% trans "real name" %}{{view_user.real_name}}
{% trans "member for" %}{{ view_user.date_joined|timesince }}
{% trans "last seen" %}{{ view_user.last_seen|timesince }} {% trans "ago" %}
{% trans "user website" %}{{view_user.website}}
{% trans "location" %}{{view_user.location}}
{% trans "age" %}{% get_age view_user.date_of_birth %} {% trans "age unit" %}
{% trans "todays unused votes" %}{{ votes_today_left }} {% trans "votes left" %}
+
+
+ {% if view_user.about %} + {{view_user.about|safe|linebreaks}} + {% endif %} +
+
+ -- cgit v1.2.3-1-g7c22