{% extends "poll/create.html" %} {% load i18n dict_access static%} {% block style %} {% endblock %} {% block title_poll %} {% endblock title_poll %} {% block content_poll %}

{% trans "Limit date:" %} {{poll.limit_date|date:'d/m/y'}}

{% trans "Status:" %} {% if status %} {% trans "Poll answered" %} {% else %} {% trans "Poll don't yet answered" %} {% endif %}

{% endblock content_poll %} {% block button_save %} {% if not status %} {% endif %} {% endblock button_save %}