{% load sph_extras %} {% load i18n %}
{% block stylesheets %} {% endblock %} {% for jsinclude in sph_settings.community_jsincludes %} {% endfor %} {% for styleinclude in sph_settings.community_styleincludes %} {% endfor %}
{% blocktrans with user|sph_html_user as user %}You are logged in as {{ user }}{% endblocktrans %}
{% trans "Edit Profile" %}
{% trans "Logout" %}
{% else %}
{% trans "You are not logged in." %}
{% trans "Login" %}
{% trans "Register" %}
{% endif %}