{% extends "base_okconfig.html" %} {% block title %}Install Agent{% endblock %} {% block smallheader %}Install{% endblock %} {% block largeheader %}Agent{% endblock %} {% block content %} {% if stdout %} * exit status:
{{ exit_status }} 

Errors:
{{ stderr }}

Script output:
{{ stdout }}
{% endif %}
{% csrf_token %} {% include "bootstrap_fields.html" with fields=form %}
{% endblock %}