{{ title }}
{% set embedded_uri = request.app.state.embedded.status().uri %} {% set caps = request.app.state.capabilities %} {% if embedded_uri and embedded_uri == request.app.state.mongo_uri %} Embedded SecantusDB {% else %}{{ request.app.state.mongo_uri_display }}
{% endif %}
{% if caps.identified %}
{{ caps.label }}
{% endif %}