{% extends "base.html" %} {% block more_headers %} {% endblock %} {% block content %}
{{ _("%(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.") }}