{% extends "base.html" %}
{% load pipeline %}
{% load widget_tweaks %}
{% load settings_value %}
{% load csp %}
{% load i18n %}
{% block title %}{% trans 'Create poll' %}{% endblock %}
{% block headJS %}
{{ poll_form.media }}
{% endblock %}
{% block content %}
{% trans 'CREATE -A- POLL' %}
{% blocktrans %}Registered users have access to the full width of features available.{% endblocktrans %}
{% trans 'Register' %}| {% trans 'Polls created' %} | {{ poll_count }} |
|---|---|
| {% trans 'Votes cast' %} | {{ votes_count }} |
| {% trans 'Users' %} | {{ user_count }} |