{% load urlize_quoted_links %}
{{ resource.description }}
{{ resource.resp_status }} {{ resource.resp_status_text }}{% autoescape off %} {% for key, val in resource.resp_headers.items %}{{ key }}: {{ val|urlize_quoted_links }} {% endfor %} {{ content|urlize_quoted_links }}{% endautoescape %} {% if 'read' in resource.allowed_operations %} {% endif %} {% if 'create' in resource.allowed_operations %}