{% extends "admin/change_form.html" %} {% load i18n %} {% block extrastyle %}{{ block.super }} {% endblock %} {% block content %} {% if add %}
💡 {% trans "This creates a" %} {% trans "permanent" %} {% trans "block. Need a temporary (TTL) block, or want to review and lift active blocks?" %} {% trans "Open the Block manager." %}
{% endif %} {{ block.super }} {% endblock %}