{% from "partials/css_helpers.html" import reply_kind_accent, reply_kind_badge, reply_status_badge, link_badge %}
{% if reply.reply_href %} {{ reply.id_label }} {% else %} {{ reply.id_label }} {% endif %} {% if reply.author_href %} {% with user_link_href = reply.author_href, user_link_username = reply.created_by, user_link_label = reply.created_by, user_link_class = "fw-semibold text-decoration-none" %} {% include "partials/hover_card_user_link.html" %} {% endwith %} {% else %} {{ reply.created_by }} {% endif %} {% if reply.reply_href %} {{ reply.created_at | humantime }} {% else %} {{ reply.created_at | humantime }} {% endif %} {% if reply.versions | length > 1 %} {% elif reply.version > 1 %} v{{ reply.version }} {% endif %}
{{ reply.kind }} {{ reply.status }} {% if reply.has_children %} {{ reply.child_count }} repl{% if reply.child_count == 1 %}y{% else %}ies{% endif %} {% endif %}
{% if reply.can_edit_metadata and not reply.is_deleted %}
{% if reply.status_toggle_form.reply_root %} {% endif %} {% if reply.status_toggle_form.sort %} {% endif %}
{% if reply.status_toggle_form.reply_root %} {% endif %} {% if reply.status_toggle_form.sort %} {% endif %}
{% endif %} {% if reply.can_edit_body or reply.can_edit_metadata %} Edit {% endif %} {% if reply.can_edit_body %}
{% if reply.delete_form.reply_root %} {% endif %} {% if reply.delete_form.sort %} {% endif %}
{% endif %} {% if reply.has_children and not reply.is_deleted %} View replies {% endif %}
{% if reply.body and reply.body | trim != "" %} {% if reply.is_deleted %}

{{ reply.body }}

{% else %}
{{ reply.body | markdown | linkify(is_private=linkify_is_private, current_team_slug=linkify_current_team_slug) }}
{% endif %} {% endif %} {% if not reply.is_deleted and reply.links | length > 0 %}
{% for link in reply.links %}
{% if link.href %} {{ link.label }} {% else %} {{ link.label }} {% endif %} {% if link.meta %} {{ link.meta }} {% endif %}
{% endfor %}
{% endif %}