{% if reply.can_edit_metadata and not reply.is_deleted %}
{% endif %}
{% if reply.can_edit_body or reply.can_edit_metadata %}
Edit
{% endif %}
{% if reply.can_edit_body %}
{% endif %}
{% if reply.has_children and not reply.is_deleted %}
View replies
{% endif %}
{% if reply.body and reply.body | trim != "" %}
{% if reply.is_deleted %}