{% 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_extras wlpoll_extras wlevents_extras %} {% load pybb_extras %} {#{% load online_users %}#}

Donation

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



Social Media

{% 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 %}
{% csrf_token %}
{% endif %} {% else %}

Log in to vote!

{% endif %} {% endfor %}
{% endif %} {% get_future_events as events %} {% if events.count %}

Important Dates

{% endif %} {% comment %} {% online_users 10 %} {% endcomment %} {% pybb_last_posts %}