x

{% trans %}Reject the post(s)?{% endtrans %}

{# create new reject reason #}
  • {% trans %}Use other reason{% endtrans %}
{% trans %}Save reason, but do not reject{% endtrans %}
{% trans %}Cancel{% endtrans %}
{# select one of existing reasons #}

{% trans %}Please, choose a reason for the rejection.{% endtrans %}

    {% for reason in post_reject_reasons %}
  • {{reason.title|escape}}
  • {% endfor %}
{% trans %}Select this reason{% endtrans %}
  • {% trans %}Delete this reason{% endtrans %}
{% trans %}Add a new reason{% endtrans %}
{% trans %}Cancel{% endtrans %}
{# preview reject reason #}

{% trans %}You have selected reason for the rejection "". The text below will be sent to the user and the post(s) will be deleted:{% endtrans %}

{% trans %}Use this reason & reject{% endtrans %}
  • {% trans %}Use other reason{% endtrans %}
{% trans %}Edit this reason{% endtrans %}
{% trans %}Cancel{% endtrans %}