{{ comments|length }} Comments
{% for comment in comments %}
{% if comment.user_url %}{% endif %}
{{comment.user_name}}
{% if comment.user_url %}{% endif %}
{{comment.submit_date|date:"m/d P"}}
{% endfor %}
{% get_comment_form for idea as comment_form %}{{comment.comment|urlize}}