{% extends "modal.html" %} {% load i18n %} {% load vbm_base_helpers %} {% block title %}{% trans 'Ban submission report' %}{% endblock %} {% block body %}
{{ expression }}{% if submissions > 0 %}
{{ submissions }} {% blocktrans %}caches have properly processed your ban.{% endblocktrans %}
{% endif %} {% if errors %}{{ errors|length }} {% trans 'caches have been unable to process your ban:' %}
{{ error.node.human_name }}
{{ error.message }}