{% apply remove_whitespace %} {# Automatically removes unnecessary whitespace #}

{% trans %}You were issued an warning!{% endtrans %}

{% if warning.reason %}

{% trans %}for the following reason:{% endtrans %}

{{ warning.reason }}

{% endif %}

{% trans %}Your warning was filed on{% endtrans %} {{ warning.created|date(config.ban_date) }} {% if config.show_modname %} {% if warning.username %} {% trans %}by{% endtrans %} {{ warning.username }} {% else %} {% trans %}by{% endtrans %} 'system' {% endif %} {% endif %}

{% trans %}Your IP address is{% endtrans %} {{ warning.ip }}.

{% if config.warning_page_extra %}

{{ config.warning_page_extra }}

{% endif %} {% if post and config.warning_show_post %}

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

{{ post }}
{% endif %}
{% endapply %}