{% extends "admin/base_site.html" %} {% load i18n admin_static %} {% block breadcrumbs %}
{% endblock %} {% block content %}
GET {{ url }}
Response: {{ response.status_code }}
Headers:
{{ formatted_headers }}
{{ formatted_response }}
{% endif %}
{% if exception %}
Exception:
{{ exception }}{% endif %}