{% extends 'base.html' %} {% load render_table from django_tables2 %} {% block content %}
{% if perms.netbox_proxbox.add_proxmoxvm %} Proxmox Full Update {% endif %}

{% block title %}All Proxmox Virtual Machines (in Development, Wait!){% endblock %}

{% render_table table %}
Search
{% for field in filter_form.visible_fields %}
{% if field.name == "q" %}
{% else %} {{ field.label_tag }} {{ field }} {% endif %}
{% endfor %}
Clear
{% endblock %}