{% extends 'generic/object.html' %} {% load buttons %} {% load static %} {% load helpers %} {% load plugins %} {% block content %}
AWX Template
Template Name {{ object.template_name }}
AWX Server {{ object.awx_server }}
Template ID {{ object.template_id }}
Describe {{ object.describe }}
{% 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 %}