diff --git a/agaric/templates/field/field--comment.html.twig b/agaric/templates/field/field--comment.html.twig index 72a1b76..6666c9c 100644 --- a/agaric/templates/field/field--comment.html.twig +++ b/agaric/templates/field/field--comment.html.twig @@ -26,7 +26,7 @@ * @see comment_preprocess_field() */ #} -{% if comments %} +{% if comments or comment_form %}
{% if not label_hidden %} @@ -40,13 +40,19 @@ {% endif %} {% if comment_form %} {% endif %} + {% if comments %}
{{ comments }}
+ {% endif %} {% if comment_form %}