From b739a8e84624b582cc5a39e77d8f85a5c0e173c5 Mon Sep 17 00:00:00 2001
From: Zankaria
- {% trans %}Your ban was filed on{% endtrans %}
- {{ ban.created|date(config.ban_date) }}
+ {% trans %}Your ban was filed on{% endtrans %}
+ {{ ban.created|date(config.ban_date) }}
{% if config.show_modname %}
{% if ban.username %}
{% trans %}by{% endtrans %} {{ ban.username }}
@@ -38,11 +38,11 @@
{% trans %}by{% endtrans %} 'system'
{% endif %}
{% endif %}
- {% trans %}and{% endtrans %}
+ {% trans %}and{% endtrans %}
{% if ban.expires and time() >= ban.expires %}
{% trans %} has since expired. Refresh the page to continue.{% endtrans %}
{% elseif ban.expires %}
- {% trans %}expires{% endtrans %} {{ ban.expires|until }} {% trans %}from now, which is on{% endtrans %}
+ {% trans %}expires{% endtrans %} {{ ban.expires|until }} {% trans %}from now, which is on{% endtrans %}
{{ ban.expires|date(config.ban_date) }}
@@ -74,7 +74,7 @@
}
}
var countdown = document.getElementById("countdown");
-
+
updateExpiresTime();
var int = setInterval(updateExpiresTime, 1000);
@@ -88,26 +88,26 @@
{% if config.ban_page_extra %}
{{ config.ban_page_extra }} {% trans %}You were banned for the following post on{% endtrans %} {{ board.url }}:
- {% trans %}You submitted an appeal for this ban on{% endtrans %}
+ {% trans %}You submitted an appeal for this ban on{% endtrans %}
{{ pending_appeal|date(config.ban_date) }}. {% trans %}It is still pending{% endtrans %}.
- {% trans %}You appealed this ban on{% endtrans %}
- {{ denied_appeals[0]|date(config.ban_date) }}
+ {% trans %}You appealed this ban on{% endtrans %}
+ {{ denied_appeals[0]|date(config.ban_date) }}
{% trans %}and it was denied. You may not appeal this ban again.{% endtrans %}
- {% trans %}You appealed this ban on{% endtrans %}
- {{ denied_appeals[0]|date(config.ban_date) }}
+ {% trans %}You appealed this ban on{% endtrans %}
+ {{ denied_appeals[0]|date(config.ban_date) }}
{% trans %}and it was denied.{% endtrans %}
{% trans %}You may appeal this ban again. Please enter your reasoning below.{% endtrans %}
- {% trans %}You last appealed this ban on{% endtrans %}
- {{ denied_appeals[denied_appeals|length - 1]|date(config.ban_date) }}
+ {% trans %}You last appealed this ban on{% endtrans %}
+ {{ denied_appeals[denied_appeals|length - 1]|date(config.ban_date) }}
{% trans %}and it was denied.{% endtrans %}
{% trans %}You may appeal this ban again. Please enter your reasoning below.{% endtrans %}
{% endif %}
-
+
{% if config.ban_appeals and (not ban.expires or ban.expires - ban.created > config.ban_appeals_min_length )%}
{% if pending_appeal %}
{% trans %}Your IP address is{% endtrans %} {{ ban.ip }}.
+{% trans %}Your ban ID is{% endtrans %} {{ ban.id }}.
{% if config.ban_page_extra %}{{ config.ban_page_extra }}