{% extends 'films/base.html' %} {% load films_extras %} {% block content %}

{{ 'films:country'|model_verbose_name_plural }} {% if user.is_superuser %} {% endif %}

{% if countries %}
{% for country in countries %} {{ country.name }} {% endfor %}
{% else %}
Страны не найдены
{% endif %} {% endblock %}