{% extends "base.html" %} {% load i18n %} {% load markup %} {% block content %}

{% trans "New poll" %}

{% if form.category %} {% endif %}
{{form.author_name.errors}}
{{form.author_name}} {{form.author_name.help_text}}
{{form.name.errors}}
{{form.name}} {{form.name.help_text}}
{{form.description.errors}}
{{form.description}} {{form.description.help_text}}
{{form.category.errors}}
{{form.category}} {{form.category.help_text}}
{{form.public.errors}}
{{form.public}} {{form.public.help_text}}
{{form.poll_type.errors}}
{{form.poll_type}} {{form.poll_type.help_text|restructuredtext}}
{% endblock %}