{% if visitor.logged_in %} {% else %} {{ generate_captcha() }} {% endif %} {% if visitor.group.can("code_in_comments") and site.module_comments.allowed_comment_html is not empty %} {% if site.enable_markdown %} {{ "Markdown is allowed." | translate }} {% endif %} {{ "HTML tags allowed:" | translate }} {{ "<%s>" | format(site.module_comments.allowed_comment_html | join("> <") | fix ) }} {% else %} {{ "HTML is not allowed." | translate }} {% endif %} {% if visitor.logged_in and site.email_correspondence %} {% endif %}
{% if visitor.logged_in %} {% endif %}