<div id="menu-user"> {% if user.is_authenticated %} {% if user.get_full_name %} <strong>{{ user.get_full_name }} <{{ user.username }}></strong> {% else %} <strong>{{ user.username }}</strong> {% endif %} | <a href="{% url scipycon_account params.scope %}">My profile</a> | {% if user.is_superuser %} <a href="/admin/">Administer</a> | {% endif %} <a href="{% url scipycon_logout params.scope %}">Logout</a> {% else %} <a href="{% url scipycon_login params.scope %}">Login</a> {% endif %} </div>