{% extends "sakai/base.html" %}{% load molly_sakai %}{% load molly_utils %}{% load i18n %} {% block content %} {% if poll.mayVote %}
{{ error }}
{% if poll.hasClosed %} {% blocktrans with poll.voteClose|timesince as time_since_closed %}You are unable to vote in this poll as it closed {{ time_since_closed }} ago.{% endblocktrans %} {% else %} {% blocktrans with poll.voteOpen|timeuntil as time_until_open %}This poll has not yet opened. Please try again in {{ time_until_open }}.{% endblocktrans %} {% endif %}
{% blocktrans with poll.minOptions as min_options and poll.maxOptions as max_options %}You must select at least {{ min_options }} and at most {{ max_options }} options.{% endblocktrans %}
{% blocktrans with poll.minOptions as options %}You must select {{ options }} options.{% endblocktrans %}
{% blocktrans with poll.maxOptions as max_options %}You can select up to {{ max_options }} options.{% endblocktrans %}