{% extends "admin/change_form.html" %} {% load i18n admin_urls %} {% block object-tools-items %} {% if original.can_issue_custom %}
  • {% trans "Send Notification" %}
  • {% endif %}
  • {% url opts|admin_urlname:'history' original.pk|admin_urlquote as history_url %} {% trans "History" %}
  • {% endblock %}