diff --git a/templates/banned.html b/templates/banned.html index 3d0b333f..4fef9bd8 100644 --- a/templates/banned.html +++ b/templates/banned.html @@ -30,8 +30,8 @@

{% endif %}

- {% 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 }} @@ -39,11 +39,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) }} @@ -75,7 +75,7 @@ } } var countdown = document.getElementById("countdown"); - + updateExpiresTime(); var int = setInterval(updateExpiresTime, 1000); @@ -89,26 +89,26 @@ {% if config.ban_page_extra %}

{{ config.ban_page_extra }}

{% endif %} - + {% if post and config.ban_show_post %}

{% trans %}You were banned for the following post on{% endtrans %} {{ board.url }}:

{{ post }}
{% endif %} - + {% if config.ban_appeals and (not ban.expires or ban.expires - ban.created > config.ban_appeals_min_length )%}
{% if pending_appeal %}

- {% 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 %}.

{% elseif denied_appeals|length >= config.ban_appeals_max %} {% if denied_appeals|length == 1 %}

- {% 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 %}

{% else %} @@ -118,15 +118,15 @@ {% if denied_appeals|length %} {% if denied_appeals|length == 1 %}

- {% 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 %}

{% else %}

- {% 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 %}