{% load openid_tags %}
{% if user.is_authenticated %} {% ifopenid %}Logged in with OpenID{% endifopenid %}{{ user }} | Account | {% if user.sponsorship and user.sponsorship.active %} Manage Sponsorship | {% endif %} {% if is_reviewer or is_reviewer_tutorials %} Review | {% endif %} {% if user.is_staff %} Admin | Edit Content | {% endif %} Logout {% else %} Log in or Sign Up {% endif %}