{% extends "base.html" %} {% block content %} {% if countrys %} {% show_navigation countrys %} {% for country in countrys %} {% show_country country %} {% endfor %} {% else %}

Trage zuerst Länder im Adminbereich ein.

{% endif %} {% endblock %}