{% extends 'admin/change_list.html' %} {% load i18n %} {% block search %} {{block.super}} {% blocktrans with doc_url="https://docs.python.org/3/library/re.html" %} To use regex search, begin search term with ^ and end with $. {% endblocktrans %}

{% endblock %}