{% extends "base-poll.html" %} {% load i18n poll_tags %} {% block title %}Estructura de encuesta{% endblock %} {% block extra_css %} {% endblock %} {% block main_container %}

{{ poll.name|capfirst }}

{% if errors %}
{% endif %}
{% if structure.id %} {% endif %} {% render_structure structure %}
{% csrf_token %}
{% endblock %}