{% extends 'openy/base.html' %} {% load static %} {% block title %}Exploring {{node.line}} • {{ block.super }}{% endblock title %} {% block body %}

Exploring the Database

{{node.line}} Train

{% for ancestor in node.ancestors %} {% endfor %}
{{ancestor.label}} {{ancestor.evaluation}} {% if ancestor.comment %}{{ancestor.comment | capfirst}}{% else %}–{% endif %}
Home Fullscreen
{% endblock %}