{% comment %} vim:ft=htmldjango: This file is included by mainpage and contains all the left menu boxes on the site {% endcomment %} {% load wlblock %} {# Login Block / User informations #} {% if user.is_authenticated %} {% wlblock "Account" %} Your are logged in as
{{ user.username }}
Logout
{% endwlblock %} {% else %} {% wlblock "Login" %}
Username:
Password:
Lost password?

Register now!
{% endwlblock %} {# Hosting by SF.net block #} {% wlblock "Hosted by" %}
SourceForge.net Logo
{% endwlblock %} {% endif %}