{% import "macros.html" as macros %}
{% trans %}edit{% endtrans %} {{ macros.post_flag_buttons(question) }} {% if request.user.is_authenticated and request.user.is_post_moderator(question) %} {% set is_published=(not question.is_private()) %} {% if is_published %} {% trans %}unpublish{% endtrans %} {% else %} {% trans %}publish{% endtrans %} {% 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 %}