{% import "macros.html" as macros %}
{% trans %}edit{% endtrans %} {{ macros.post_flag_buttons(question) }} {% if settings.GROUPS_ENABLED %} {% set is_published=(not question.is_private()) %} {% if is_published %} {% trans %}unpublish{% endtrans %} {% else %} {% trans %}publish{% endtrans %} {% endif %} {% if request.user.is_anonymous or not request.user.can_publish_group_private_post(question) %} {% endif %} {% endif %} {% if thread.closed %} {% trans %}reopen{% endtrans %} {% else %} {% trans %}close{% endtrans %} {% endif %} {% trans %}merge{% endtrans %} {% if question.deleted %}{% trans %}undelete{% endtrans %}{% else %}{% trans %}delete{% endtrans %}{% endif %}