{% extends "base.html" %} {% set active = "strategos" %} {% block title %}ORBAT Tracker — Strategos{% endblock %} {% block content %}
{% if selected_nation or selected_type %}Clear{% endif %}
{% for u in units %} {% else %} {% endfor %}
Unit Name Type Nation Strength Location Status
{{ u.unit_name }} {{ u.unit_type|replace('_',' ')|title }} {{ u.nation or '—' }} {{ u.strength or '—' }} {{ u.location or '—' }} {{ u.status or 'unknown' }}
No ORBAT units found.
{{ units|length }} unit(s) — right-click any row to ask STRATEGOS
{% endblock %} {% block scripts %} {% endblock %}