{% comment %} vim:ft=htmldjango: This file is included by mainpage and contains all the left menu boxes on the site {% endcomment %} {% load inbox %} {% load i18n %} {% load wlprofile wlpoll wlevents %}

Search

Donation

Help us to pay our Server!
(: Consider a donation :)

{% if user.is_authenticated %}

Account

You are logged in as
{{ user|user_link }}

{% inbox_count %} {% trans "new messages" %}

Logout

{% else %}

Login

Username:
Password:
Lost password?

Register now!
{% endif %} {% get_open_polls as polls %} {% if polls.count %}

Polls

{% for p in polls %}

{{p.name}}

{% for c in p.choices.all %} {% endfor %}
{{ c.choice }}
{% endfor %}
Archive
{%endif %} {% get_future_events as events %} {% if events.count %}

Important Dates

{% for e in events %}
{{e.name}}
{{e.start_date|date:"d M"}} {% ifnotequal e.start_date e.end_date %} - {{e.end_date|date:"d M"}} {% endifnotequal %}
{% endfor %}
{% endif %} {%load online_users %}

Currently online

{% online_users 10 %}