{% load gravatar %} {% if not plugin.useFbComment %}
{% csrf_token %} {% if messages %} {% for message in messages %} {{ message }} {% endfor %} {% endif %} {% if request.user.is_anonymous %}
{{ form.email }}
{% endif %}
{{ form.message }}
{{ form.captcha }}
{% else %} {% include 'comment/include/FbComment.html'%} {% endif %}