{% if moderation_mode and perms.bookwyrm.moderate_post %}
{# moderation options #}
{% elif no_interact %}
{# nothing here #}
{% elif request.user.is_authenticated %}
{% trans "Reply" as button_text %}
{% include 'snippets/toggle/toggle_button.html' with controls_text="show-comment" controls_uid=status.id text=button_text icon="comment" class="is-small toggle-button" focus="id_content_reply" %}
{% include 'snippets/boost_button.html' with status=status %}
{% include 'snippets/fav_button.html' with status=status %}