{% import 'languages/'+lang|default('en')+'.html' as lang %} {% from 'include/input_macros.html' import input, checkbox, copy_to_clipboard %}
{{country.name.replace("'","")}} {% if country.description %} ({{country.description.replace("'", "")}}) {% endif %} {% if g.user_params['group_id']|string() == country.group_id|string() or g.user_params['role'] == 1 %} {% if g.user_params['role'] <= 2 %} {% endif %} {% endif %}
{{ lang.words.country|title() }} ID: {{ country.id }} {{ lang.smon_page.desc.total_checks }}:
{{ lang.words.enabled|title() }}: {% if country.enabled %} {{ lang.words.yes|title() }} {% else %} {{ lang.words.no|title() }} {% endif %} {{ lang.words.shared|title() }}: {% if country.shared %} {{ lang.words.yes|title() }} {% else %} {{ lang.words.no|title() }} {% endif %}
{{ lang.words.regions|title() }}:
{% for region in regions %} {% endfor %}