{% extends "admin/base_site.html" %} {% load i18n %} {% block breadcrumbs %} {% endblock %} {% block content %}

{% trans "Import Global Skill JSON" %}

{% trans "Upload a previously exported skill JSON file to create or replace a global skill and its bundled custom tools." %}

{% csrf_token %}
{{ form.non_field_errors }}
{{ form.json_file.errors }} {{ form.json_file }} {% if form.json_file.help_text %}

{{ form.json_file.help_text }}

{% endif %}
{% trans "Cancel" %}
{% endblock %}