{% load i18n admin_urls %} {% block object-tools-items %}
  • {% if memo_num %} note {% translate "Office memos" %} ({{ memo_num }}) {% else %} note {% translate "Office memo" %} + {% endif %}
  • {% include "chat_buttons.html" %}
  • mail_outline swap_horiz mail_outline
  • {% if request.user.is_superuser or request.user.is_manager %}
  • {% translate "Import" %} email
  • {% endif %} {% if original.company %}
  • handshake {% translate "Deals" %} ({{ deal_num }})
  • {% endif %} {% include "common/reminder_button.html" %}
  • {% url opts|admin_urlname:'history' original.pk|admin_urlquote as history_url %} {% translate "History" %}
  • {% endblock %} {% comment %}{% endcomment %}