{% load i18n %} {% load sph_extras %} {% if user.is_authenticated %}
{% trans "You are logged in as:" %}
{{ user|sph_html_user }}
{% trans "Edit Profile" %}
{% trans "Logout" %}
{% trans "You are not logged in." %}
{% trans "Login" %}
{% trans "Register" %}