{% extends "admin/change_list.html" %}
{% load i18n %}
{# This plugs our extra validation information into the end of the content
block #}
{% block content %}
{{ block.super }}
{% if errors %}
{% trans "Errors in the slots" %}
{% block displayerrors %}
{% if errors.overlaps %}