{% set use_captcha = grav.config.plugins.comments.use_captcha %}

Add a Comment

{% if use_captcha %} {% endif %}
{{'PLUGIN_COMMENTS.NAME'|t}} {{'PLUGIN_COMMENTS.EMAIL'|t}} {% if use_captcha %}
{% endif %}
{% if grav.twig.comments|length %}

{{'PLUGIN_COMMENTS.COMMENTS'|t}}

{% for comment in grav.twig.comments|array_reverse %} {% endfor %}
{{comment.text|e}}
{{'PLUGIN_COMMENTS.WRITTEN_ON'|t}} {{comment.date|e}} {{'PLUGIN_COMMENTS.BY'|t}} {{comment.author|e}}
{% endif %}