{% include 'overall_header.html' %}

{{ lang('ACP_FBC_TITLE') }}

{{ lang('ACP_FBC_TITLE_EXPLAIN') }}

{% if S_ERROR %}

{{ lang('WARNING') }}

{{ ERROR_MSG }}

{% endif %} {% if S_SETTINGS %}
{{ lang('SETTINGS') }}

{{ lang('ACP_FBC_ALLOW_RESTRICT_EXPLAIN') }}

{{ lang('ACP_FBC_COUNTRIES_EXPLAIN') }}



{{ lang('ACP_FBC_IP_NOT_FOUND_EXPLAIN') }}

{{ lang('ACP_FBC_LOG_ACCESS_ERRORS_EXPLAIN') }}

{{ lang('ACP_FBC_KEEP_STATISTICS_EXPLAIN') }}
  {{ S_FORM_TOKEN }}
{% else %} {% for country in countries %} {% endfor %}
{{ lang('ACP_FBC_COUNTRY_NAME') }}{{ lang('ACP_FBC_ALLOWED') }}{{ lang('ACP_FBC_RESTRICTED') }}
{{ country.TEXT }}{{ country.ALLOWED }}{{ country.RESTRICTED }}
{% endif %} {% include 'overall_footer.html' %}