{% if form.parent_reply_number %} {% endif %} {% if form.reply_root %} {% endif %} {% if form.sort %} {% endif %} {% set reply_form_prefix = form.parent_reply_number | default('root', true) %} {% include "repo/partials/thread_reply_kind_status_controls.html" %}
{% with textarea_id=("reply-body-" ~ (form.parent_reply_number | default('root', true))), textarea_name="body", textarea_rows=4, textarea_value=form.body, textarea_classes="form-control form-control-sm", textarea_autofocus=true %} {% include "partials/markdown_preview_tabs.html" %} {% endwith %}