{% macro comments_input(category, user, perms, reply_to) %} {% set reply_mode = reply_to is not null %} {% from '_layout/input.twig' import input_hidden, input_csrf, input_checkbox %}
{% endmacro %} {% macro comments_entry(comment, indent, category, user, perms) %} {% from '_layout/input.twig' import input_checkbox_raw %} {% if perms.can_delete_any or (comment.comment_deleted is null or comment.comment_replies|length > 0) %}