{% trans %}The previous ban will be replaced by the edited ban and the ban duration will start from the time of the edit.
The ban public message will not be changed.{% endtrans %}
{% for ban in bans %}
{% trans %}Current ban{% endtrans %}
{% trans %}New ban{% endtrans %}
{% include 'mod/ban_form.html' with {'edit_ban': true} %}
{% endfor %}