gui/cgcs_dashboard/dashboards/admin/inventory/templates/inventory/_detail_devices.html

10 lines
182 B
HTML
Executable File

{% load i18n sizeformat %}
{% block main %}
{% autoescape off %}
<div id="devices">
{{ devices_table.render }}
</div>
{% endautoescape %}
{% endblock %}