{% 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_ALLOW_OUT_OF_COUNTRY_LOGINS_EXPLAIN') }}

{{ lang('ACP_FBC_LOG_ACCESS_ERRORS_EXPLAIN') }}

{{ lang('ACP_FBC_KEEP_STATISTICS_EXPLAIN') }}
{% else %}

{{ lang('ACP_FBC_CURRENT_RANGE') ~ lang('COLON') }} {{ CURRENT_RANGE }}


{{ lang('ACP_FBC_RANGE_EXPLAIN') }}


{{ lang('ACP_FBC_OVERRIDE') }}


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