HTTP {{ response.status_code }} {{ response.status_text }}{% autoescape off %}{% if response_headers %}{% for key, val in response_headers|items %}
-{{ key }}:{{ val|break_long_headers|urlize_quoted_links }}{% endfor %}{% endif %}
-{# Original line below had the side effect of also escaping content: #}
-{# {{ content|urlize_quoted_links }}
{% endautoescape %} #}
-{# For AWX, disable automatic URL creation and move content outside of autoescape off block. #}
-{% endautoescape %}{{ content }}
-
-
-
- {% if display_edit_forms %}
- {% if post_form or raw_data_post_form %}
-