{% extends "_base.html" %} {% load static %} {% load fullurl %} {% load guard %} {% load i18n %} {% load site_defaults %} {% block custom_header %}

{% trans "Plenum" %}

{% include "initproc/blocks/filter.html" %} {% endblock %} {% block content %}
{% if user.is_authenticated %}
check_boxcheck_box_outline_blank{% trans "Hide Initiatives I have " %}{% trans "expressed my support" %}.
check_boxcheck_box_outline_blank{% trans "Hide Initiatives I have " %} {% trans "voted on" %}.
{% endif %}
{% include "fragments/initiative/list.html" %}
{% endblock %} {% block body-javascript %} {{ block.super }} {% endblock %}