{% extends "base.html" %} {% block title %}{{ poll.question }}{% endblock %} {% block content %}
{{ poll.description }}
{% endif %}by {{ poll.creator.username }} on {{ poll.created_at.strftime('%Y-%m-%d') }} {% if not poll.is_active %}closed{% endif %}