{% include "repo/partials/thread_reply_fragment.html" %} {% if current_user and not reply.is_deleted %}
Reply {% with form=reply.reply_form %} {% include "repo/partials/thread_reply_form.html" %} {% endwith %}
{% endif %} {% if reply.children | length > 0 %}
{% if reply.default_children_open %}Hide replies{% else %}Show replies{% endif %}
{% for child in reply.children %} {% with reply=child %} {% include "repo/partials/thread_reply_item.html" %} {% endwith %} {% endfor %}
{% endif %}