{% extends 'base/layout.html' %} {% load render_table from django_tables2 %} {% block content %}

Virtual Machines and Containers

{% render_table virtualmachines_table %}
{% endblock %} {% block footer_links %} {{ block.super }} {% include "netbox_proxbox/footer.html" %} {% endblock %}