{% extends "base.html" %} {% block title %}{{ _('Harris Matrix') }} - {{ site_name }}{% endblock %} {% block content %}

{{ _('Harris Matrix') }} - {{ site_name }}

Graphviz (Desktop GUI) {{ _('Back') }}
{{ _('Matplotlib Visualizer (Simple)') }} - {{ _('For advanced visualization with groupings and desktop GUI style,') }} {{ _('switch to Graphviz') }}
{% if stats %}
{{ stats.total_nodes }}

{{ _('Stratigraphic Units') }}

{{ stats.total_edges }}

{{ _('Relationships') }}

{{ stats.max_depth }}

{{ _('Maximum Depth') }}

{{ levels|length }}

{{ _('Levels') }}

{% endif %}
{{ _('Matrix Visualization') }}
{% if matrix_image %} {{ _('Harris Matrix') }} {% else %}

{{ _('No matrix available for this site.') }}

{% endif %}
{% if levels %}
{{ _('Stratigraphic Sequence') }}
    {% for level_num, us_list in levels.items()|sort %}
  1. {{ _('Level') }} {{ level_num }}: US {{ us_list|join(', US ') }}
  2. {% endfor %}
{% endif %}
{% endblock %}