{% if not idea.user_vote %}
Vote {% else %}
Voted {% endif %}
{{idea.vote_total}} Votes

{{idea.title}}

Submitted on {{idea.submit_date|date:"m/d P"}} by {{idea.user|default_if_none:"anonymous"}} ({{idea.comments.count}} comments)

{{idea.description|urlize}}