{% extends "layouts" ~ DIR ~ "default.twig" %} {% block title %}{{ "Comment Settings" | translate("comments") }}{% endblock %} {% block content %}
{{ "Site Notifications" | translate("comments") }} {#- -#} {{ "Notify the site contact by email when a comment is added." | translate("comments") }}
{{ "Author Notifications" | translate("comments") }} {#- -#} {{ "Notify the post author by email when a comment is added." | translate("comments") }}
{{ "Default Comment Status" | translate("comments") }} {#- -#} {% set default_comment_status = site.module_comments.default_comment_status %} {% for key, val in comments_status %} {{ val }} {% endfor %}
{{ "Allowed HTML Tags" | translate("comments") }} {#- -#} {{ "Format: strong, blockquote, em" | translate("comments") }}
strong, blockquote, em
{{ "Comments Per Page" | translate("comments") }} {#- -#} {{ "Themes decide whether or not to paginate comments." | translate("comments") }}
{{ "Reload Comments" | translate("comments") }} {#- -#} {{ "Show newly added comments (up to the maximum number per page)." | translate("comments") }}
{{ "Reload Interval" | translate("comments") }} {#- -#} {{ "(seconds)" | translate("comments") }}
{{ "Update" | translate }}