{% load sph_extras %} {% load i18n %} {% block stylesheets %} {% endblock %} {% for jsinclude in sph_settings.community_jsincludes %} {% endfor %} {% for styleinclude in sph_settings.community_styleincludes %} {% endfor %} {% block title %}{% spaceless %} {% if group %} {% if group.longname %} {{ group.longname }} {% else %} {{ group.name }} {% endif %} {% else %} SCT {% endif %} | {% block subtitle %} {% if sph.subtitle %} {{ sph.subtitle }} {% else %} {{ group.name }} {% endif %} {% endblock %} {% endspaceless %}{% endblock %} {% block head %}{% endblock %} {% include "_head.html" %} {% block body %}
{% block top %}

{% if group and group.longname %}{{ group.longname }}{% else %}SCT{% endif %}

Community

{% endblock %}
{# Feel free to modify the copyright for your website. - Although i would appreciate the notice at the bottom about 'Powered by Sphene Community Tools' with a link to sct.sphene.net. (in _footer.html) #}
Copyright © 2007-2008 by Herbert Poul
{% if navigation_sub %} {% endif %}
{% if user.is_authenticated %}

{% 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 %}

{% if sph_settings.community_show_languageswitcher %}

{% trans "Change Language" %}:

{% endif %}
{% if sph_perms.community_manage_roles %} {% endif %} {% if sph.toc %}
{{ sph.toc }}
{% endif %}

{% include "_below_navigation.html" %}
{% block precontent %} {% endblock %}
{% if messages %} {% endif %} {% block content %} {% endblock %}
{% endblock %} {% block footer %} {% endblock %} {% block includefooter %}

{% include "_footer.html" %} {% endblock %}