{% extends 'extras/configcontextschema.html' %}

{% block title %}{{ object }} - Validation{% endblock %}

{% block content %}
{% include 'utilities/obj_table.html' with table=config_context_table table_template='panel_table.html' heading='Config Contexts' %} {% include 'utilities/obj_table.html' with table=device_table table_template='panel_table.html' heading='Devices' %} {% include 'utilities/obj_table.html' with table=virtual_machine_table table_template='panel_table.html' heading='Virtual Machines' %}
{% endblock %}