{{ operation.raw_request | linebreaksbr }}
{{ operation.raw_result | linebreaksbr }}
Status: {{ operation.result.result }} Description: {{ operation.result_description }} Type: {{ operation.result.type }} {% if operation.result.dn %} DN: {{ operation.result.dn }} {% endif %} {% if operation.result.message %} Message: {{ operation.result.message }} {% endif %}
{% if operation.result.referrals %}Referrals: {{ operation.result.referrals | join:", " }}
{% endif %} {% endblock response %}{{ operation.stacktrace }}
{{ entry.json | linebreaksbr }}