{% extends 'generic/object.html' %} {% load buttons %} {% load static %} {% load helpers %} {% load plugins %} {% block content %}
Virtual Machine Buttons
Button Name {{ object.button_name }}
Button Action {{ object.awx_template }}
Extra Param {{ object.extra_param }}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %} {% plugin_left_page object %}
{% plugin_full_width_page object %}
{% endblock %}