{% for domain, info in domains.items %}

{{ domain }}

{% if info.operations %} {% for operation in info.operations|slice:"::-1" %} {% endfor %}
# Type Operation Elapsed Result Entries
{{ operation.type_icon }} {{ operation.title }} {{ operation.time_elapsed }} {{ operation.status_icon }} {{ operation.entry_count }}
{% include operation.details_template with operation=operation %}
{% else %}

No LDAP operations was recorded on this domain during this request.

{% endif %} {% empty %}

No LDAP connection has yet been bound.

{% endfor %}