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