{% 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 %} {% if bento.installed %} {% else %} {% endif %}
No bento boxes available
{% endblock content %}