{% extends "base.html" %} {% block title %}Tier — {{ slug }} — Ontoref{% endblock title %} {% block nav_group_dev %}active{% endblock nav_group_dev %} {% block nav_tier %}active{% endblock nav_tier %} {% block content %}

Tier Status

{{ slug }} · {{ tier }} {% if phase != "Progressive" or tier == "Tier2" %} · {{ phase }} {% endif %}

{% if next_tier %} → {{ next_tier }} available {% else %} Tier2 · max {% endif %}

Available at {{ tier }} {{ available | length }}

    {% for cap in available %}
  • {{ cap.label }}

    {{ cap.description }}

  • {% endfor %}
{% if locked %}

Locked {{ locked | length }}

    {% for cap in locked %}
  • {{ cap.label }} {{ cap.min_tier }}

    {{ cap.description }}

  • {% endfor %}
{% endif %}
{% if next_tier %}

What {{ next_tier }} adds

{{ narrative }}

Preconditions

{% if transition_ready %}
→ all preconditions met · run ore tier set {{ next_tier }}
{% else %}
→ resolve failing preconditions before ore tier set {{ next_tier }}
{% endif %}
{% endif %} {% endblock content %}