{% extends "admin/change_form.html" %} {% load i18n admin_urls sekizai_tags %} {% block content %} {{ block.super }} {% trans "You must save this requirement before checking if customers satisfy the requirement." as save_first_message %} {% trans "An unknown error has occurred. Please try searching for the customer in the Customer admin view." as unknown_error_message %} {% addtoblock "js" %} {% endaddtoblock %} {% endblock %}