{% extends "base.html" %} {% block more_headers %} {% endblock %} {% block content %}
Loading...
{{ _("Legend:") }}

{{ _("%(pnum)s persons, %(rnum)s relationships.", pnum=graph.persons|length, rnum=graph.relationships|length) }}

{{ _("Actions :") }}

{{ _("Drag to move, mouse wheel to zoom/unzoom, double click to recenter the view.") }}

{% endblock %} {% block more_js %} {% endblock %}