{% extends 'generic/object.html' %} {% load buttons %} {% load static %} {% load helpers %} {% load plugins %} {% block content %}
AWX Server
Name {{ object.name }}
Protocol {{ object.protocol }}
BaseURL {{ object.base_url }}
SSL Insecure {{ object.ssl_insecure }}
User {{ object.user }}
Password {{ object.password }}
{% 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 %}