{% extends "admin/change_form_object_tools.html" %} {% load i18n admin_urls %} {% block object-tools-items %} {{ block.super }} {% if original.has_credentials %}
  • Test Connection
  • {% else %}
  • Test Connection (no API key)
  • {% endif %}
  • Update Prices
  • {% if test_structured_output_url %} {% if original.has_credentials %}
  • Test Structured Output
  • {% else %}
  • Test Structured Output (no API key)
  • {% endif %} {% endif %} {% endblock %}