{% extends "base.html" %} {% set config = graph.meta.config %} {% block title %}Data{% endblock title %} {%- block body %}
| Detached edges | {{ detached_count }} |
| Destination | Anchors | {% for pair in detached_pairs %}
|---|---|
| {{ pair.0 }} | {{ pair.1 }} |
The raw data used to render this graph is available in the following formats:
{% endif %} {%- endblock body %}