{% extends 'virtualization/cluster/base.html' %} {% load helpers %} {% load render_table from django_tables2 %} {% block content %}
Host Devices
{% csrf_token %}
{% render_table devices_table 'inc/table.html' %}
{% if perms.virtualization.change_cluster %} {% endif %}
{% endblock %}