{% extends 'base.html' %} {% load partials %} {% block content %}

Kitchen ai modules

New Kitchenaimodule
{% partialdef table inline=True %}
{% with th_class="text-sm font-medium text-gray-900 border-r px-6 py-4 text-left" %} {% endwith %} {% with td_class="px-6 py-4 whitespace-nowrap text-sm font-medium border-r text-gray-900" %} {% for kitchenaimodule in kitchenaimodules_page %} {% endfor %} {% endwith %}
created at updated at name kitchen jupyter path file Actions
{{ kitchenaimodule.created_at }} {{ kitchenaimodule.updated_at }} {{ kitchenaimodule.name }} {{ kitchenaimodule.kitchen }} {{ kitchenaimodule.jupyter_path }} {% if kitchenaimodule.file %}file{% endif %} {% heroicon_outline "eye" size="18" %} {% heroicon_outline "pencil-square" size="18" %} {% heroicon_outline "trash" size="18" %}
{% if kitchenaimodules_page.paginator.num_pages > 1 %}
{% endif %}
{% endpartialdef %}
Name Job Favorite Color
1 Cy Ganderton Quality Control Specialist Blue
2 Hart Hagerty Desktop Support Technician Purple
3 Brice Swyre Tax Accountant Red
{% endblock content %}