diff -r 101723fc7ec6 -r bb7819c8d7c2 src/egonomy/templates/egonomy_base.html --- a/src/egonomy/templates/egonomy_base.html Mon Feb 04 15:25:30 2013 +0100 +++ b/src/egonomy/templates/egonomy_base.html Tue Feb 05 11:56:59 2013 +0100 @@ -25,7 +25,11 @@ - {% trans "Login" %} + {% if user.is_authenticated %} + {{ user.username }} : {% trans "Log out" %} + {% else %} + {% trans "Log in" %} + {% endif %}