{% load static %}
{% if countrys %} {% for country in countrys %} {% show_country country %} {% endfor %} {% else %}
Trage zuerst Länder im Adminbereich ein.
{% endif %}