{{ csrfInput() }} {{ craft.comments.protect() }} {% if not currentUser and settings.allowGuest and (settings.guestShowEmailName or settings.guestRequireEmailName) %} {% if activeComment is defined %} {{ errorList(activeComment.getErrors('name')) }} {% endif %} {% if activeComment is defined %} {{ errorList(activeComment.getErrors('email')) }} {% endif %} {% endif %} {% if activeComment is defined %} {{ errorList(activeComment.getErrors('comment')) }} {% endif %} {{ 'Post comment' | t('comments') }}