{% load i18n %}
{% if user.is_authenticated %} {% if thread.acl.can_start_poll %} {% endif %}
{% if thread.acl.can_reply %}
{% endif %} {% if thread.acl.can_start_poll %} {% endif %}
{% endif %}