{% extends 'films/base.html' %} {% load films_tags %} {% load django_bootstrap5 %} {% block breadcrumb %} {% endblock %} {% block content %}

{{ country.name }}

{% if user.is_superuser %}
Редактировать Удалить
{% endif %} {% include "films/films.html" %} {% endblock %}