Comment
{% form article }
Leave A Comment
{ if form.posted_successfully? }
{ if blog.moderated? %}
Successfully posted your comment.
It will have to be approved by the blog owner first before showing up.
{% else }
Successfully posted your comment.
{ endif }
{ endif %}
{% if form.errors }
Not all the fields have been filled out correctly!
{ endif %}
{% if blog.moderated? } comments have to be approved before showing up
{ endif %}
{% endform %}