{% extends "base.html" %} {% block title %}About{% endblock %} {% block content %}

About This Service

Service Identity

DID{{ service.did }}

Record Counts

{% for collection, count in service.recordCount.items() %} {% endfor %}
CollectionCount
{{ collection }} {{ count }}

Supported Collections

{% endblock %}