{% extends 'generic/_base.html' %} {% load static %} {% load helpers %} {% load form_helpers %} {% load i18n %} {% block title %}{% trans "Virtual Machines" %}{% endblock %} {% block head %} {% endblock %} {% block tabs %} {% endblock tabs %} {% block content %}
{% trans "Sync in progress" %} {% trans "Working..." %}
{% csrf_token %}
{% trans "Schedule Sync" %}
{% if filter_form %} {% applied_filters model filter_form request.GET %} {% endif %}
{% csrf_token %} {% include "netbox_proxbox/table/virtual_machines.html" %} {% include "netbox_proxbox/inc/paginator.html" %}
{% if filter_form %}
{% include 'inc/filter_list.html' %}
{% endif %}
{% endblock %}