{% 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%} {% load pybb_extras secure_login %}

Search

{% csrf_token %}

Donation

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

{% if user.is_authenticated %}

Account

Welcome {{ user|user_link }},
you've {% inbox_count %} new messages

{% else %}

Login

Click here to login

Lost password?
Register now!
{% endif %} {% get_open_polls as polls %} {% if polls %}

Polls

{% for p in polls %}

{{p.name}}

{% if not user.is_anonymous %} {% if p.user_has_voted %}

You already voted on this!

{% else %}
{% for c in p.choices.all %} {% endfor %}
{{ c.choice }}
{% csrf_token %}
{% endif %} {% else %}

Log in to vote!

{% endif %}
{% 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 %} {% online_users 10 %}

Most recently posted

{% pybb_last_posts %}