{% extends 'core_main_app/admin/templates/list/available.html' %} {% block box_tools %} Add {{ data.object_name }} {% endblock %} {% block box_body %} {% for bucket in data.buckets %} {% empty %} {% endfor %}
{{ data.object_name }} Actions
{{ bucket.label }} {% url 'core-admin:core_composer_app_edit_bucket' bucket.id as edit_url %} {% include 'core_main_app/common/buttons/edit.html' %}
No {{ data.object_name }} created yet.
{% endblock %}