{% load i18n admin_urls %} {% block object-tools-items %} {% if original.task %} {% include "chat_buttons.html" %} {% if deal_url %}
  • {% translate "View the deal" %}
  • {% endif %}
  • {% translate "View the task" %}
  • {% endif %} {% if original.project %}
  • {% translate "View the project" %}
  • {% endif %}
  • {{ content_copy_link }}
  • {% include "common/reminder_button.html" %}
  • {% url opts|admin_urlname:'history' original.pk|admin_urlquote as history_url %} {% translate "History" %}
  • {% endblock %}