{% extends 'base.html' %} {% from "macros.html" import render_field, render_selectable_table %} {% block title %}Tune Specialist{% endblock %} {% block content_title %}Tune Specialist{% endblock %} {% block content_description %}Edit agents, tasks and tools for specialist {{ specialist.name }} (ID: {{ specialist.id }})
({{ specialist.type }} - {{ specialist.type_version }}){% endblock %} {% block content %}
Components
{# Gebruik de generieke EveAI list view template zodat we dezelfde Tabulator + EveAI.ListView infrastructuur hergebruiken als elders. We mappen hier de component-variabelen naar de namen die eveai_list_view.html verwacht. #} {% with title=components_title, description=components_description, data=components_data, columns=components_columns, actions=components_actions, initial_sort=components_initial_sort, table_id=components_table_id, table_height=components_table_height %} {% include 'eveai_list_view.html' %} {% endwith %}
{% endblock %} {% block scripts %} {{ super() }} {% endblock %}