{% extends "base.html" %} {% load partials static %} {% block content %}
{% include "includes/header.html" %}
Back to Dashboard

Available Bento Boxes

{% for bento in bento_boxes %} {% empty %} {% endfor %}
Name Description Namespace Tags Action
{{ bento.name }} {{ bento.description }} {{ bento.namespace }} {% for tag in bento.tags %} {{ tag }} {% endfor %} Loaded {% comment %} {% if bento.installed %} Loaded {% else %}
{% csrf_token %}
{% endif %} {% endcomment %}
No bento boxes available
{% endblock content %} {% block inline_javascript %} {% endblock %}