{% extends 'openy/layout.html' %} {% load static %} {% block stylesheets %} {{ block.super }} {% endblock stylesheets %} {% block title %}Exploring {{node.line}} • {{ block.super }}{% endblock title %} {% block section %}

Exploring the Database

{{node.line}} Train

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