{% extends 'virtualization/cluster/base.html' %} {% load helpers %} {% block content %}
Host Devices
{% csrf_token %} {% include 'responsive_table.html' with table=devices_table %} {% if perms.virtualization.change_cluster %} {% endif %}
{% endblock %}