{% extends TEMPLATE_BASE|default:"content_base.html" %} {% load i18n %} {% block nav_inventory_cls %} navigation__sub--active{% endblock %} {% block page_title %}{% trans "Available inventories" %}{% endblock %} {% block title %}{% trans "Available inventories" %}{% endblock %} {% block actions %} Create new Check status {% endblock %} {% block content %} {% comment %}
{% for inventory in inventory_list %}

{{ inventory.metadata.name|default:inventory.name }}

{{ inventory.engine }}, {{ inventory.resources.count }} definitions
{{ inventory.conn_detail }}
Details Synchronise
{% endfor %}
{% endcomment %} {% for inventory in inventory_list %} {% endfor %}
Inventory Engine Defs Details
{{ inventory.name }} {{ inventory.status }} {{ inventory.engine }} {{ inventory.resources.count }} {{ inventory.conn_detail }} Details Sync
{% endblock %}